[gdal-dev] gdal_translate takes negative values as an option (?)
Even Rouault
even.rouault at mines-paris.org
Fri Jun 1 13:10:33 PDT 2012
Le vendredi 01 juin 2012 17:17:46, Ivan Lucena a écrit :
> It turns out that gdal_translate -scale doesn't parse exponential by using
> the function ArgIsNumeric:
>
> http://trac.osgeo.org/gdal/browser/trunk/gdal/apps/gdal_translate.cpp#L1258
>
> It works fine with -0.0000000000000000000000000000000000034
I've fixed ArgIsNumeric() in r24528, so values in scientific notation should now
be recognized properly.
More information about the gdal-dev
mailing list