[GRASS-SVN] r30214 - grass/branches/releasebranch_6_3/raster/r.in.gdal

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 17 14:59:46 EST 2008


Author: neteler
Date: 2008-02-17 14:59:45 -0500 (Sun, 17 Feb 2008)
New Revision: 30214

Modified:
   grass/branches/releasebranch_6_3/raster/r.in.gdal/description.html
Log:
document projection error message (merge from HEAD)

Modified: grass/branches/releasebranch_6_3/raster/r.in.gdal/description.html
===================================================================
--- grass/branches/releasebranch_6_3/raster/r.in.gdal/description.html	2008-02-17 19:41:35 UTC (rev 30213)
+++ grass/branches/releasebranch_6_3/raster/r.in.gdal/description.html	2008-02-17 19:59:45 UTC (rev 30214)
@@ -224,7 +224,16 @@
 gdalwarp rotated.tif northup.tif
 </pre></div>
 
+<p>
+<i>"ERROR: Projection of dataset does not appear to match the current location."</i><br>
 
+You need to create a location whose projection matches the data you
+wish to import. Try using <em>g.proj</em> with the <em>-c</em> flag and the
+<em>location=</em> and <em>georef=</em> options to create a new location based 
+upon the projection information in the file. You should then be able to import the
+file into that location with <em>r.in.gdal</em>. If desired, you can then re-project
+it to another location with <em>r.proj</em>.
+
 <H2>SEE ALSO</H2>
 <EM>
 <A HREF="r.colors.html">r.colors</A>,
@@ -236,10 +245,15 @@
 
 <H2>REFERENCES</H2>
 
-GDAL Pages: <a href="http://www.gdal.org">http://www.gdal.org/</a>
+GDAL Pages: <a href="http://www.gdal.org">http://www.gdal.org/</a><br>
 
+<em>
+<a href="g.proj.html">g.proj</a>
+<em>
+
+
 <H2>AUTHOR</H2>
 
-<a href="http://pobox.com/~warmerdam">Frank Warmerdam</a> (<a href="mailto:warmerdam AT pobox dot com">email</a>).
+<a href="http://home.gdal.org/warmerda/">Frank Warmerdam</a> (<a href="mailto:warmerdam AT pobox dot com">email</a>).
 
 <p><i>Last changed: $Date$</i>



More information about the grass-commit mailing list