SkillAgentSearch skills...

Netcdfjs

Read and explore NetCDF files

Install / Use

/learn @cheminfo/Netcdfjs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

netcdfjs

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

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

View on GitHub
GitHub Stars163
CategoryDevelopment
Updated17d ago
Forks33

Languages

TypeScript

Security Score

100/100

Audited on Mar 11, 2026

No findings