Skip to content

constantinius/ncjs

Repository files navigation

ncjs

netCDF reading with pure JavaScript

Installation

git clone [email protected]:constantinius/ncjs.git
cd ncjs/
npm install

To run the tests, run the following command:

npm test

Usage

import { parseNetCDF } from 'ncjs';

const netcdfFile = parseNetCDF(arrayBuffer);

About

netCDF reading with pure JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published