Skip to content

Commit 6b10ea5

Browse files
committed
add product nss 62
1 parent f3be6f2 commit 6b10ea5

27 files changed

+3050194
-45
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ $ git clone https://github.com/netbymatt/nexrad-level-3-data.git
2222
```
2323

2424
## Usage
25+
Useage is straight forward, provide a string or buffer containing any of the [available products](#available-products).
2526
``` javascript
2627
const fs = require('fs');
2728
const parser = require('./src');
@@ -33,6 +34,8 @@ console.log(level3Data);
3334
```
3435

3536
## Examples
37+
Data and corresponding output are provided for quick and easy testing and experimentation. Please see the ```./data``` and ```./output``` folders.
38+
3639
An example of plotting data produced from this library can be found in [nexrad-level-3-plot](https://github.com/netbymatt/nexrad-level-3-plot)
3740

3841
## API
@@ -84,7 +87,8 @@ I've developed parsing algorithms for that the products that I needed most for m
8487
|56|N0S, N1S, N2S, N3S|Storm relative velocity|
8588
|58|NTP|Storm Tracking Information|
8689
|59|NHI|Hail Index|
87-
|78|N1P|One-hour precipitation
90+
|62|NSS|Storm Structure|
91+
|78|N1P|One-hour precipitation|
8892
|80|NTP|Storm Total Rainfall Accumulation|
8993
|165|N0H, N1H, N2H, N3H|Hydrometeor Classification
9094
|170|DAA|Digital One Hour Accumulation
@@ -98,6 +102,8 @@ I've developed parsing algorithms for that the products that I needed most for m
98102
|0x0008|Unlinked Vector Packet|
99103
|0x0010|Digital Radial Data Array Packet|
100104
|0x0013|Special Graphic Symbol Packet|
105+
|0x0015|Special Graphic Symbol Packet|
106+
|0x0016|Cell Trend Data Packet|
101107
|0xAF1F|Radial Data Packet (16 Data Levels)|
102108

103109
## ToDo

0 commit comments

Comments
 (0)