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

implement read_array and write_array to work with netCDF #52

Open
3 tasks
bruvio opened this issue Mar 24, 2022 · 0 comments
Open
3 tasks

implement read_array and write_array to work with netCDF #52

bruvio opened this issue Mar 24, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bruvio
Copy link
Collaborator

bruvio commented Mar 24, 2022

  • Implement read_array and write_array functions in Python
    analogous to those currently in R (links below) but working with
    netCDF, not HDF5.
  • Generate an example netCDF file using these.
  • Ensure config files work with the new code.

R HDF5 functions:

https://github.com/FAIRDataPipeline/rDataPipeline/blob/main/R/read_array.R
https://github.com/FAIRDataPipeline/rDataPipeline/blob/main/R/write_array.R

May also be useful:

https://github.com/dezed-ukaea/netcdf-example/blob/master/netcdf_write.py

@bruvio bruvio added enhancement New feature or request help wanted Extra attention is needed labels Mar 24, 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 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant