NetCDF.jl
Reading and writing NetCDF files in Julia
Package features
High-level (MATLAB-like), low-level (C-like) and array-based access to NetCDF files.
Manual Outline
- Quickstart
- High-level interface
- Medium-level interface
- Short note on reading and writing
NC_CHAR
andNC_STRING
variables
Acknowledgements
Thanks to everyone who contributed to the package with pull requests, especially to Martijn Visser for creating the new generated C wrapper.