Hi All, Happy New Year!
I wanted to properly release the C# wrapper I have written for the NetCDF
libraries. This code is very easy to use and provides C# safe methods for
(nearly) all the NetCDF library calls, along with many C# 'friendly' methods
that make using the NetCDF libraries much easier.
This C# interface supports the functions provided by the Unidata netcdf.dll
(https://www.unidata.ucar.edu/software/netcdf/), currently up to 4.8, although
not all functions are supported (e.g. I have omitted the deprecated varm*
functions).
This interface is intended as a more complete replacement of that provided by
Microsoft Research as a part of SDS, but which has not been updated in line
with NetCDF developments by UniData.
The code can be found here:
https://github.com/NickHumphries/C-sharp-Interface-to-netCDF
Feedback, comments and bug reports will be very welcome.
All the best,
Nick.