Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 413e0bdb3c48563b2d8d9038d07d5533 > files > 1592

grass-6.3.0-15.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS: g.setproj</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">

<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>

<h2>NAME</h2>
<em><b>g.setproj</b></em>  - Interactively reset the location's projection settings.
<h2>KEYWORDS</h2>
general
<h2>SYNOPSIS</h2>
<b>g.setproj</b><br>
<b>g.setproj help</b><br>
<b>g.setproj</b>  [--<b>verbose</b>]  [--<b>quiet</b>] 


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>g.setproj</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">

<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>

<H2>NAME</H2>

<EM><b>g.setproj</b></EM>  - Allows the user to create the PROJ_INFO and the 
PROJ_UNITS files to record the projection information associated with a 
current location. 
<BR>

<H2>SYNOPSIS</H2>

<B>g.setproj</B> 

<H2>DESCRIPTION</H2>

Allows a user to create a PROJ_INFO file in the PERMANENT mapset of the 
current location. PROJ_INFO file is used to record the projection information 
associated with the specified mapset. 

<H2>NOTES</H2> 

The user running <EM>g.setproj</EM> must own the PERMANENT 
mapset and it must be currently selected.
It is highly recommended to run <EM>g.setproj</EM> after
creating a new location so that conversion programs (such
as <EM>v.proj</EM>) can be run.

<P>The user will be prompted for the projection name. 
Most projections are supported. The 
<A HREF="http://proj.maptools.org/">PROJ.4</A> abbreviations for the names are
used with two exceptions, viz. 'll', for latitude / longitude geographic
co-ordinates, and 'stp', for the State Plane Co-ordinate system (used in the
USA).</P>

<P>After the projection name, the user will be asked for a geodetic datum. If 
no datum transformation support is needed, the question may be answered with no,
and no datum will be specified in the PROJ_INFO file. If this is the case
the user must specify the ellipsoid (model of the curvature of the earth) to
be used, otherwise it is determined by the datum being used.</P>

<P>If the datum or ellipsoid required are not 
listed within this program, the user/administrator may add the definition 
to the files datum.table, datumtransform.table and ellipse.table in the
$GISBASE/etc/ directory.</P>

<P>Depending on the projection selected, the user will then be prompted for
the various other parameters required to define it.</P>

<P>

The projections of aea, lcc, merc, leae, leac, and 
tmerc will generate a request to the user for the prime meridian and standard 
parallel for the output map. 


<H2>SEE ALSO</H2>

<EM><A HREF="g.proj.html">g.proj</A></EM>,
<EM><A HREF="m.proj.html">m.proj</A></EM>,
<EM><A HREF="r.proj.html">r.proj</A></EM>,
<EM><A HREF="v.proj.html">v.proj</A></EM>,
<EM><A HREF="http://proj.maptools.org">PROJ.4</A></EM>

<P>
<B>Further reading</B>
<ul>
<li> A guide to <a href="http://erg.usgs.gov/isb/pubs/MapProjections/projections.html">Map Projections</a> by USGS
<li> <a href="http://www.asprs.org/resources/grids/">ASPRS Grids and Datum</a>
<li> <a href="http://www.mapref.org">MapRef - The Collection of Map Projections and Reference Systems for Europe</a>
<li> <a href="http://www.remotesensing.org/geotiff/proj_list/">Projections Transform List</a> (PROJ4)
</ul>

<H2>AUTHOR</H2>

Irina Kosinovsky, 
U.S. Army Construction Engineering 
Research Laboratory<BR>
Morten Hulden, morten at tor.ngb.se - rewrote module and added 121 projections <BR>
Andreas Lange, andreas.lange at rhein-main.de - added prelimnary map datum support

<p>
<i>Last changed: $Date: 2007-04-11 16:46:24 +0200 (Wed, 11 Apr 2007) $</i>
</p>

</body>
</html>