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
results in an xarray dataset with an incorrect crs attribute and coordinate dimension names (crs should be 32605 and coordinates should not be named 'lon' and 'lat')
tylere
changed the title
Using xr.open_dataset() with string for projection parameter results incorrect results
Using xr.open_dataset() with string for projection parameter produces incorrect results
Jan 3, 2025
Specifying an EPSG string such as:
results in an xarray dataset with an incorrect crs attribute and coordinate dimension names (crs should be 32605 and coordinates should not be named 'lon' and 'lat')
Script to reproduce:
https://colab.research.google.com/gist/tylere/31b05c26e92193faa907b5001da73c91/xee-issue-208.ipynb#scrollTo=gdoIxGl7mQMD
The text was updated successfully, but these errors were encountered: