<div dir="ltr">Ok - so gdal_translate works great! Thanks!<div><br></div><div>HOWEVER, the removal of value 230 245 255 is still no happening...when I put in:</div><div><br></div><div><br></div><div>&gt;&gt;gdalbuildvrt -srcnodata &quot;230 245 255&quot; tif_index.vrt *.tif</div><div><br></div><div>I get a .vrt with Band 1 = 0 (instead of 230) and the full 3 Band value becoming (0 245 255)....not what I expected. I expected it to become &quot;NoData&quot;....</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 9, 2015 at 9:17 PM, Chaitanya kumar CH <span dir="ltr">&lt;<a href="mailto:chaitanya.ch@gmail.com" target="_blank">chaitanya.ch@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Ari,<div><br></div><div>The vrt is an xml file that represents a single raster dataset made up of one or many rasters. So, it is already merged. You can read it using any good text editor.</div><div>You only have to run gdal_translate to convert it to a tif.<br></div><div><br></div>gdal_translate -of GTiff tif_index.vrt tif_index.tif<div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jun 10, 2015 at 2:40 AM Ari Simmons &lt;<a href="mailto:ari.ucb.fire@gmail.com" target="_blank">ari.ucb.fire@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Interesting...ok, so (knowing nothing about .vrt&#39;s and having a bunch of .tiff&#39;s) I ran this:<br><br></div>&gt;&gt;gdalbuildvrt -srcnodata &quot;230 245 255&quot; tif_index.vrt *.tif<br>0...10...20...30...40...50...60...70...80...90...100 - done.<br><br></div>then<br><div><br></div><div>&gt;&gt; gdal_merge -o merged_result.tif *.vrt<br><br></div><div>and got<br><br>ERROR 4: `*.vrt&#39; does not exist in the file system,</div></div><div dir="ltr"><div><br>and is not recognised as a supported dataset name.<br><br></div></div><div dir="ltr"><div></div><div>I&#39;m on OSGEO4W too..<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 9, 2015 at 1:24 PM,  <span dir="ltr">&lt;<a href="mailto:Matt.Wilkie@gov.yk.ca" target="_blank">Matt.Wilkie@gov.yk.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The error is because you need to quote the argument values to keep them from being interpreted as filenames:<br>
<br>
        gdal_merge -n “230 245 255” ...<br>
<br>
However gdal_merge can&#39;t use different nodata values for each band. You need to pre-process the files before merging. This worked for me here:<br>
<br>
Create  VRT (virtual raster) file for the input file(s):<br>
<br>
        gdalbuildvrt -srcnodata &quot;230 245 255”&quot;  infile1.vrt  infile1.tif<br>
<br>
Then feed the .vrt&#39;s to gdal_merge:<br>
<br>
        gdal_merge -of merged_result.tif infile1.vrt infile2.vrt ...<br>
<br>
<br>
You may need to switch from fwtools to Osgeo4w (if on Windows) to get gdalbuildvrt.<br>
<br>
Cheers,<br>
<br>
--<br>
matt wilkie<br>
--------------------------------------------<br>
Geomatics Analyst<br>
Information Management and Technology<br>
Yukon Department of Environment<br>
10 Burns Road * Whitehorse, Yukon * Y1A 4Y9<br>
<a href="tel:867-667-8133" value="+18676678133" target="_blank">867-667-8133</a> Tel * <a href="tel:867-393-7003" value="+18673937003" target="_blank">867-393-7003</a> Fax<br>
<a href="http://environmentyukon.gov.yk.ca/geomatics/" target="_blank">http://environmentyukon.gov.yk.ca/geomatics/</a><br>
--------------------------------------------<br>
<br>
<br>
<br>
-----------------------------<br>
<br>
From: <a href="mailto:fwtools-bounces@lists.maptools.org" target="_blank">fwtools-bounces@lists.maptools.org</a> [mailto:<a href="mailto:fwtools-bounces@lists.maptools.org" target="_blank">fwtools-bounces@lists.maptools.org</a>] On Behalf Of Ari Simmons<br>
Sent: Tuesday, June 09, 2015 12:43 PM<br>
To: <a href="mailto:fwtools@lists.maptools.org" target="_blank">fwtools@lists.maptools.org</a><br>
Subject: [FWTools] gdal_merge with a specific pixel value clipped/removed<br>
<br>
I have a large set of .tif files and I need to merge/mosaic them all into one .tif with the no-data value removed (i.e. value 230, 245, 255). However, when I put this in...pixel &#39;230, 245, 255&#39; becomes &#39;0, 245, 255&#39;).<br>
I am trying to get NO PIXEL returned for 230, 245, 255. Is that possible?<br>
I:\TFS_6\trial_merge&gt;gdal_merge.py -o test.tif -n 230 245 255 file1.tif file2.tif<br>
<br>
ERROR 4: `245&#39; does not exist in the file system,<br>
and is not recognised as a supported dataset name.<br>
<br>
ERROR 4: `255&#39; does not exist in the file system,<br>
and is not recognised as a supported dataset name.<br>
<br>
0...10...20...30...40...50...60...70...80...90...100 - done.<br>
</blockquote></div><br></div>
_______________________________________________<br>
FWTools mailing list<br>
<a href="mailto:FWTools@lists.maptools.org" target="_blank">FWTools@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/fwtools" target="_blank">http://lists.maptools.org/mailman/listinfo/fwtools</a><br>
<a href="http://fwtools.maptools.org/" target="_blank">http://fwtools.maptools.org/</a><span class="HOEnZb"><font color="#888888"><br>
</font></span></blockquote></div></div></div><span class="HOEnZb"><font color="#888888"><div dir="ltr">-- <br></div><p dir="ltr">Chaitanya Kumar CH</p>
</font></span></blockquote></div><br></div>