If Dataset doesn't have the appropriate x, y, or time dimensions, geodata.Cutout() displays:
WARNING:geodata.preparation:Cutout dimensions are empty. One or more of xs, ys, or time are not available in Dataset.
followed by an error when executing this line cutout.py:
139 (self.meta_clean
140 .unstack('year-month')
141 .to_netcdf(self.datasetfn()))
If dimensions are not there, this should return NULL, and force user to recheck dimensions.
If Dataset doesn't have the appropriate x, y, or time dimensions,
geodata.Cutout()displays:followed by an error when executing this line
cutout.py:If dimensions are not there, this should return NULL, and force user to recheck dimensions.