Skip to content

Commit f281945

Browse files
tv3141fmaussion
authored andcommitted
Add libraries to show_versions (#2321)
* Add dependencies to show_versions(). * DOC: Add libraries to dependency list. * Undo adding of h5py to docs.
1 parent ded0a68 commit f281945

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/installing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ For netCDF and IO
3131
- `PseudoNetCDF <http://github.com/barronh/pseudonetcdf/>`__: recommended
3232
for accessing CAMx, GEOS-Chem (bpch), NOAA ARL files, ICARTT files
3333
(ffi1001) and many other.
34+
- `rasterio <https://github.com/mapbox/rasterio>`__: for reading GeoTiffs and
35+
other gridded raster datasets.
36+
- `iris <https://github.com/scitools/iris>`__: for conversion to and from iris'
37+
Cube objects.
3438

3539
For accelerating xarray
3640
~~~~~~~~~~~~~~~~~~~~~~~

xarray/util/print_versions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ def show_versions(as_json=False):
7979
("h5py", lambda mod: mod.__version__),
8080
("Nio", lambda mod: mod.__version__),
8181
("zarr", lambda mod: mod.__version__),
82+
("cftime", lambda mod: mod.__version__),
83+
("PseudonetCDF", lambda mod: mod.__version__),
84+
("rasterio", lambda mod: mod.__version__),
85+
("iris", lambda mod: mod.__version__),
8286
("bottleneck", lambda mod: mod.__version__),
8387
("cyordereddict", lambda mod: mod.__version__),
8488
("dask", lambda mod: mod.__version__),

0 commit comments

Comments
 (0)