[GRASS-SVN] r29613 - grass/branches/releasebranch_6_3/lib/proj

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 8 08:43:39 EST 2008


Author: neteler
Date: 2008-01-08 08:43:39 -0500 (Tue, 08 Jan 2008)
New Revision: 29613

Modified:
   grass/branches/releasebranch_6_3/lib/proj/projlib.dox
Log:
updated to HEAD

Modified: grass/branches/releasebranch_6_3/lib/proj/projlib.dox
===================================================================
--- grass/branches/releasebranch_6_3/lib/proj/projlib.dox	2008-01-08 13:41:55 UTC (rev 29612)
+++ grass/branches/releasebranch_6_3/lib/proj/projlib.dox	2008-01-08 13:43:39 UTC (rev 29613)
@@ -2,15 +2,15 @@
 <!-- doxygenized from "GRASS 5 Programmer's Manual" 
      by M. Neteler 11/2005
   -->
-<title>GRASS and the PROJ.4 Projection Library</title>
 
 \section projintro GRASS and the PROJ4 projection library
 
-GRASS utilizes the PROJ4 library originally developed by Gerald Evenden/USGS
-(Cartographic Projection Procedures for the UNIX Environment -- A User's
-Manual, (Evenden, 1990, Open-file report 90-284).). The PROJ4
-(htp://proj.maptools.org) functions are used through wrapper functions
-in a GRASS environment.
+GRASS utilizes the PROJ4 library originally developed by Gerald
+Evenden/USGS (Cartographic Projection Procedures for the UNIX
+Environment -- A User's Manual, Evenden, 1990, Open-file report
+90-284). The PROJ4 (<a
+href="http://proj.maptools.org">http://proj.maptools.org</a>)
+functions are used through wrapper functions in a GRASS environment.
 
 Internally to the PROJ.4 library, projection may involve transformation to
 and from geodetic co-ordinates (latitude and longitude), and numerical
@@ -32,7 +32,7 @@
 descriptions to and from the formats used by other GIS. Heavy use is
 made of the OGR library, part of GDAL (http://www.gdal.org/ogr/).
 
-\section datum_transformation Datum transformation
+\subsection datum_transformation Datum transformation
 
 GRASS generally supports datum transformation (3 parameters, 7 parameters
 and grid).
@@ -42,14 +42,13 @@
 no parameters found, the datum transformation parameters have to be
 added to $GISBASE/etc/datum.table (and also $GISBASE/etc/datumtransform.table
 if you have 7-parameter transformation parameters). No need to re-compile
-though. When adding to CVS, currently these files are still in lib/gis/. 
+though. When adding to SVN, currently these files are still in lib/gis/. 
 
 
-\section Makefile_Example Makefile Example
+\subsection Makefile_Example Makefile Example
 
 <P>
-The following code demonstrates the Makefile
-(see also \ref Compiling_and_Installing_GRASS_Modules).
+The following code demonstrates the Makefile.
 
 \verbatim
 MODULE_TOPDIR = ../..



More information about the grass-commit mailing list