3.0.0 (2023-08-08)
- migrate to TypeScript (#26)
2.0.2 (2022-10-21)
- No more default export You need to import the class using
const { NetCDFReader } = require("netcdfjs")
2.0.1 (2021-09-07)
2.0.0 (2021-09-07)
- No more default export
You need to import the class using
const { NetCDFReader } = require("netcdfjs")
- Finalise es6 module migration (3667a0b)
0.3.3 (2018-11-02)
- export step size for record dimension and use it (9c95ff6)
- read dimensions metadata (aa3ae30)
- read global attributes metadata (8dc9d71)
- read non-record variables (c9a818a)
- read record variables (4455705)
- read variables metadata (11e4a68)
- validates that it's a NetCDF file (1439756)
- first release