|
@@ -5,7 +5,7 @@ List-Archive: <http://grass.itc.it/pipermail/grass-dev>
|
|
|
|
|
|
The relevant files (all installed into $GISBASE/etc) are:
|
|
The relevant files (all installed into $GISBASE/etc) are:
|
|
|
|
|
|
-1. proj-parms.table
|
|
|
|
|
|
+1. parms.table
|
|
|
|
|
|
One line for each known projection. A sample entry:
|
|
One line for each known projection. A sample entry:
|
|
|
|
|
|
@@ -19,7 +19,7 @@ The remainder of the line (after the colon) is a semicolon-separated
|
|
list of parameter definitions of the form parm=spec. The LHS is the
|
|
list of parameter definitions of the form parm=spec. The LHS is the
|
|
parameter name as used by geo.h; these don't necessarily match the
|
|
parameter name as used by geo.h; these don't necessarily match the
|
|
corresponding the proj parameter, but you can translate them using the
|
|
corresponding the proj parameter, but you can translate them using the
|
|
-proj-desc.table file (see below).
|
|
|
|
|
|
+desc.table file (see below).
|
|
|
|
|
|
The RHS has two parts, separated by a comma. The first part is either
|
|
The RHS has two parts, separated by a comma. The first part is either
|
|
"ask" or "noask", corresponding to whether or not g.setproj should
|
|
"ask" or "noask", corresponding to whether or not g.setproj should
|
|
@@ -28,14 +28,14 @@ default value. Note that the combination "noask,nodfl" never occurs;
|
|
if an option is marked as "noask", there will always be a default
|
|
if an option is marked as "noask", there will always be a default
|
|
value.
|
|
value.
|
|
|
|
|
|
-2. proj-desc.table
|
|
|
|
|
|
+2. desc.table
|
|
|
|
|
|
One line for each known parameter (other than +proj=). A sample entry:
|
|
One line for each known parameter (other than +proj=). A sample entry:
|
|
|
|
|
|
LON0:lon:lon_0:Central Meridian
|
|
LON0:lon:lon_0:Central Meridian
|
|
|
|
|
|
The first field is the parameter name as used by the old geo.h file,
|
|
The first field is the parameter name as used by the old geo.h file,
|
|
-and as used in proj-parms.table.
|
|
|
|
|
|
+and as used in parms.table.
|
|
|
|
|
|
The second field is the type, and can be one of:
|
|
The second field is the type, and can be one of:
|
|
|
|
|
|
@@ -51,7 +51,7 @@ file.
|
|
The fourth field is a textual description of the parameter.
|
|
The fourth field is a textual description of the parameter.
|
|
|
|
|
|
|
|
|
|
-3. proj-units.table
|
|
|
|
|
|
+3. units.table
|
|
|
|
|
|
One line for each known distance unit. A sample entry:
|
|
One line for each known distance unit. A sample entry:
|
|
|
|
|