Re: [gdal-dev] gdal og2ogr: insert/update postgis table from SHP?

2022-06-05 Thread Alexandre Gacon
Hi Laurent The SQL option is executed against the source of the date (in your case the SHP file) and not against your database. So you can use it to select the fields of your SHP you want in your database, ogr2ogr taking care of creating the database if needed. For the SHP, there is no geom field

[gdal-dev] gdal og2ogr: insert/update postgis table from SHP?

2022-06-05 Thread celati Laurent
Good morning, I work with windows, Postgis and gdal (I use gdal/ogr2ogr from the command prompt. Version of gdal available under C:\Program Files\QGIS 3.16\bin). Up to now, within my postgis database, I was inserting new features into an existing table thanks to SQL queries : > *INSERT INTO

[gdal-dev] gdal og2ogr: insert/update postgis table from SHP?

2022-06-05 Thread celati Laurent
Good morning, I work with windows, Postgis and gdal (I use gdal/ogr2ogr from the command prompt. Version of gdal available under C:\Program Files\QGIS 3.16\bin). Up to now, within my postgis database, I was inserting new features into an existing table thanks to SQL queries : > > *INS

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

2022-06-05 Thread Markus Neteler
On Fri, Jun 3, 2022 at 9:09 PM Saulteau Don wrote: > > 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 QG