NetcdfIO.jl

Wrapper functions for NCDatasets.jl
Author Yujie-W
Popularity
1 Star
Updated Last
1 Year Ago
Started In
December 2021

NetcdfIO.jl

About

NetcdfIO contains a number of wrapper functions for NCDatasets.jl. The use of these functions significantly reduce the number of code to read/write data from/to a netcdf file. Note that NetcdfIO does not have HDF4 support; if you need to open HDF4 files, use NetCDF v0.10 or NCDatasets v0.10 on a old system (for example, our server has a netcdf v4.3.3.1 installed, and it works; my desktop has a netcdf v4.8.1 installed, but it does not work).

Documentation CI Status Compatibility Code Coverage

Installation

julia> using Pkg;
julia> Pkg.add("NetcdfIO");

API

See API for more detailed information about how to use NetcdfIO.jl.