-
Notifications
You must be signed in to change notification settings - Fork 42
Support multiple grid mappings; Add new GridMapping dataclass #586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
309e18d
to
c5dfc7a
Compare
d27d633
to
abee56f
Compare
abee56f
to
5410abf
Compare
cf_xarray/accessor.py
Outdated
name: str | ||
crs: Any # really pyproj.CRS | ||
array: xr.DataArray | ||
coordinates: tuple[str, ...] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aulemahal the cartopy_crs
property could be added here with any workarounds.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that, looks good!
I think the "coordinate" fallback might be a bit too broad.
ecbe054
to
87ccd42
Compare
ca823e5
to
da3a557
Compare
@larsbuntemeyer can you take a look please