This is an example of how you might plot radar data which has been decoded using nexrad-radar-data. The points are plotted using THREE.js. I'm no expert with THREE.js so some points might be plotted wrong, but it provides a general idea of what you can use the data for.
git clone git@github.com:bartholomew91/nexrad-webgl-plotter.git
cd nexrad-webgl-plotter
cd dist
npm install
node index.js
Go to the plotter webpage (it should be running at http://localhost:8080).
Select a radar file to load from the dropdown and click "Load File"
After the radar file has been loaded you can click on "Start Sweep" and it should start plotting the data.
- More accurate plotting
- Alternate colortables
- Increase plotting speed