~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to general/g.setproj/description.html

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h2>DESCRIPTION</h2>
2
 
 
3
 
Allows a user to create a PROJ_INFO file in the PERMANENT mapset of the 
4
 
current location. PROJ_INFO file is used to record the projection information 
5
 
associated with the specified mapset. 
6
 
 
7
 
<h2>NOTES</h2> 
8
 
 
9
 
The user running <em>g.setproj</em> must own the PERMANENT 
10
 
mapset and it must be currently selected.
11
 
It is highly recommended to run <em>g.setproj</em> after
12
 
creating a new location so that conversion programs (such
13
 
as <em>v.proj</em>) can be run.
14
 
 
15
 
<p>The user will be prompted for the projection name. 
16
 
Most projections are supported. The 
17
 
<a href="http://proj.maptools.org/">PROJ.4</a> abbreviations for the names are
18
 
used with two exceptions, viz. 'll', for latitude / longitude geographic
19
 
co-ordinates, and 'stp', for the State Plane Co-ordinate system (used in the
20
 
USA).
21
 
 
22
 
<p>After the projection name, the user will be asked for a geodetic datum. If 
23
 
no datum transformation support is needed, the question may be answered with no,
24
 
and no datum will be specified in the PROJ_INFO file. If this is the case
25
 
the user must specify the ellipsoid (model of the curvature of the earth) to
26
 
be used, otherwise it is determined by the datum being used.
27
 
 
28
 
<p>If the datum or ellipsoid required are not 
29
 
listed within this program, the user/administrator may add the definition 
30
 
to the files datum.table, datumtransform.table and ellipse.table in the
31
 
$GISBASE/etc/ directory.
32
 
 
33
 
<p>Depending on the projection selected, the user will then be prompted for
34
 
the various other parameters required to define it.
35
 
 
36
 
<p>
37
 
 
38
 
The projections of aea, lcc, merc, leae, leac, and 
39
 
tmerc will generate a request to the user for the prime meridian and standard 
40
 
parallel for the output map. 
41
 
 
42
 
 
43
 
<h2>SEE ALSO</h2>
44
 
 
45
 
<em><a href="g.proj.html">g.proj</a></em>,
46
 
<em><a href="m.proj.html">m.proj</a></em>,
47
 
<em><a href="r.proj.html">r.proj</a></em>,
48
 
<em><a href="v.proj.html">v.proj</a></em>,
49
 
<em><a href="http://proj.maptools.org">PROJ.4</a></em>
50
 
 
51
 
<p>
52
 
<b>Further reading</b>
53
 
<ul>
54
 
<li> A guide to <a href="http://erg.usgs.gov/isb/pubs/MapProjections/projections.html">Map Projections</a> by USGS
55
 
<li> <a href="http://www.asprs.org/persjournals/PE-RS-Journals/Grids-Datums.html">ASPRS Grids and Datum</a>
56
 
<li> <a href="http://www.mapref.org">MapRef - The Collection of Map Projections and Reference Systems for Europe</a>
57
 
<li> <a href="http://www.remotesensing.org/geotiff/proj_list/">Projections Transform List</a> (PROJ4)
58
 
</ul>
59
 
 
60
 
<h2>AUTHOR</h2>
61
 
 
62
 
Irina Kosinovsky, 
63
 
U.S. Army Construction Engineering 
64
 
Research Laboratory<br>
65
 
Morten Hulden, morten at untamo.net - rewrote module and added 121 projections <br>
66
 
Andreas Lange, andreas.lange at rhein-main.de - added prelimnary map datum support
67
 
 
68
 
<p>
69
 
<i>Last changed: $Date: 2012-03-30 13:47:33 +0200 (Fri, 30 Mar 2012) $</i>
70
 
 
71