Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.05 KB

cdo-shortcuts

Simple functions to manage NetCDF-files based on CDO library

⚙️ Functionalities (functions)

  • 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)

📦 Key dependencies

  1. CDO library installed in your SO

🚀 Deployment requirements

  • Install CDO
    • for some simple operations pre-compiled version is enough:
    sudo apt install cdo

©️ Credits

Developed and maintained by 👨‍💻 German Aragon