Re: [gdal-dev] ogr2ogr postgis to sqlite composite primary key issueissue

2023-08-15 Thread Brent Wood via gdal-dev
mydb --pset='footer=off' -F',' -qAc "select * from table where false" |sed 's/columnToOmit,//g') from table" target.gpkg PG:dbname=mydb On 8/15/23 17:12, Brent Wood via gdal-dev wrote: > Hi, > > I'm looking to use ogr2ogr to rep

[gdal-dev] ogr2ogr postgis to sqlite composite primary key issueissue

2023-08-15 Thread Brent Wood via gdal-dev
ource (Postgis) tables have a composite primary key. ogr2ogr flags these and says such keys are unsupported. It fails to copy these tables. What I'd like it to do is copy the data in such cases but ignore the primary key. Is this possible? Thanks,

Re: [gdal-dev] Convert grid to polygon shapefile

2023-04-10 Thread Brent Wood via gdal-dev
need, you could run it from the command line. HTH, Brent Wood On Fri, 7 Apr 2023 at 10:34, Paul Meems wrote: Hello List,I'm working on a C# application that uses Golden Software Surfer to create maps, but I also need to export the data to a polygon shapefile.  Unfortunately, Surfer crea

Re: [gdal-dev] gdalwarp overhead on linux but not on windows

2019-11-19 Thread Brent Wood
Ummm... How much is due to the very different version of GDAL vs docker overhead? Any chance of using the same GDAL version for both tests? Brent Wood On Wednesday, November 20, 2019, 11:20:50 AM GMT+13, jratike80 wrote: Hi, I have been told that Docker has overhead with

Re: [gdal-dev] Using GDAL with gridded XYZ that has no 'nodata' values?

2014-05-24 Thread Brent Wood
Hi Evan, I figure most serious users of tools like these will not limit themselves by using a MS Windows platform (& those that do are masochists anyway :-), so using tools like awk (& sed & cut & grep) for pre-processing XYZ files with missing values in any column or other issues is a ready so

Re: [gdal-dev] Using GDAL with gridded XYZ that has no 'nodata' values?

2014-05-24 Thread Brent Wood
ript along with GDAL. And there are others, but in the maritime & multibeam Open Source space I suggest that GMT & MB System (ideally with GDAL) reign supreme :-) Cheers,    Brent Wood From: Sam Franklin To: gdal-dev@lists.osgeo.org Sent: Sunday, Ma

Re: [gdal-dev] ogr2og / forcing a +-180 system

2013-11-19 Thread Brent Wood
omething up with GMT v5, which works in mod360 for longitudes? Brent Wood From: Robb K. Wright To: Frank Warmerdam Cc: gdal dev Sent: Tuesday, November 19, 2013 8:29 AM Subject: Re: [gdal-dev] ogr2og / forcing a +-180 system I haven't been ab