Simple functions to manage NetCDF-files based on CDO library
mergetime:
stacks netcdfs by time, subset variables if needed.settaxis:
redefine time axis based initial datetime and timestep value.regrid:
re-interpolate NetCDF to a new grid defined by the user. (*To be implemented)subset:
subset NetCDF coordinates (lon, lat, time) and variables. (*To be implemented)
- CDO library installed in your SO
- Install CDO
- for some simple operations pre-compiled version is enough:
sudo apt install cdo
- for some complex operations you should compile CDO in your system with all the desired dependencies (check Installation and Supported Platforms)
Developed and maintained by 👨💻 German Aragon