NetCDF
Read NetCDF files in the browser or with Node.js
Supported
- NetCDF Classic Format
- Reading only at this stage
- 64bit Offsets (with caveats)
- Reading all record variables
- Reading a non-record variable
Todo
- Browser support
- Querying
- Tests
- Writing NetCDF
Example
var readstream = ;var readrandom = ;var netcdf = ; var file = './examples/WMI_Lear.nc';var headerbuffer = ; // Read the header of a NetCDF filenetcdf;