[GRASS-SVN] r73504 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 9 04:31:16 PDT 2018


Author: neteler
Date: 2018-10-09 04:31:16 -0700 (Tue, 09 Oct 2018)
New Revision: 73504

Modified:
   grass/trunk/lib/init/grass7.html
Log:
grass7 startup manual: example related to PROJ string usage added

Modified: grass/trunk/lib/init/grass7.html
===================================================================
--- grass/trunk/lib/init/grass7.html	2018-10-09 10:13:40 UTC (rev 73503)
+++ grass/trunk/lib/init/grass7.html	2018-10-09 11:31:16 UTC (rev 73504)
@@ -245,19 +245,24 @@
     obtain the location and mapset from environment variables.
 
 <dt><b>grass77 -c EPSG:4326 $HOME/grassdata/mylocation</b>
-<dd> Creates new GRASS location with EPSG code 4326 (latitude-longitude, WGS84)
+<dd> Creates a new GRASS location with EPSG code 4326 (latitude-longitude, WGS84)
     in the specified GISDBASE
 
 <dt><b>grass77 -c EPSG:5514:3 $HOME/grassdata/mylocation</b>
-<dd> Creates new GRASS location with EPSG code 5514 (S-JTSK / Krovak
+<dd> Creates a new GRASS location with EPSG code 5514 (S-JTSK / Krovak
     East North - SJTSK) with datum transformation parameters used in
     Czech Republic in the specified GISDBASE
 
+<dt><b>grass77 -c XY $HOME/grassdata/gnomonic --exec g.proj -c proj4='+proj=gnom +lat_0=90 +lon_0=-50'</b>
+<dd>  Creates a new GRASS location from PROJ definition string
+    (here: <a href="https://proj4.org/operations/projections/gnom.html">gnomonic</a>)
+    in the specified GISDBASE
+
 <dt><b>grass77 -c myvector.shp $HOME/grassdata/mylocation</b>
-<dd> Creates new GRASS location based on georeferenced Shapefile
+<dd> Creates a new GRASS location based on georeferenced Shapefile
 
 <dt><b>grass77 -c myraster.tif $HOME/grassdata/mylocation</b>
-<dd> Creates new GRASS location based on georeferenced GeoTIFF file
+<dd> Creates a new GRASS location based on georeferenced GeoTIFF file
 </dl>
 
 <h3>Batch jobs with the exec interface</h3>



More information about the grass-commit mailing list