Re: [gdal-dev] Issues specifying PostGIS connection details - possibly related to special characters in passwords?

2024-07-02 Thread Robin Wilson via gdal-dev
quot;the string 'robin' and the value of variable $42" before it gets into GDAL. My terminal would interpret it as the following: $ echo robin$42 robin and I'd need to escape the dollar symbol to get the text verbatim: $ echo robin\$42 robin$42 Cheers, Daniel On Tue, 2 Jul 2024

[gdal-dev] Issues specifying PostGIS connection details - possibly related to special characters in passwords?

2024-07-02 Thread Robin Wilson via gdal-dev
how this is causing problems - but only when using the PG: connection string. Any suggestions welcome, Best regards, Robin Dr Robin Wilson www.rtwilson.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Hanging (or very slow) when ogr2ogr appending to PostGIS table

2024-03-14 Thread Robin Wilson via gdal-dev
Hi, I’ve been using ogr2ogr to import vector datasets into PostGIS tables. I originally tried this using a local Postgres server, and ran the following commands to import one file into a PostGIS table, and then append the contents of another file to the same table: ogr2ogr --debug ON -f Postgr

Re: [gdal-dev] Trouble reprojecting feature that crosses antimeridian

2022-03-30 Thread Robin Wilson
Thank you everyone for the responses, and Even for the bug fix. Best regards, Robin On 29 March 2022 at 22:33:49, Even Rouault (even.roua...@spatialys.com) wrote: Was a bug. Fix queued in https://github.com/OSGeo/gdal/pull/5543 Le 29/03/2022 à 22:30, Robin Wilson a écrit : Hi, I’ve been

[gdal-dev] Trouble reprojecting feature that crosses antimeridian

2022-03-29 Thread Robin Wilson
g this result. I find this result unexpected, but I have no knowledge of how GDAL deals with the antimeridian. Is this to be expected, or is this potentially a bug? If it isn’t a bug, is there any way around this? Best regards, Robin Dr Robin Wilson www.rtwilson.com __

[gdal-dev] Can you create a GeoPDF from an XML Composition File using the command-line tools?

2020-08-17 Thread Robin Wilson
and I've tried playing with the options to various commands such as gdal_translate, but can't seem to get it to work. Is it possible? Best regards, Robin Dr Robin Wilson www.rtwilson.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.or

[gdal-dev] Calling gdal_merge from a Python script

2016-08-26 Thread Robin Wilson
Hi, I've was very happy to see the RFC 59.1 code merged in GDAL 2.1, allowing the use of some of the GDAL command-line utilities from within Python without having to 'shell out' using something like the subprocess module. I notice that gdal_merge isn't in the list of command-line utilities that

[gdal-dev] wrapper_GDALWarpDestName returned NULL without setting an error - from Python gdalwarp interface

2016-06-27 Thread Robin Wilson
essing input file data.vrt. 0...10...20...30...40...50...60...70...80...90...100 - done. Am I doing something wrong here in how I set the parameters for the gdal.Warp call? Thanks, Robin Dr Robin Wilson Research Fellow University of Southampton, UK ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev