Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: python2-pynio 1.4.1-1
Git Clone URL: | https://aur-dev.archlinux.org/python2-pynio.git (read-only) |
---|---|
Package Base: | python2-pynio |
Description: | PyNIO is a Python programming language module that allows read and/or write access to a variety of data formats using an interface modelled on netCDF. |
Upstream URL: | http://www.pyngl.ucar.edu/Nio.shtml |
Licenses: | |
Provides: | |
Submitter: | XavierCLL |
Maintainer: | XavierCLL |
Last Packager: | XavierCLL |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2014-05-20 04:26 |
Last Updated: | 2015-12-13 17:20 |
Dependencies (15)
- g2clib
- gdal (gdal-curl, gdal-filegdb, gdal-hdf4)
- hdf-eos2
- hdf-eos5
- hdf4-nonetcdf
- hdf5 (hdf5-fortran-mpich, hdf5-fortran-openmpi, hdf5-cpp-fortran, hdf5-openmpi)
- netcdf
- python2 (pypy19, stackless-python2, python26, placeholder)
- gcc (gcc-git, gcc-multilib-x32, gcc-multilib-git, gcc-multilib) (make)
- gcc-fortran (gcc-fortran-git, gcc-fortran-multilib-x32, gcc-fortran-multilib) (make)
- glibc (make)
- jasper (make)
- libjpeg (mozjpeg-git, mozjpeg, libjpeg-turbo) (make)
- unzip (unzip-natspec, unzip-iconv) (make)
- zlib (zlib-asm, libz) (make)
Required by (2)
- python2-pyngl
- python2-xarray (optional)
Latest Comments
sundar_ima commented on 2015-12-17 16:04
Sorry to say that though installation was successful, PyNio failed to read a simple netcdf file. Here are some output from my terminal:-
$ python2.7
Python 2.7.10 (default, Sep 7 2015, 13:51:49)
[GCC 5.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Nio as netcdf
>>> filename = './wrfout_.nc'
>>> print filename
./wrfout_.nc
>>> nc = netcdf.open_file(filename)
Segmentation fault (core dumped)
Therefore if anyone is interested in working with python and netcdf files, I would suggest you guys to go for the python-netcdf package found heree:-
https://aur.archlinux.org/packages/python2-netcdf4/
https://aur.archlinux.org/packages/python-netcdf4/
XavierCLL commented on 2015-12-13 17:22
Work!, downgrade version to 1.4.1 (until release stable 1.5 version)
sundar_ima commented on 2015-12-13 15:52
Did you try with old version (1.4.1)?
XavierCLL commented on 2015-12-12 18:22
Hi @sundar_ima,
I tried with that but nothing, same problem here and I don't know how fix that...
sundar_ima commented on 2015-12-11 17:27
Possible fix?
http://mailman.ucar.edu/pipermail/pyngl-talk/2015-February/000033.html
sundar_ima commented on 2015-12-11 17:19
Installed the latest available version from aur. It produces the following error
ython 2.7.10 (default, Sep 7 2015, 13:51:49)
[GCC 5.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Nio
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/PyNIO/Nio.py", line 83, in <module>
from nio import *
ImportError: /usr/lib/python2.7/site-packages/PyNIO/nio.so: undefined symbol: SWreadfield
>>>