@@ -22,6 +22,7 @@ $ git clone https://github.com/netbymatt/nexrad-level-3-data.git
22
22
```
23
23
24
24
## Usage
25
+ Useage is straight forward, provide a string or buffer containing any of the [ available products] ( #available-products ) .
25
26
``` javascript
26
27
const fs = require (' fs' );
27
28
const parser = require (' ./src' );
@@ -33,6 +34,8 @@ console.log(level3Data);
33
34
```
34
35
35
36
## Examples
37
+ Data and corresponding output are provided for quick and easy testing and experimentation. Please see the ``` ./data ``` and ``` ./output ``` folders.
38
+
36
39
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 )
37
40
38
41
## API
@@ -84,7 +87,8 @@ I've developed parsing algorithms for that the products that I needed most for m
84
87
| 56| N0S, N1S, N2S, N3S| Storm relative velocity|
85
88
| 58| NTP| Storm Tracking Information|
86
89
| 59| NHI| Hail Index|
87
- |78|N1P|One-hour precipitation
90
+ | 62| NSS| Storm Structure|
91
+ | 78| N1P| One-hour precipitation|
88
92
| 80| NTP| Storm Total Rainfall Accumulation|
89
93
|165|N0H, N1H, N2H, N3H|Hydrometeor Classification
90
94
|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
98
102
| 0x0008| Unlinked Vector Packet|
99
103
| 0x0010| Digital Radial Data Array Packet|
100
104
| 0x0013| Special Graphic Symbol Packet|
105
+ | 0x0015| Special Graphic Symbol Packet|
106
+ | 0x0016| Cell Trend Data Packet|
101
107
| 0xAF1F| Radial Data Packet (16 Data Levels)|
102
108
103
109
## ToDo
0 commit comments