Open arkanoid87 opened 4 weeks ago
I was handling missing CRS information in my Zarr files, but I was dealing with a missing grid_mapping in attrs when it really was in encoding.
grid_mapping
attrs
encoding
CRS Management page says Look in attributes (attrs) of your data array for the grid_mapping coordinate name.
Look in attributes (attrs) of your data array for the grid_mapping coordinate name.
but the API says it's in encoding
A PR updating the documentation is welcome.
encoding is the correct location
I was handling missing CRS information in my Zarr files, but I was dealing with a missing
grid_mapping
inattrs
when it really was inencoding
.CRS Management page says
Look in attributes (attrs) of your data array for the grid_mapping coordinate name.
but the API says it's in
encoding