[GRASS-SVN] r45630 - grass-web/trunk/screenshots

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 11 03:29:01 EST 2011


Author: hamish
Date: 2011-03-11 00:29:01 -0800 (Fri, 11 Mar 2011)
New Revision: 45630

Modified:
   grass-web/trunk/screenshots/web.inc
Log:
+static batch+cron job earthquakes example

Modified: grass-web/trunk/screenshots/web.inc
===================================================================
--- grass-web/trunk/screenshots/web.inc	2011-03-11 08:05:37 UTC (rev 45629)
+++ grass-web/trunk/screenshots/web.inc	2011-03-11 08:29:01 UTC (rev 45630)
@@ -22,12 +22,36 @@
 <BR><BR>
 
 
+<h3>Static web content using automatic batch jobs on back-end servers</h3>
+
+<BR>
+<table width="500" border="0" align="center">
+ <tr valign="baseline">
+  <td>
+    <div align="center">
+    <p><a href="http://adhoc.osgeo.osuosl.org/grass/alternate_projections/earthquakes_wintri.png" target="_blank"><img src="http://adhoc.osgeo.osuosl.org/grass/earthquakes_tiny.jpg" border="1"
+       alt="Batch-generated earthquake map" width="360" height="180"></a></p>
+    <p>Recent Earthquakes: map of earthquakes that have occurred in the last
+      7 days. A new image is generated every three hours by a
+      <a href="https://trac.osgeo.org/grass/browser/grass-promo/tutorials/batch_processing">GRASS
+      batch job</a> running on a headless server which fetches data from
+      the USGS and creates a logarithmic bubble plot
+    <BR>
+    <font size="-2"><i>credit: H. Bowman and M. Neteler</i></font>
+    <br>
+    </div>
+    <BR>
+  </td>
+ </tr>
+</table>
+
+
 <h3>Dynamic web content using PHP</h3>
 
 <!-- TODO: explain a bit about what PHP is and what it allows you to do -->
 <!-- ???  <BR><a href="http://grass.fbk.eu/spearfish/php_grassmap.php">Static content</a> -->
 
-
+<BR>
 <table width="500" border="0" align="center">
  <tr valign="baseline">
   <td>
@@ -41,7 +65,7 @@
     <font size="-2"><i>credit: M. Neteler</i></font>
     <br>
     </div>
-    <BR><BR>
+    <BR>
   </td>
  </tr>
 </table>



More information about the grass-commit mailing list