[gdal-dev] gdal_translate -mo option

canduc17 candini at meeo.it
Wed Sep 15 04:26:38 EDT 2010


Hi everyone.

gdal_translate -mo "VALUE=1234" input.tif output.tif
works fine.

But what if I have to insert 2 or more metadata values?
gdal_translate -mo "VALUE_1=1234" -mo "VALUE_2=5678" input.tif output.tif
It doesn't work.
Is there any wildcard to use into -mo string to insert multiple values? For
example
gdal_translate -mo "VALUE_1=1234\nVALUE_2=5678" input.tif output.tif
Also this doesn't work.

Is it possible to do that?
-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/gdal-translate-mo-option-tp5533518p5533518.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.


More information about the gdal-dev mailing list