Re: [gdal-dev] gdal_edit.py -a_nodata none

2013-08-26 Thread Kyle Shannon
On Fri, Aug 23, 2013 at 4:35 PM, Even Rouault wrote: > Le vendredi 23 août 2013 23:21:06, Kyle Shannon a écrit : >> On Fri, Aug 23, 2013 at 10:04 AM, Hermann Peifer wrote: >> > On 2013-08-23 15:23, Even Rouault wrote: >> >> Selon peifer : >> >>> Hi, >> >>> >> >>> http://www.gdal.org/gdal_edit.htm

Re: [gdal-dev] gdal_edit.py -a_nodata none

2013-08-23 Thread Even Rouault
Le vendredi 23 août 2013 23:21:06, Kyle Shannon a écrit : > On Fri, Aug 23, 2013 at 10:04 AM, Hermann Peifer wrote: > > On 2013-08-23 15:23, Even Rouault wrote: > >> Selon peifer : > >>> Hi, > >>> > >>> http://www.gdal.org/gdal_edit.html states about -a_nodata > >>> > Assign a specified nod

Re: [gdal-dev] gdal_edit.py -a_nodata none

2013-08-23 Thread Kyle Shannon
On Fri, Aug 23, 2013 at 10:04 AM, Hermann Peifer wrote: > On 2013-08-23 15:23, Even Rouault wrote: >> >> Selon peifer : >> >>> Hi, >>> >>> http://www.gdal.org/gdal_edit.html states about -a_nodata >>> Assign a specified nodata value to output bands. Can be set to none to remove a nodata

Re: [gdal-dev] gdal_edit.py -a_nodata none

2013-08-23 Thread Hermann Peifer
On 2013-08-23 15:23, Even Rouault wrote: Selon peifer : Hi, http://www.gdal.org/gdal_edit.html states about -a_nodata Assign a specified nodata value to output bands. Can be set to none to remove a nodata value if one exists for the dataset. I assume that none means the literal string `non

Re: [gdal-dev] gdal_edit.py -a_nodata none

2013-08-23 Thread Even Rouault
Selon peifer : > Hi, > > http://www.gdal.org/gdal_edit.html states about -a_nodata > > > Assign a specified nodata value to output bands. > > Can be set to none to remove a nodata value if one exists for the dataset. > > I assume that none means the literal string `none', but what happens is > giv

[gdal-dev] gdal_edit.py -a_nodata none

2013-08-23 Thread peifer
Hi, http://www.gdal.org/gdal_edit.html states about -a_nodata > Assign a specified nodata value to output bands. > Can be set to none to remove a nodata value if one exists for the dataset. I assume that none means the literal string `none', but what happens is given below. Is this just a pla