Closed mauro3 closed 1 year ago
Does RasterStack
work?
Raster
without arguments just loads the first variable.
The problem seems to be that the contents of the mapping
variable is not an array. We may need to handle this explicitly.
Yes, RasterStack works. Thanks!
Would be nice for Raster
to take the first valid variable rather than just the first variable...
This is fixed
I'm trying to read the Bedmachine Antarctica dataset: https://sites.ps.uci.edu/morlighem/dataproducts/bedmachine-antarctica/ (download from here but needs registering). It throws the error:
trying to read separate variables works, except for:
which shows the same error. The
ncdump
shows:So the
mapping
field does not seem to contain any data just metadata. Note thatNCStack
used to work.The filetype is
NetCDF-4 classic model
.