[GRASSweb-list]markus: web/applications applications.inc,NONE,1.1 index.php,1.3,1.4

grass at intevation.de grass at intevation.de
Tue Jan 11 06:04:52 EST 2005


Author: markus

Update of /grassrepository/web/applications
In directory doto:/tmp/cvs-serv26740/applications

Modified Files:
	index.php 
Added Files:
	applications.inc 
Log Message:
applications extended

--- NEW FILE: applications.inc ---
Over the past decade Geographical Information Systems (GIS) have
evolved from a highly specialized niche to a technology that affects
nearly every aspect of our lives, from finding driving directions to
managing natural disasters.
<P>
GRASS GIS is a general purpose GISis a raster/vector GIS combined with
integrated image processing and data visualization subsystems. It
includes a large number of modules for management, processing,
analysis and visualization of georeferenced data.
<P>
Unlike most proprietary GIS, GRASS provides complete access to its
internal structure and algorithms. Advanced users
who want to write their own GIS modules may therefore learn from existing 
modules as well as by reading the ``GRASS Programmer's Manual''.
The documented GRASS GIS libraries with the Application Programming
Interface (API) make the new module development more efficient
and allow to integrate new functionality into GRASS. 
Applications can be also written with shell scripts to automate the
GIS workflow.

<ul>
  <li>Geography
  <li>Landscape ecology
  <li>Urban planning
  <li>Biology
  <li>Geophysics
  <li><a href="../statsgrass/index.html">Geostatistics</a>
  <li>Raster 3D <a href="../grid3d/index.html">Volume</a> (voxel)
  <li>...
</ul>


Index: index.php
===================================================================
RCS file: /grassrepository/web/applications/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- index.php	19 Dec 2004 19:39:33 -0000	1.3
+++ index.php	11 Jan 2005 11:04:50 -0000	1.4
@@ -69,19 +69,11 @@
    </td>
   <td valign="top"> <!-- MAIN PART -->
        
-   
-  <h3>TODO</h3>
+  <h3>GRASS Applications</h3>
+     <?php
+      include("applications.inc");
+     ?>
 
-  <ul>
-  <li>Geography
-  <li>Landscape ecology
-  <li>Urban planning
-  <li>Biology
-  <li>Geophysics
-  <li><a href="../statsgrass/index.html">Geostatistics</a>
-  <li>Raster 3D <a href="../grid3d/index.html">Volume</a> (voxel)
-  <li>...
-  </ul>
     <!-- END MAIN PART -->
  
   </td>
@@ -90,7 +82,7 @@
 </table>
 
 <hr>
-   <div align="right">&copy; 1999-2004 GRASS Development Team<br>
+   <div align="right">&copy; 2004-2005 GRASS Development Team<br>
    <a href="../impressum.html">Imprint</a> |
    <a href="mailto:weblist at grass.itc.it">Comments</a> about this page<br>
    <i>Last change: $Date$ </i><br>





More information about the grass-web mailing list