[GRASS-SVN] r70752 - in grass/branches/releasebranch_7_0/scripts: r.import v.import

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 12 07:35:42 PDT 2017


Author: neteler
Date: 2017-03-12 07:35:42 -0700 (Sun, 12 Mar 2017)
New Revision: 70752

Modified:
   grass/branches/releasebranch_7_0/scripts/r.import/r.import.html
   grass/branches/releasebranch_7_0/scripts/v.import/v.import.html
Log:
r.import/v.import manual: explain -o projection override flag

Modified: grass/branches/releasebranch_7_0/scripts/r.import/r.import.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.import/r.import.html	2017-03-12 14:35:11 UTC (rev 70751)
+++ grass/branches/releasebranch_7_0/scripts/r.import/r.import.html	2017-03-12 14:35:42 UTC (rev 70752)
@@ -9,6 +9,17 @@
 
 <h2>NOTES</h2>
 
+<em>r.import</em> checks the projection metadata of the dataset to be
+imported against the current location's projection. If not identical a
+related error message is shown.
+<br>
+To override this projection check (i.e. to use current location's projection)
+by assuming that the dataset has the same projection as the current location
+the <b>-o</b> flag can be used. This is also useful when geodata to be
+imported do not contain any projection metadata at all. The user must be
+sure that the projection is identical in order to avoid to introduce data
+errors.
+
 <h3>Resolution</h3>
 
 <em>r.import</em> reports the estimated target resolution for each 

Modified: grass/branches/releasebranch_7_0/scripts/v.import/v.import.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.import/v.import.html	2017-03-12 14:35:11 UTC (rev 70751)
+++ grass/branches/releasebranch_7_0/scripts/v.import/v.import.html	2017-03-12 14:35:42 UTC (rev 70752)
@@ -24,6 +24,17 @@
 
 <h2>NOTES</h2>
 
+<em>v.import</em> checks the projection metadata of the dataset to be
+imported against the current location's projection. If not identical a
+related error message is shown.
+<br>
+To override this projection check (i.e. to use current location's projection)
+by assuming that the dataset has the same projection as the current location
+the <b>-o</b> flag can be used. This is also useful when geodata to be
+imported do not contain any projection metadata at all. The user must be
+sure that the projection is identical in order to avoid to introduce data
+errors.
+
 <h3>Topology cleaning</h3>
 
 When importing polygons, non-topological polygons are converted to



More information about the grass-commit mailing list