Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 321 Bytes

File metadata and controls

24 lines (17 loc) · 321 Bytes

ncjs

netCDF reading with pure JavaScript

Installation

git clone git@github.com: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);