rioxarray icon indicating copy to clipboard operation
rioxarray copied to clipboard

Documentation says `grid_mapping` is in attrs but really is in `encoding`

Open arkanoid87 opened this issue 1 year ago • 2 comments

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.

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

arkanoid87 avatar Oct 27 '24 18:10 arkanoid87

A PR updating the documentation is welcome.

snowman2 avatar Oct 28 '24 03:10 snowman2

encoding is the correct location

snowman2 avatar Oct 28 '24 03:10 snowman2