[gdal-dev] Re: gdal_merge.py doesn't find input files.

2010-03-06 Thread LFas
Thanks a lot Frank, I've just comment out the globbing. I only desired a confirm that I was wrong. So I'll check http://trac.osgeo.org/gdal/ticket/2783. Thanks -- View this message in context: http://n2.nabble.com/gdal-dev-gdal-merge-py-doesn-t-find-input-files-tp4682337p4686916.html Sent from

[gdal-dev] Re: gdal_translate not working/ windows 7 64bit?

2010-03-06 Thread ggp08ctl
Hi guys, thanks for all your responses. I discovered what the error was. I had simply omitted the name of the tif file that I wanted to output from the command. It was that simple! I am feeling very foolish now %-| Regards, Chris -- View this message in context: http://n2.nabble.com/gdal-trans

RE: [gdal-dev] Layer.DeleteFeature problems

2010-03-06 Thread Jason Roberts
Spencer, Although I have not tried the DeleteFeature method (yet), I do recall that the ESRI Shapefile driver docs mention this: "The OGR shapefile driver supports rewriting existing shapes in a shapefile as well as deleting shapes. Deleted shapes are marked for deletion in the .dbf file, and the

[gdal-dev] Layer.DeleteFeature problems

2010-03-06 Thread Spencer Gardner
I'm writing a script that implements Layer.DeleteFeature on an ESRI shapefile. Everything appears to be working - no error messages or anything, but when the script is finished, no features have been deleted. On a related note, I have tried to circumvent the problem by simply writing a new tru