Replies: 1 comment 3 replies
-
Right now there is no built in method for this. However, you can use CDO to do it, by calling it from nctoolkit as follows:
In technical terms, nctoolkit could provide complete support for grib files, as CDO can handle them fine. The tricky issue is that some methods (such as plotting) require netCDF files, so it's hard to do things efficiently as you may or may not need to convert to netcdf in a processing chain. I'll leave this open so I can figure out a smart way to implement this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I need to convert GRIB files into NetCDF format, would it be possible to do it using nctoolkit? I could not find a method in the "read the docs". I appreciate your help!
Beta Was this translation helpful? Give feedback.
All reactions