[GRASSweb-list]markus: web/statsgrass index.php,NONE,1.1 main.inc,NONE,1.1 menu_side.inc,NONE,1.1 title.inc,NONE,1.1 index.html,1.28,NONE

grass at intevation.de grass at intevation.de
Tue Apr 19 06:09:05 EDT 2005


Author: markus

Update of /grassrepository/web/statsgrass
In directory doto:/tmp/cvs-serv27469/statsgrass

Added Files:
	index.php main.inc menu_side.inc title.inc 
Removed Files:
	index.html 
Log Message:
updated statsgrass to PHP

--- NEW FILE: index.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>GRASS GIS: Development</title>
  <DEFANGED_meta name="robots" content="index,follow">
  <DEFANGED_meta name="description"
        content="GRASS GIS (Geographic Resources
         Analysis Support System) is an open source, free software
         Geographical Information System (GIS) with raster, topological
         vector, image processing, and visualization functionality">
  <DEFANGED_meta name="keywords"
        content="gis, GIS, GRASS, open source, 
	 free software, Geographical Information System, raster, topology,
         vector, image processing, visualization">
  <DEFANGED_meta name="Author" content="Markus Neteler">
  <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <DEFANGED_link rel="stylesheet" href="../sitestyle.css" type="text/css">
</head>
<body>
   <!-- TOP LOGO LINE -->  
<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
 <tbody>
 <tr><td>            
   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
   <tbody>
      <tr bgcolor="#ffffff">
       <td nowrap="nowrap"> <DEFANGED_IMG src="../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
       </td>
       <td nowrap="nowrap">
          <table cellspacing="0" cellpadding="1" border="0" width="50%">
          <tbody>
            <tr bgcolor="#ffffff">
              <td nowrap="nowrap">
               <?php
                  include("title.inc");
               ?> 
              </td>
            </tr>
          </tbody>
          </table>
       </td>
      </tr>
    </tbody>
    </table>
   </td>
  </tr>
 </tbody> 
</table>

<table cellspacing="0" cellpadding="1" border="0" width="100%">
<tbody>
 <tr>
    <td valign="top">
    <?php
        include("../menu_search.inc");
     ?> 
   </td>
   <td valign="top">
     <?php
       include("../menu_top.inc");
     ?>
   </td>
 </tr>
 <tr>
  <td valign="top">
     <?php
       include("menu_side.inc");
     ?>
   </td>
  <td valign="top"> <!-- MAIN PART -->
  
    <?php
      include("main.inc");
      ?>
	      
    <!-- END MAIN PART -->
 
  </td>
 </tr>  
 </tbody> 
</table>

<hr>
   <div align="right">&copy; 2001-2005 GRASS Development Team<br>
   <a href="../impressum.html">Imprint</a> |
   <a href="../contact.php">Comments</a> about this page<br>
   </div>
		    
</body>
</html>

--- NEW FILE: main.inc ---
<H3>
GRASS GIS and interfaces to Statistics/Geostatistics Software
</H3>

<a href="#maillist">Mailing list</a>
- <a href="#grassR">GRASS and R</a>
- <a href="#grassgstat">GRASS and gstat</a>
- <a href="#GRASP-R">GRASP-R</a>
<p>

<a href="../images/grass_r_xgobi.png"><DEFANGED_IMG SRC="../images/grass_r_xgobi_small.png" ALT="Sample session of GRASS and R and Xgobi"></a>
<h3>
Mailing List: GRASS and (geo)statistical
software</h3>

<p><a NAME="maillist"></a>
This mailing list is intended to coordinate
ongoing development on interfaces for GRASS to statistical/geostatistical
software. Topics to be discussed could be:
<ul>
<li>
How can "R", "S", ... statistical
language packages be linked to GRASS GIS?</li>

<li>
How can I contribute?</li>

<li>
I already programmed a (small/complete)
interface! Would you like to test it?</li>

<li>
... and so on.</li>
</ul>
<b>How do I (un)subscribe to
STATS/GRASS?</b>
<p>Visit the <a href="http://grass.itc.it/mailman/listinfo/statsgrass">statgrass
mailing list page</a>
<ul>
<li>
<a href="http://grass.itc.it/pipermail/statsgrass/">statgrass
mailing list Archive</a></li>

