You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code Sample, a minimal, complete, and verifiable piece of code
fromsatpyimportScenefromsatpy.utilsimportdebug_onimportglobdebug_on()
fnames=glob.glob("/home/lahtinep/data/satellite/viirs/*b30342*")
glbl=Scene(reader="viirs_sdr", filenames=fnames)
glbl.load(['I05'])
lcl=glbl.resample('euro4')
# This workslcl.save_datasets(writer='geotiff', filename='/tmp/foo.tif')
# This doesn'tlcl.save_datasets(writer='cf', filename='/tmp/foo.nc')
Problem description
As seen from the trace below, the NetCDF writer uses cf.Domain which seems to be removed from the cf-python package, and therefore fails to save the data.
Code Sample, a minimal, complete, and verifiable piece of code
Problem description
As seen from the trace below, the NetCDF writer uses
cf.Domain
which seems to be removed from thecf-python
package, and therefore fails to save the data.Actual Result, Traceback if applicable
Versions of Python, package at hand and relevant dependencies
SatPy 0.7.5, cf-python 2.1.2, Python 2.7.12
The text was updated successfully, but these errors were encountered: