I mean it requires the gdal python bindings and python installed. You don't need python skills - it's a command-line program. Although you may need to understand the numpy syntax if you have a complex formula.
In your case it would be something like gdal_calc.py -A input1.tif --outfile=result.tif --calc="0.000717185 * A -2 " --type Float32 Etienne On Thu, Jul 19, 2012 at 11:13 AM, sigologo <[email protected]> wrote: > Thanks Etienne > But python is not my best skill in this session!!!!!!!!!!!! > I will try! > > > -- > View this message in context: > http://osgeo-org.1560.n6.nabble.com/Convert-to-temperature-in-degrees-C-in-MODIS-Ocean-Color-tp4989237p4989377.html > Sent from the GDAL - Dev mailing list archive at Nabble.com. > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
