Skip to content

bartholomew91/nexrad-webgl-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nexrad-webgl-plotter

v0.1.0

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.

Running

git clone git@github.com:bartholomew91/nexrad-webgl-plotter.git

cd nexrad-webgl-plotter
cd dist
npm install
node index.js

Using the Example

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.

image

ToDo

  • More accurate plotting
  • Alternate colortables
  • Increase plotting speed

About

Example for using nexrad-radar-data repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published