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

Update conversion of ECCC flat files and new Climate Summary files to CF-like NetCDF #42

Open
Zeitsperre opened this issue May 13, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Zeitsperre
Copy link
Collaborator

The ECCC climate summary files have changed their format to something more machine-readable in the past year or so. This renders the old code that parsed the metadata fields that were prepended in CSV files obsolete.

We can remove a good chunk of this handling to read data directly into Pandas dataframes, output to NetCDF, then run them through the conversion process with the proper JSON definitions.

For better management of flat file conversion, we need to convert the existing ECCC dictionaries to JSON definitions. Unit conversions should be performed exclusively through pint.

@Zeitsperre Zeitsperre added the enhancement New feature or request label May 19, 2022
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

2 participants