[gdal-dev] grass plugin errors for qgis and grass

2022-06-03 Thread Saulteau Don
I recently compiled GDAL 3.5.0.r89.gf863daba7a from git release branch using CMAKE. I also have gdal-grass 1.0.0 compiled from https://github.com/OSGeo/gdal-grass The grass plugin reports the following from console when launching QGIS: > ERROR 1: /usr/lib/gdalplugins/gdal_GRASS.so: undefined sym

Re: [gdal-dev] building python bindings after cmake compilation

2022-06-02 Thread Saulteau Don
ing back to the standard locale ("C"). > open: No such file or directory elf_open: Invalid argument Not sure what "open:" is looking for and failing with. saultdon On Thu, Jun 2, 2022 at 4:28 PM Saulteau Don wrote: > Thanks Greg, > > I'm attempting

Re: [gdal-dev] building python bindings after cmake compilation

2022-06-02 Thread Saulteau Don
:2883:10: fatal error: cpl_port.h: No such file or > directory > 2883 | #include "cpl_port.h" > | ^~~~ > compilation terminated. > extensions/gnm_wrap.cpp:2820:10: fatal error: gdal.h: No such file or > directory > 2820 | #include "gdal.h" > | ^~

[gdal-dev] building python bindings after cmake compilation

2022-06-02 Thread Saulteau Don
I have gdal 3.5.0 built using the new cmake system. /chroot/src/build <- cmake build directory /chroot/src/gdal <- src directory /chroot/src/gdal/swig/python My cmake is ran from the /chroot directory: > cmake -B build -S gdal \ > -DCMAKE_BUILD_TYPE='None' \ > -DCMAKE_INSTALL_PREFIX='

[gdal-dev] modify zvalue in database when inserted using zfield option

2021-08-13 Thread Saulteau Don
I used ogr2ogr to append contours into a larger dataset. I opted for the zfield option using the ELEVATION field. I realized one of my contours has a bad value and need to modify it to match the other contours it is connected to. I can edit the attribute ELEVATION fine, but when I rerun a mesh to

Re: [gdal-dev] transformation failure from WGS 84 to GRS 1980

2017-11-11 Thread Saulteau Don
I noticed that qgis built against the version I'm running also asks for the transformation. Maybe something to do with the differing ellipsoids. On Nov 11, 2017 08:06, "Andre Joost" wrote: Am 11.11.2017 um 08:45 schrieb Saulteau Don: > I'm running Arch Linux :) > &

Re: [gdal-dev] transformation failure from WGS 84 to GRS 1980

2017-11-10 Thread Saulteau Don
I'm running Arch Linux :) On Nov 10, 2017 01:08, "Andre Joost" wrote: > Am 09.11.2017 um 20:52 schrieb Donovan Cameron: > >> Afternoon! >> >> I recently upgraded to gdal 2.2.2 from 2.1 on linux and when I try to >> use ogr2ogr to append/update an existing table in PostgreSQL/PostGIS the >> comma

Re: [gdal-dev] I can't get ogr2ogr to overwrite an existing table

2017-04-07 Thread Saulteau Don
just a guess, thinking off the top of my head but does it need the -update flag too? On Fri, Apr 7, 2017 at 1:59 PM, Stephen Woodbridge wrote: > Hi all, > > I'm having trouble figuring out how to overwrite an existing table with > ogr2ogr. I have tried various combos of arguments without success

Re: [gdal-dev] Problem appending non-geometry tables in PostGis

2015-06-04 Thread Saulteau Don
If you add "-nlt NONE" to the ogr2ogr command, does that work? You might need to do that just for the non-spatial tables, because if you do that with the spatial tables, they will only upload the attributes. Donovan On Thu, Jun 4, 2015 at 5:19 PM, Roger André wrote: > Hi All, > > I'm having s

Re: [gdal-dev] ogr2ogr: Stuck trying to append lots of gml files to postgis tables

2015-03-22 Thread Saulteau Don
I wonder if part of the problem is that you haven't included the -update flag as well in the ogr2ogr command. ogr2ogr -update -append -f PostgreSQL PG:"host=localhost user=postgres dbname=data_itn" raw_itn/6360199_sn6103_2c7157.gz Then like the warning says, there's also the lco option of -lco OV

Re: [gdal-dev] can't compile gdal-grass plugin against GRASS 7

2015-03-10 Thread Saulteau Don
That's good news. Thanks Martin. I'd like to test 1.11.3 so it'd be great if I could get a copy of it. Donovan On Tue, Mar 10, 2015 at 4:46 PM, Martin Landa wrote: > Hi, > > 2015-03-11 0:33 GMT+01:00 Donovan Cameron : > > > I'm having some problems getting the gdal-grass 1.11.2 plugin to comp

Re: [gdal-dev] Ogr2ogr and default value of -gt

2014-02-17 Thread Saulteau Don
On 2/17/2014 11:39 AM, Even Rouault wrote: Le lundi 17 février 2014 16:31:55, Jukka Rahkonen a écrit : Jukka Rahkonen mmmtike.fi> writes: I took some timings: ogr2ogr -f GPKG germany.gpkg germany.osm.pbf -gt 2 -progress --config OSM_COMPRESS_NODES YES Timing: 18 minutes ogr2ogr -f GPKG g

Re: [gdal-dev] FileGDB Driver coordinate system support

2013-08-07 Thread Saulteau Don
I've imported data from a FileGDB to PostGIS when it was stored using EPSG 3005 so it definitely works and is supported by the FileGDB API. I tested your data and got the same result on the test3005.gdb, no layers in the output - the file GDB may be corrupt because QGIS won't even open it and comp