Hi I tried out some different ways an at the end I chose this way, not
python but you use the same commands I guess.
-Concatenate four shapefiles:
ogr2ogr filemerged.shp mdv07xx1.shp
ogr2ogr -update -append filemerged.shp mdv07xx1.shp -nln filemerged
ogr2ogr -update -append filemerged.shp mdv07
Hi,
I've been using gdal-rasterize for quite a while now in my python scripts.
It only posses on difficulty to me, since it forces me to use the tiff
format I need to create a template before creating the raster.
Does any one know of a quick way of doing the template? Alternatively, can I
use other