You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace rio.set_crs with rio.write_crs in load_tile_map function (#3321)
* Replace rio.set_crs with rio.write_crs in load_tile_map function
Rioxarray 0.16.0 has deprecated the use of `set_crs` in favour of `write_crs`. Xref corteva/rioxarray#793
* Add spatial_ref coordinate to load_tile_map's doctest output
The `write_crs` command will write an extra grid_mapping attribute to the encoding that shows up in the coordinates.
0 commit comments