-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting an extra layer when reading geotop from cache #218
Comments
When geotop is loaded from cache two extra attributes ('_FillValue' and 'missing_value') appear in de 'strat' DataArray. These variables are not there if geotop is not loaded from cache. |
Probably related to #91 |
The cache function does removes the
Unfortunately the |
The |
I think the best solution is to remove |
The When you write a DataArray with the attribute When you save a DataArray with NaN values to a netcdf file the attributes |
Fixed by #238 |
When I run this code the first time I get 37 layers. When I run it the second time I get 38 layers. It has something to do with the -127 layer in geotop but I have no idea yet what.
The text was updated successfully, but these errors were encountered: