Hey!

As far as I'm aware there are no bindings to the NetCDF library so far. I 
personally don't have any experience working with NetCDF. However, I'm aware 
that since NetCDF4, it's actually just based on HDF5. So depending on your use 
cases it _might_ be possible to use 
[nimhdf5](https://github.com/vindaar/nimhdf5).

At least HDFView can easily read NetCDF4 files. So it should be no problem to 
read data from a .nc file using nimhdf5. Writing them and staying compatible 
with NetCDF might be more of a problem however. I don't know what the standard 
contains and if it's easy to manually follow it.

I'd be willing to give you some help if you want to attempt that. 

Reply via email to