<br><font size=2 face="sans-serif">Thanks Frank,</font>
<br><font size=2 face="sans-serif">&quot;.... </font><tt><font size=2>the
command cannot determine it from the .shp file</font></tt><font size=2 face="sans-serif">&quot;</font>
<br><font size=2 face="sans-serif">Why? Is it because the EPSG code of
this .shp is unknown to GDAL or GDAL can't get any SRS from a .shp? </font>
<br><font size=2 face="sans-serif">Should I add the EPSG code somewhere
in a configuration file?</font>
<br>
<br><font size=2 face="sans-serif">Best regards,</font>
<br><font size=2 face="sans-serif">Steve</font>
<br>
<br><font size=2 face="sans-serif"><br>
</font><font size=3 color=#0066ff><i>Steve Toutant, M. Sc.</i></font><font size=3><br>
Analyste en géomatique<br>
Secteur environnement<br>
Direction des risques biologiques, environnementaux et occupationnels<br>
Institut national de santé publique du Québec<br>
945, avenue Wolfe<br>
Québec, Qc G1V 5B3 </font>
<p><font size=3>Tél.: (418) 650-5115 #5281<br>
Fax.: (418) 654-3144</font><font size=3 color=blue><u><br>
</u></font><a href=mailto:steve.toutant@inspq.qc.ca><font size=3 color=blue><u>steve.toutant@inspq.qc.ca</u></font></a><font size=3 color=blue><u><br>
</u></font><a href=http://www.inspq.qc.ca/><font size=3 color=blue><u>http://www.inspq.qc.ca</u></font></a>
<p><font size=3>&nbsp; </font>
<p>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Frank Warmerdam &lt;warmerdam@pobox.com&gt;</b>
</font>
<p><font size=1 face="sans-serif">21/07/2009 11:53 AM</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">A</font></div>
<td><font size=1 face="sans-serif">Steve.Toutant@inspq.qc.ca</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td><font size=1 face="sans-serif">gdal-dev@lists.osgeo.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Objet</font></div>
<td><font size=1 face="sans-serif">Re: [gdal-dev] Messages: gdal_translate
and gdal_rasterize</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br>
<br>
<br><tt><font size=2>Steve.Toutant@inspq.qc.ca wrote:<br>
&gt; <br>
&gt; Hello!!!<br>
&gt; When I launch this command<br>
&gt; gdal_translate -projwin -428734.998712 20337 1.497532 -387578.449250
<br>
&gt; 172036.180727 EstMtl.img rssMtl.img<br>
&gt; <br>
&gt; I get this message<br>
&gt; Input file size is 7771, 7410<br>
&gt; Computed -srcwin 1204 4838 1372 1045 from projected window.<br>
&gt; 0Warning 1: Lost metadata writing to GeoTIFF ... too large to fit
in tag.<br>
&gt; Warning 1: Lost metadata writing to GeoTIFF ... too large to fit in
tag.<br>
&gt; ...10...20...30...40...50...60...70...80...90...100 - done.<br>
&gt; Warning 1: Lost metadata writing to GeoTIFF ... too large to fit in
tag.<br>
<br>
Steve,<br>
<br>
First, you may not be aware that gdal_translate writes TIFF by default,<br>
even if you use the extension .img. &nbsp;So if you want a .img output
you<br>
would need to specify -of HFA on the commandline.<br>
<br>
The warning indicates that there was too much metadata in the source<br>
file to properly store in the GeoTIFF so it was discarded. &nbsp;Often<br>
this won't matter to you.<br>
<br>
&gt; When I launch this command<br>
&gt; gdal_rasterize -burn 0 -i -l rssMtl_32198 <br>
&gt; Z:\MSSS\rssmrn\2005\shapefile\32198\rssMtl_32198.shp rssMtl.img<br>
&gt; <br>
&gt; I get this message<br>
&gt; Warning : the output raster dataset has a SRS, but the input vector
<br>
&gt; layer not. Results will be probably incorrect.<br>
&gt; 0...10...20...30...40...50...60...70...80...90...100 - done.<br>
<br>
This means it is your responsibility to ensure that the shapefile<br>
and the .img file are in the same coordinate system since the command<br>
cannot determine it from the .shp file. &nbsp;The warning is perhaps a
bit<br>
too dramatic.<br>
<br>
Best regards,<br>
-- <br>
---------------------------------------+--------------------------------------<br>
I set the clouds in motion - turn up &nbsp; | Frank Warmerdam, warmerdam@pobox.com<br>
light and sound - activate the windows | http://pobox.com/~warmerdam<br>
and watch the world go round - Rush &nbsp; &nbsp;| Geospatial Programmer
for Rent<br>
<br>
</font></tt>
<br>
<br>
<br>