netcdfjs icon indicating copy to clipboard operation
netcdfjs copied to clipboard

Read and explore NetCDF files

Results 7 netcdfjs issues
Sort by recently updated
recently updated
newest added

Uncaught TypeError: Not a valid NetCDF

thanks you for your project but i have a problem when read netcdf v4.

This PR is supposed to allow the user to read only a partial amount of the data variable instead of reading it all first and filter later. There are 2...

Hello, thanks for the great module. I must read some variables of the Geo2D type. Each variable has 3 dimensions: Time, south_north, west_east. e.g: ``` float MYVAR(Time=73, south_north=80, west_east=100); :units...

Very glad of this lib. Congratulations. Have patched the lib with your merge proposal in order to read var(Z,Y,X). https://github.com/cheminfo-js/netcdfjs/commit/122924176ba90f52076d18e1d0497966cb8ecf3a It works with my test. Now how to read only...

Hi, thanks for this great node module. Could you tell me if it's possible and how can I get all the JSON of the pm10_conc variable ? I'm working on...

> Would also love to be able to read multiple dimensions with this library! I've made a fork of this project where I implemented some changes that enable me to...