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.
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to