<li>
<a href="../searchgrass.html">Search</a>
Mailing List</li>
</ul>


<h3>GRASS Interfaces to statistical software</h3>

<ul>
<p><a NAME="grassR"></a>
<li>
GRASS-<b>R interface</b>: connect GRASS to <a href="http://www.r-project.org">R statistical language package</a></li>

<ul>
<li>
GRASS 6.x: <a href="http://r-spatial.sourceforge.net/">GRASS6-R interface</a>.
Installation: <br>
Go "<i>Download</i>" -&gt; "<i>r-spatial project page</i>" -&gt; "<b>spgrass6</b>"

<li>
GRASS 5.x: <a href="http://cran.at.r-project.org/src/contrib/PACKAGES.html#GRASS">GRASS-R
interface</a>.
See here for <a href="grass_r_insthints.html">Installation hints</a></li>

<li>
<a href="grass_geostats.html">Short draft introduction</a> to R/GRASS interface (in progress)</li>

<li> Related papers:
<ul>
<li>
Bivand, R.S., 2000. Using the
R statistical data analysis language on GRASS 5.0 GIS database files. Computers
&amp; Geosciences, 26, pp. 1043-1052.</li>

<li>
Bivand, R.S., and A. Gebhardt,
2000. Implementing functions for spatial statistical analysis using the
R language. Journal of Geographical Systems, (3)2, 307-317.</li>

<li>
Bivand, R., Neteler, M. (2000):
<a href="http://reclus.nhh.no/gc00/gc009.htm">Open Source geocomputation:
using the R data analysis language integrated with GRASS GIS and PostgreSQL
data base systems.</a> Proceedings 5th conference on <a href="http://www.ashville.demon.co.uk/geocomp/">GeoComputation</a>,
23-25 August 2000, University of Greenwich, U.K.</li>
</ul>

<li>
<a href="http://rgdal.sourceforge.net/">
GDAL/R bindings to Frank Warmerdam's Geospatial Data Abstraction
Library</a> (to read directly raster data into R)</li>
<li> Related: <a href=http://agec221.agecon.uiuc.edu/csiss/Rgeo/>R spatial projects</a></li>
</ul>


<p><a NAME="grassgstat"></a>
<li>
GRASS-<b>gstat interface</b>:</li>

<ul>
<li>
<a href="http://www.gstat.org/grass.html">gstat
offers GRASS support</a>. Gstat is a computer program for geostatistical
modelling, prediction and simulation.</li>
</ul>

<p><a NAME="GRASP-R"></a>
<li>
<b>GRASP-R</b>:</li>

<ul>
<li>
<a href="http://www.fivaz.ch/grasper/index.html">
GRASP-R offers GRASS support</a>. Generalized Regression Analysis and
Spatial Prediction for R. It's a plugin for R and provides a general method
for making spatial predictions of variable of interest (VOI) using point
surveys of the VOI and spatial coverages of important environmental drivers
(IED).</li>

</ul>

<p><br><b>See also:</b>
<ul>
<li>
<a href="http://www.ai-geostats.org">AI-Geostats.org
server</a></li>
</ul>
</ul>
<div align="right">
<i>Last change: $Date: 2005/04/19 10:09:03 $ </i><br>
<i>$Author: markus $</i>
</div>


--- NEW FILE: menu_side.inc ---
<!-- SIDE MENU INCLUDE -->

    <table class="topmenu" bgcolor="#008000" cellspacing="0" cellpadding="0" border="0" width="150">
    <tbody>
     <tr>
     <td><!-- TOP MENU -->
      <table cellspacing="1" cellpadding="3" border="0" width="100%">
      <tbody>
        <tr bgcolor="#c5e2ca">
        <td nowrap="nowrap">
	<font size="-1">
          <a href="../statsgrass/index.php">Geostatistics</a>
	  <p>
          <a href="../grid3d/index.html">Volume</a>
        </font>
        </td>
        </tr>
      </tbody>             
      </table><!-- END SIDE MENU -->
     </td>
     </tr>
    </tbody>
    </table> <!-- END menu frame -->


--- NEW FILE: title.inc ---
<!-- keep indentation -->
                <center><br>
                  <h1>GRASS: Geostatistics and spatial data analysis</h1>
                </center>

--- index.html DELETED ---





More information about the grass-web mailing list