[GRASSweb-list]markus: web/grass60 index.php,NONE,1.1 title.inc,NONE,1.1 menu_side.inc,NONE,1.1 main.inc,NONE,1.1
grass at intevation.de
grass at intevation.de
Fri Jan 14 10:53:46 EST 2005
Author: markus
Update of /grassrepository/web/grass60
In directory doto:/tmp/cvs-serv27980
Added Files:
index.php title.inc menu_side.inc main.inc
Log Message:
added 6.0 pages
--- NEW FILE: index.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS 6.0</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="MN/GRASS Development Team">
<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 -->
<h3>GRASS 6.0 Release</h3>
<?php
include("main.inc");
?>
<!-- END MAIN PART -->
</td>
</tr>
</tbody>
</table>
<hr>
<div align="right">© 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>
</div>
</body>
</html>
--- NEW FILE: title.inc ---
<!-- keep indentation -->
<center><br>
<h1>GRASS 6.0 Release</h1>
</center>
--- 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="#cc5e2ca">
<td nowrap="nowrap">
<font size="-1">
<a href="index.php">GRASS Development</a>
<p>
<a href="../community/get_involved.php">Get involved!</a>
<p>
<a href="roadmap.php">Roadmap</a>
<p>
<a href="i18n.php">Translations (i18N)</a>
<p>
<a href="cvs.php">CVS Server</a>
<p>
<a href="cvstags.php">CVS tags</a>
<p>
<a href="grasscvscommit.php">CVS commit ML</a>
<p>
<a href="../platforms/index.php">Platform notes</a>
<p>
<a href="../bugtracking/bugreport.html">Bug/Wish reports</a>
<p>
<a href="grasshist.html">History</a>
</font>
</td>
</tr>
</tbody>
</table><!-- END SIDE MENU -->
</td>
</tr>
</tbody>
</table> <!-- END menu frame -->
--- NEW FILE: main.inc ---
<a href="../images/grass51_watertower.jpg"><DEFANGED_IMG SRC="../images/grass51_watertower_small.jpg" ALT="3D vectors in GRASS 6.0/NVIZ" NOSAVE align=CENTER></a>
<a href="../images/grass51trees.jpg"><DEFANGED_IMG SRC="../images/grass51trees_small.jpg" ALT="3D vectors and TIN in GRASS 6.0/NVIZ" NOSAVE height=165 width=234 align=CENTER></a>
<a href="../images/grass51_nviz.jpg"><DEFANGED_IMG SRC="../images/grass51_nviz_small.jpg" ALT="Provided by Radim Blazek" NOSAVE height=166 width=267 align=CENTER></a>
<p>
GRASS 6.0: [ <a href="#status">Status</a> |
<a href="#features">Features</a> |
<a href="http://mpa.itc.it/radim/g51/">Screenshots</a> |
<a href="#downloads">Download</a> |
<a href="#docs">Documentation</a> |
<a href="#development">Development</a> |
<a href="../bugtracking/bugreport.html">Report bugs</a>
]
<P>
<a name="status"></a>
<h2>GRASS 6.0 status</h2>
<ul>
<li> 12 January 2005: GRASS 6.0.0beta1 source code released</li>
</ul>
<a name="features"></a>
<h2>GRASS 6.0 features</h2>
The improvements of the vector architecture
cover the new 3D multiattribute, multilayer vector library,
a modified NVIZ and a few database management tools.
DBMS is now integral part of the system.
<ul>
<li>Vector library (geometry):
<ul>
<li>
<b>multiformat</b> - also external data formats supported (SHAPE-file, PostGIS)
without the need of data conversion (through OGR library with 'v.external');</li>
<li>
Optional <b>PostGIS support</b> implemented for geometry storage via OGR library.
which probably allows for multiuser write access to the same vector map;</li>
<li>
<b>spatial index</b> - v.build (was: v.support) significantly accelerated;</li>
</ul>
<li>Database Management Interface (attributes):
<ul>
<li>
Attribute storage in <b>DBMS</b> for compatibility with industry standards
(SQL based interface for PostgreSQL, mySQL, ODBC, dBase)</li>
<li>
<b>multiattribute</b> - attributes saved in dBase files (default) or
saved in external DBMS</li>
<li>
<b>multilayer</b> - features in one vector may represent one or several
layers and may be linked to one or several external tables</li>
<li>
<b>2D/3D vectors</b> may be created (see <a
href=http://mpa.itc.it/radim/g51/chaloupky1.png>screenshot</a>)
(eg TINs), already supported in NVIZ</li>
<li>
forms library implemented for user friendly query dialogs</li>
<li>
Linear reference systems supported (LRS, to come)</li>
</ul>
<li>Applications/Misc:
<ul>
<li><b>SQL queries/selects</b> supported by vector modules</li>
<li><b>attributes updating</b> is supported through the forms library
(d.what.vect lets you modify directly the attached attributes)</li>
<li>
<b>Shortest path vector networking</b> (<a href=http://mpa.itc.it/radim/g51/d.path.jpg>screenshot</a>) - based on
<a href=../dglib/>DGLIB (Directed Graph Library)</a>, costs may be assigned
both to nodes and arcs (and also different in both directions of a vector
line)</li>
<li>new <b>v.digit with GUI</b> under construction (<a
href=http://mpa.itc.it/radim/g51/v.digit3.png>screenshot</a>)</li>
<li><b>import and export of any <a href=http://gdal.org/ogr/>OGR
vector formats</a></b> as supported by OGR (Shapefile, TIGER,
MapInfo and GML2, PostGIS and DGN)</li>
<li> <b>GUI generated by front end on runtime</b> and <b>display
manager</b> (<a href=http://mpa.itc.it/radim/g51/>screenshots</a>)</li>
<li> i18n: support for <b>multiple languages</b> (at time framework implemented,
translators needed)</li>
<li> <b>multiple GRASS sessions</b>: a user can start more than one session
in parallel</li>
</ul>
</ul>
<h2>Large File Support</h2>
GRASS 6.0 supports reading and writing large files (> 2GB)
if it is possible in your operating system. If you compile with
<tt>-D_FILE_OFFSET_BITS=64</tt>, you should be able to have raster maps
which are larger than 2Gb.
<a name="downloads"></a>
<h2>GRASS 6.0 Downloads</h2>
<ul>
<li> Software: See <a href="../download/index.php">download page</a>
<li> Sample data: <a href=../download/data.php>sample data sets page</a>
</ul>
<a name="docs"></a>
<h2>GRASS 6.0 Documentation</h2>
<ul>
<li> User Manuals: <a href=manuals/html60_user/index.html>HTML</a></li>
<li><a href="http://grass.gdf-hannover.de/twiki/bin/view/GRASS/GrassSixTutorial">Draft GRASS 6.0 tutorial</a></li>
<li><a href="manuals/">GRASS 6.0 Draft Programmer's Manual</a>
</ul>
<a name="development"></a>
<h2>GRASS 6.0 development</h2>
<ul>
<li>Description of new vector engine:
<ul>
<li>GRASS 6.0 Vector architecture description: <a
href=http://www.ing.unitn.it/~grass/conferences/GRASS2002/proceedings/proceedings/pdfs/Blazek_Radim.pdf>PDF</a>
(252 kb, presented at Open Source Free Software GIS - <a
href=http://www.ing.unitn.it/~grass/>GRASS users conference 2002</a>)
<li><a href="manuals/">GRASS 6.0 Draft Programmer's Manual</a>
<li>
New <a href="http://freegis.org/cgi-bin/viewcvs.cgi/~checkout~/grass51/doc/vector/vector.html">GRASS
6.0 vector API</a> (3D vectors, DBMS support, optional 64bit support)</li>
<ul>
<li>
<a href="http://freegis.org/cgi-bin/viewcvs.cgi/~checkout~/grass51/doc/vector/grass51concept.png">Figure of GRASS 6.0 architecture</a></li>
<li>
<a href="http://freegis.org/cgi-bin/viewcvs.cgi/~checkout~/grass51/doc/vector/grass51atts.png">Figure of GRASS 6.0 attribute management (native format and OGR support)</a></li>
<li>
<a href="http://freegis.org/cgi-bin/viewcvs.cgi/~checkout~/grass51/doc/vector/v.modules.html">GRASS
6.0 vector modules upgrade status</a></li>
</ul>
</ul>
<li>Compiling own GRASS 6.0 modules or changed modules:
simply run "make" in the appropriate directory
and "make install" in the top source directory (or read INSTALL for a simpler method).
<li>Further delopment tasks:
<ul>
<li> Code cleanup, clones removal, etc.
<li> GRASS as Web server application (client/server architectures)</li>
</ul>
<li> <a href=http://mpa.itc.it/radim/qgis/index.html>GRASS/QGIS integration</a>.
<li> Feel free to contact and join the <a href="../devel/index.php">GRASS Development Team</a>!
</ul>
More information about the grass-web
mailing list