Re: [gdal-dev] Problem using gdal_contour after gdal_merge.py

2014-03-22 Thread Andre Joost
Am 22.03.2014 18:59, schrieb Tom Beddard: Are there any tricks to generating contours from merged files or is it just going to be a case of scripting the generation of lots of .shp contour files from each of the elevation tiles? Thanks for any help, I’m still on the steep bit of the learning c

[gdal-dev] Problem using gdal_contour after gdal_merge.py

2014-03-22 Thread Tom Beddard
I’m having an issue generating a contour shape file with gdal_contour from a source file that has been merged with gdal_merge.py I can generate contours from a single unmerged source tif without problems, so it seems something gdal_merge.py is doing is causing an issue. This is my process: I’