parro-it / netcdf4

NodeJS addon to read and write NetCDF4 files
ISC License
39 stars 14 forks source link

in-browser use ? #13

Closed PBrockmann closed 6 years ago

PBrockmann commented 6 years ago

Your implementation seems more flexible than https://github.com/cheminfo-js/netcdfjs but is this package can be used without node.js and only in brower ?

fridgerator commented 6 years ago

No it wont work in a browser, this library binds to the netcdf c library

swillner commented 6 years ago

@fridgerator is right, it will only work locally using node. no easy way for browser support...