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

Define and document a strategy to change data model with cf2cdm #24

Closed
alexamici opened this issue Oct 18, 2018 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@alexamici
Copy link
Contributor

cf2cdm is a small infrastructure to translate between different CF data models, for example the ECMWF (e.g. vertical pressure levels are named level and have hPa as unit) and CDS (e.g. vertical pressure levels are named plev and have Pa as unit).

This is useful both on read to convert from the canonical data model to any other and on write to convert a generic CF dataset to canonical form.

@alexamici alexamici added the enhancement New feature or request label Oct 18, 2018
@alexamici
Copy link
Contributor Author

In master we can transform the coordinates to the classic ECMWF data model (cf2cdm.datampodels.ECMWF) and to the CDS Common Data Model (cf2cdm.datampodels.CDS).

We only need to document this feature in the README.

@alexamici alexamici self-assigned this Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant