fraserwg / elePyant

elePyant (pronounced elephant) provides a set of tools for compressing netCDF files and xarray Datasets and DataArrays.
Apache License 2.0
24 stars 1 forks source link

Command line interface #2

Open fraserwg opened 4 years ago

fraserwg commented 4 years ago

A command line interface allowing operations on NetCDF files (but not xarray objects) could be useful. I'm thinking something that would work along the lines of

ncround -i /path/to/in/file.nc -o /path/to/out/file.nc --UVEL 2 --VVEL 2 --WVEL 6
milankl commented 4 years ago

For your information, nco has that option.