NCPP / ocgis

OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
Other
70 stars 19 forks source link

netCDF4-python Dataset read error changed to IOError in v1.2.4 #429

Closed bekozi closed 7 years ago

bekozi commented 7 years ago

netCDF4-python now raises an IOError when multiple URIs are passed to the Dataset constructor. This causes an issue with the multi-file dataset logic. Catching IOError will resolve this.

Ping @nilshempelmann.