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

Utility to update netcdf archived data with modified data #62

Open
shaunwbell opened this issue Apr 29, 2021 · 2 comments
Open

Utility to update netcdf archived data with modified data #62

shaunwbell opened this issue Apr 29, 2021 · 2 comments

Comments

@shaunwbell
Copy link
Collaborator

So once an initial archive dataset is generated... we may want to modify via QC/QA the files. If its automated, thats not an issue (perform tasks, save xdf file with attendent meta data modified where necessary)... but if we want a more manual approach... eg export to csv file to manually edit, we need to ingest the new csv file and update the archive file

@shaunwbell
Copy link
Collaborator Author

This is actually quite simple with the xarray->dataframe->csv approach for editing... then a csv->dataframe->xarray remapping would also be pretty transparent. Dimensionality shouldn't change in this procedure

@shaunwbell
Copy link
Collaborator Author

Workflow is currently descriptive with xarray and pandas as the primary work load. Wrappers will make these more convenient in the future as well as similar to existing routines and calls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant