Skip to content
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

Implement basic coordinate/CRS/attribute dataset helpers #1303

Merged
merged 5 commits into from Jan 14, 2020
Merged

Implement basic coordinate/CRS/attribute dataset helpers #1303

merged 5 commits into from Jan 14, 2020

Conversation

jthielen
Copy link
Collaborator

Description Of Changes

In short, this PR implements #1300. Helpers for adding independent CRS coordinates, building missing horizontal coordinates, and mapping dataset variable attributes are added.

Checklist

dopplershift
dopplershift previously approved these changes Jan 14, 2020
Copy link
Member

@dopplershift dopplershift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@dopplershift dopplershift added this to the 1.0 milestone Jan 14, 2020
@dopplershift dopplershift added Area: Calc Pertains to calculations Area: Xarray Pertains to xarray integration Type: Feature New functionality labels Jan 14, 2020
dopplershift
dopplershift previously approved these changes Jan 14, 2020
@jthielen
Copy link
Collaborator Author

I realized I used some xarray features not released until 0.12.2/0.12.3 in the tests I wrote. Should I go back and rewrite those tests to be compatible with the older version of xarray, or would it be okay to bump the minimum to 0.12.3?

@dopplershift
Copy link
Member

Was just looking at that failure. Unless it's fairly trivial to rewrite, just bump to 0.12.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Calc Pertains to calculations Area: Xarray Pertains to xarray integration Type: Feature New functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API for Dataset Helpers in 1.0
2 participants