1g.setproj(1) Grass User's Manual g.setproj(1)
2
3
4
6 g.setproj - Allows the user to create the PROJ_INFO and the PROJ_UNITS
7 files to record the projection information associated with a current
8 location.
9
11 g.setproj
12
14 Allows a user to create a PROJ_INFO file in the PERMANENT mapset of the
15 current location. PROJ_INFO file is used to record the projection
16 information associated with the specified mapset.
17
19 User running g.setproj must own PERMANENT mapset. It is highly recom‐
20 mended to run g.setproj after creating a new location so that conver‐
21 sion programs (such as v.proj) can be run.
22
23 The current location must not contain a PROJ_INFO or PROJ_UNITS file.
24
25 The user will be prompted for the projection name. Most projections
26 are supported. The PROJ.4 abbreviations for the names are used with two
27 exceptions, viz. 'll', for latitude / longitude geographic co-ordi‐
28 nates, and 'stp', for the State Plane Co-ordinate system (used in the
29 USA).
30
31 After the projection name, the user will be asked for a geodetic datum.
32 If no datum transformation support is needed, the question may be
33 answered with no, and no datum will be specified in the PROJ_INFO file.
34 If this is the case the user must specify the ellipsoid (model of the
35 curvature of the earth) to be used, otherwise it is determined by the
36 datum being used.
37
38 If the datum or ellipsoid required are not listed within this program,
39 the user/administrator may add the definition to the files datum.table,
40 datumtransform.table and ellipse.table in the $GISBASE/etc/ directory.
41
42 Depending on the projection selected, the user will then be prompted
43 for the various other parameters required to define it.
44
45 The projections of aea, lcc, merc, leae, leac, and tmerc will generate
46 a request to the user for the prime meridian and standard parallel for
47 the output map.
48
50 g.proj, r.proj, v.proj, PROJ.4
51
52 Further reading
53
54 ASPRS Grids and Datum
55
56 MapRef - The Collection of Map Projections and Reference
57 Systems for Europe
58
59 Projections Transform List (PROJ4)
60
62 Irina Kosinovsky, U.S. Army Construction Engineering Research Labora‐
63 tory
64 Morten Hulden, morten@tor.ngb.se - rewrote module and added 121 projec‐
65 tions
66 Andreas Lange, andreas.lange@rhein-main.de - added prelimnary map datum
67 support
68
69 Last changed: $Date: 2006/05/02 14:09:18 $
70
71
72
73GRASS 6.2.2 g.setproj(1)