Define an area and time of interest and resolution. (limited by available memory*)
• Create/check local array
∘ For example, a postgis table with latitude, longitude, frequency, phase, amplitude
• Load additional available data, if available, if desired.
∘ http://meaning.com/magno/2008/0/10/0/16/0/131040Z/60/N42.232668/1/W83.6997507/1
∘ proto://host/dir/YEAR/range/MONTH/range/DAY/range/TIME/range/LATITUDE/range/LONGITUDE/range
∘ This retrieval system will implement a bounding box search and retrieval. Servers and/or clients may implement additional filters.
• Insert massaged data into a local array, like PostGIS.
• Render It!
∘ read data from array
∘ generate image (pnm) file
∘ save an image with geo tagging
• Visualize it, man, you gotta visualize it!
∘ Qgis
∘ Google Maps (KML)
∘ Google Earth (KML)
• Rinse. Repeat.