<div dir="ltr"><span style="color:rgb(80,0,80);font-family:arial,sans-serif;font-size:13px">I saw the symbol <> first time in gdal calc what is meaning of it?</span><br><div><span style="color:rgb(80,0,80);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="color:rgb(80,0,80);font-family:arial,sans-serif;font-size:13px">Thanks</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 19, 2014 at 10:21 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le mercredi 19 novembre 2014 14:16:05, Andreas Neumann a écrit :<br>
<span class="">> Hi Even,<br>
><br>
> Thank you for trying to help. Unfortunately, the --overwrite option does<br>
> not help.<br>
><br>
> I have a very small test file at <a href="http://webgis.uster.ch/temp/test.tif" target="_blank">http://webgis.uster.ch/temp/test.tif</a><br>
><br>
> I used the following options:<br>
><br>
> gdal_calc.py -A test.tif --overwrite --outfile=testcalc.tif<br>
> --calc="(A==249)*255+(A<>249)*A"<br>
><br>
> All pixels with values of "255" are now "nodata" after running gdal_calc<br>
> ;-(<br>
<br>
</span>I wrote "as well", so try with "--overwrite --nodata 99".<br>
<span class="im HOEnZb"><br>
><br>
> May I please ask you to test/verify this?<br>
><br>
> Thanks a lot!<br>
><br>
> Andreas<br>
><br>
> Am 2014-11-19 13:58, schrieb Even Rouault:<br>
</span><div class="HOEnZb"><div class="h5">> > Le mercredi 19 novembre 2014 13:49:48, Andreas Neumann a écrit :<br>
> >> Hi,<br>
> >><br>
> >> I have an issue with gdal_calc.py and nodata values.<br>
> >><br>
> >> My input data contains a lot of white pixels. After running<br>
> >> gdal_calc.py<br>
> >> with the following parameters<br>
> >><br>
> >> gdal_calc.py -A test.tif --outfile=testcalc.tif<br>
> >> --calc="(A==249)*255+(A<>249)*A"<br>
> >><br>
> >> it turns out that all pixel values with 255 are now nodata values ;-(<br>
> >> Is<br>
> >> there an option so that my 255 values are not turned into nodata? I<br>
> >> tested with the --NoDataValue option (e.g. 99 - which I don't use in<br>
> >> the<br>
> >> image), but it seems to be ignored. For me it is important that black<br>
> >> and white pixels are preserved.<br>
> ><br>
> > Use --overwrite as well, since otherwise the existing output file will<br>
> > be used<br>
> > to be just updated and not recreated.<br>
> > It would be appropriate that the utility warns that --NoDataValue has<br>
> > no effect<br>
> > when the output file exists.<br>
> ><br>
> >> Thanks for any hints,<br>
> >> Andreas<br>
> >> _______________________________________________<br>
> >> gdal-dev mailing list<br>
> >> <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
> >> <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
<br>
<br>
<br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" target="_blank">http://www.spatialys.com</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a></div></div></blockquote></div><br></div>