ih57452 / WeathRb
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
WeathRb /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Sun Jun 21 05:08:17 -0700 2009 | |
| |
README.textile | Fri Jun 26 10:26:59 -0700 2009 | |
| |
data/ | Sun Jun 21 05:08:17 -0700 2009 | |
| |
weath.rb | Sat Jun 27 12:18:15 -0700 2009 |
README.textile
Then use Ruby-Processing’s
You will need the data folder that contains the font file in the same folder as the script.
WeathRb
A Ruby-Processing program to view NEXRAD Level 3 radar data.
Right now it’s only at a ‘working preview’ stage and only supports viewing of reflectivity data from the WSR88Ds.
To Run
Get the Ruby-Processing gem if you don’t already have it:
gem install ruby-processing
Then use Ruby-Processing’s
rp5 command: rp5 run weath.rb
You will need the data folder that contains the font file in the same folder as the script.
Goals (TODO)
- Support all level 3 data formats (including TDWR data)
- Ability to export the image as a KML (Google Earth) overlay
- A map background
- Better zooming and panning
- Better image smoothing
- Multiple-radar mosaics
- 3D viewing of multiple tilts
- Ability to import KML overlays
