[GRASSweb-list] markus: web/grass61/screenshots network.inc, NONE, 1.1 network.php, NONE, 1.1 raster.inc, NONE, 1.1 raster.php, NONE, 1.1

grass at intevation.de grass at intevation.de
Thu May 18 10:48:30 EDT 2006


Author: markus

Update of /grassrepository/web/grass61/screenshots
In directory doto:/tmp/cvs-serv7977

Added Files:
	network.inc network.php raster.inc raster.php 
Log Message:
extended

--- NEW FILE: network.inc ---
<h3>Screenshots of GRASS 6.1 in action</h3>
The GRASS Development Team and members of the user community have collected
numerous screenshots on these pages.
<p>
<table width="100%" border="0">
 <tr valign="baseline">
  <td>
  <div align="center">
  <p><a href="images/network_directions.png" target="_blank"><img src="images/network_directions_small.jpg" border="1"></a></p>
  <p>Directions in vector networks (d.vect; screenshot: M. Neteler)</p>

  <p><a href="images/network_one_way.png" target="_blank"><img src="images/network_one_way_small.jpg" border="1"></a></p>
  <p>One way streets defined using backward/forward column attributes (drawn with ps.map; screenshot: M. Neteler)</p>

  <p><a href="images/network_shortest_path_oneway.png" target="_blank"><img src="images/network_shortest_path_oneway_small.jpg" border="1"></a></p>
 <p>Shortest path routing respecting one way streets (d.path; screenshot: M. Neteler)</p>
  </div>
 </td>
 </tr>
</table>


--- NEW FILE: network.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>GRASS GIS: Vector network analysis screenshots</title>
  <meta name="robots" content="index,follow">
  <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">
  <meta name="keywords"
        content="gis, GIS, GRASS, open source, 
	 free software, Geographical Information System, raster, topology,
         vector, image processing, visualization">
  <meta name="Author" content="MN/GRASS Development Team">
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <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"> <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" class="leftmenu"> 
        <!-- MAIN PART -->

        <h3>Vector Network analysis examples </h3>
        <?php
         include("network.inc");
        ?>

        <P>
        <i>Please also select from the left menu.</i>

<p> 
<table align="center" border="1">
<tbody><tr>
<td align="center" width="30%"§>
 <a href="http://creativecommons.org/licenses/by-sa/2.5/"><img src="../../images/cc_somerights20.gif" alt="Creative Commons License" border="0"></a>
 <img src="../../images/cc_by_white.png" alt="Creative Commons Attribution icon">
 <img src="../../images/cc_sa_white.png" alt="Creative Commons Share Alike icon">
</td>
<td align="center">
 <i>Above screenshots are licensed under the <a href="http://creativecommons.org/" alt="Creative Commons">Creative&nbsp;Commons</a>
 <a href="http://creativecommons.org/licenses/by-sa/2.5/" alr="http://creativecommons.org/licenses/by-sa/2.5/" rel="nofollow">Attribution&nbsp;ShareAlike&nbsp;2.5</a>&nbsp;License</i>
</td>
</tr>
</tbody></table>


        <!-- END MAIN PART -->
      </td>
 </tr>  
 </tbody> 
</table>

<hr>
   
<div align="right">&copy; 2006 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: raster.inc ---
<h3>Screenshots of GRASS 6.1 in action</h3>
The GRASS Development Team and members of the user community have collected
numerous screenshots on these pages.
<p>
<table width="100%" border="0">
 <tr valign="baseline">
  <td>
  <div align="center">
  <p><a href="images/global_rad_noshadow_trento_srtmV2.png" target="_blank"><img src="images/global_rad_noshadow_trento_srtmV2_small.jpg" border="1"></a></p>
  <p>GRASS: Accumulated daily global radiation for 1 year at Trento (Italy) without shadow and cloud correction.
     The valleys are at 200-600m elevation while the mountains reach 2100m.
     (SRTM V2 data, screenshot: M. Neteler)<br>

  <p><a href="images/global_shadow_rad_shadow_corrected_trento_srtmV2.png" target="_blank"><img src="images/global_shadow_rad_shadow_corrected_trento_srtmV2_small.jpg" border="1"></a></p>
  <p>GRASS: Accumulated daily global radiation for 1 year at Trento (Italy) with shadow correction.
     The valleys are at 200-600m elevation while the mountains reach 2100m. This map is
     much closer to reality, optional cloud correction was not applied. The color table is identical
     to above uncorrected map.
     (SRTM V2 data, screenshot: M. Neteler)<br>

  </div>
 </td>
 </tr>
</table>


--- NEW FILE: raster.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>GRASS GIS: Raster data processing screenshots</title>
  <meta name="robots" content="index,follow">
  <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">
  <meta name="keywords"
        content="gis, GIS, GRASS, open source, 
	 free software, Geographical Information System, raster, topology,
         vector, image processing, visualization">
  <meta name="Author" content="MN/GRASS Development Team">
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <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"> <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" class="leftmenu"> 
        <!-- MAIN PART -->

        <h3>Raster data processing examples </h3>
        <?php
         include("raster.inc");
        ?>

        <P>
        <i>Please also select from the left menu.</i>

<p> 
<table align="center" border="1">
<tbody><tr>
<td align="center" width="30%"§>
 <a href="http://creativecommons.org/licenses/by-sa/2.5/"><img src="../../images/cc_somerights20.gif" alt="Creative Commons License" border="0"></a>
 <img src="../../images/cc_by_white.png" alt="Creative Commons Attribution icon">
 <img src="../../images/cc_sa_white.png" alt="Creative Commons Share Alike icon">
</td>
<td align="center">
 <i>Above screenshots are licensed under the <a href="http://creativecommons.org/" alt="Creative Commons">Creative&nbsp;Commons</a>
 <a href="http://creativecommons.org/licenses/by-sa/2.5/" alr="http://creativecommons.org/licenses/by-sa/2.5/" rel="nofollow">Attribution&nbsp;ShareAlike&nbsp;2.5</a>&nbsp;License</i>
</td>
</tr>
</tbody></table>


        <!-- END MAIN PART -->
      </td>
 </tr>  
 </tbody> 
</table>

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





More information about the grass-web mailing list