2021-09-07 15:31:08 +02:00
2021-09-07 15:31:08 +02:00
2021-03-04 11:41:58 +08:00
2021-09-07 15:29:10 +02:00
2021-09-07 15:20:52 +02:00
2021-09-07 15:20:52 +02:00
2018-11-02 13:48:38 +01:00
2019-06-16 18:26:46 +02:00
2016-10-24 10:24:40 +02:00
2021-09-07 15:29:01 +02:00

netcdfjs

NPM version [![build status][travis-image]][travis-url] Test coverage npm download

Read and explore NetCDF v3 files.

Installation

$ npm install netcdfjs

API Documentation

For further information about the grammar you should go to this link.

Example

const { readFileSync } = require("fs");
const { NetCDFReader } = require("netcdfjs");

// http://www.unidata.ucar.edu/software/netcdf/examples/files.html
const data = readFileSync("madis-sao.nc");

var reader = new NetCDFReader(data); // read the header
reader.getDataVariable("wmoId"); // go to offset and read it

License

MIT

Description
Read and explore NetCDF files
Readme 5.8 MiB
Languages
nesC 63.4%
Mathematica 36.2%
JavaScript 0.4%