File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies:
32
32
- pip
33
33
- pseudonetcdf
34
34
- pydap
35
- - pynio
35
+ # - pynio: not compatible with netCDF4>1.5.3; only tested in py36-bare-minimum
36
36
- pytest
37
37
- pytest-cov
38
38
- pytest-env
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies:
32
32
- pip
33
33
- pseudonetcdf
34
34
- pydap
35
- - pynio
35
+ # - pynio: not compatible with netCDF4>1.5.3; only tested in py36-bare-minimum
36
36
- pytest
37
37
- pytest-cov
38
38
- pytest-env
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
29
29
- pip
30
30
- pseudonetcdf
31
31
- pydap
32
- - pynio
32
+ # - pynio: not compatible with netCDF4>1.5.3; only tested in py36-bare-minimum
33
33
- pytest
34
34
- pytest-cov
35
35
- pytest-env
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies:
32
32
- pip
33
33
- pseudonetcdf
34
34
- pydap
35
- - pynio
35
+ # - pynio: not compatible with netCDF4>1.5.3; only tested in py36-bare-minimum
36
36
- pytest
37
37
- pytest-cov
38
38
- pytest-env
Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ For netCDF and IO
25
25
- `pydap <http://www.pydap.org/ >`__: used as a fallback for accessing OPeNDAP
26
26
- `h5netcdf <https://github.com/shoyer/h5netcdf >`__: an alternative library for
27
27
reading and writing netCDF4 files that does not use the netCDF-C libraries
28
- - `pynio <https://www.pyngl.ucar.edu/Nio.shtml >`__: for reading GRIB and other
29
- geoscience specific file formats. Note that pynio is not available for Windows.
28
+ - `PyNIO <https://www.pyngl.ucar.edu/Nio.shtml >`__: for reading GRIB and other
29
+ geoscience specific file formats. Note that PyNIO is not available for Windows and
30
+ that the PyNIO backend may be moved outside of xarray in the future.
30
31
- `zarr <http://zarr.readthedocs.io/ >`__: for chunked, compressed, N-dimensional arrays.
31
32
- `cftime <https://unidata.github.io/cftime >`__: recommended if you
32
33
want to encode/decode datetimes for non-standard calendars or dates before
Original file line number Diff line number Diff line change @@ -1022,6 +1022,11 @@ We recommend installing PyNIO via conda::
1022
1022
1023
1023
conda install -c conda-forge pynio
1024
1024
1025
+ .. note::
1026
+
1027
+ PyNIO is no longer actively maintained and conflicts with netcdf4 > 1.5.3.
1028
+ The PyNIO backend may be moved outside of xarray in the future.
1029
+
1025
1030
.. _PyNIO : https://www.pyngl.ucar.edu/Nio.shtml
1026
1031
1027
1032
.. _io.PseudoNetCDF :
You can’t perform that action at this time.
0 commit comments