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

model WPS data structure as coordinate-less dimensions #35

Open
andreas-h opened this issue Sep 10, 2017 · 0 comments
Open

model WPS data structure as coordinate-less dimensions #35

andreas-h opened this issue Sep 10, 2017 · 0 comments
Assignees

Comments

@andreas-h
Copy link
Owner

Since version 0.9.0, xarray supports optional coordinates. This means we can more accurately model the WPS data structure in xarray, because we don't have to add west_to_east and south_to_north dummy coordinate variables and can instead keep these dimensions coordinate-less.

This will require increasing the minimal xarray version to 0.9, which is acceptable.

@andreas-h andreas-h self-assigned this Sep 10, 2017
andreas-h added a commit that referenced this issue Sep 14, 2017
MAINT: model WPS data as coordinate-less DataArray

Closes #35

See merge request !35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant