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
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
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
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
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
__
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
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
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