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);