Difference between revisions of "1-Click Satellite Data"

From Earth Science Information Partners (ESIP)
(New page: This ESIP-inspired tool was developed to provide a free, simple way for the average person to view current satellite data, at any Earth location, from a web browser. For the curious techno...)
 
(Reverted edits by Margaret Mooney (talk) to last revision by Tommy Jasmin (Tommy.Jasmin))
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
normal web server would return a GIF image.
 
normal web server would return a GIF image.
  
 +
You can try it out [http://www.ssec.wisc.edu/sose/real_time.html here].
 +
 +
----
 
<br>
 
<br>
 
+
Back to: [[Cool Creations]]
You can try it out [http://www.ssec.wisc.edu/sose/real_time.html here].
 

Latest revision as of 23:36, July 27, 2012

This ESIP-inspired tool was developed to provide a free, simple way for the average person to view current satellite data, at any Earth location, from a web browser. For the curious technophile, what follows is a high-level description of the implementation. The client side was written as a Java applet to meet the requirement of working in a web browser. Flex/ActionScript (i.e., Flash) may have been a better choice to achieve higher web browser acceptance - maybe a later version. The applet communicates to a Java servlet running on the web server the page was loaded from. The servlet uses the VisAD library (freely available from the University of Wisconsin Space Science and Engineering Center) to request the actual data from an appropriate server via the ADDE protocol, and returns the data just like a normal web server would return a GIF image.

You can try it out here.



Back to: Cool Creations