@dendra-science/goes-pseudo-binary
v0.1.0
Published
Classes and functions to decode GOES pseudo binary data.
Downloads
57
Readme
GOES Pseudo Binary
Provides classes and functions to decode GOES pseudo binary data in a variety of formats. Designed to be used with Node Buffers. Async friendly for parsing large buffers without blocking.
Instructions
Be sure you have Node version 8.7.x. If you’re using nvm, you may need to
nvm use 8.7
.Clone this repo.
Make this project directory the current directory, i.e.
cd goes-pseudo-binary
.Install modules via
npm install
.If all goes well, you should be able to run the predefined package scripts.