You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: