[gdal-dev] Strange (expected?) behaviour exporting multipart geometry to ESRI Shapefile format

2022-02-15 Thread Andrea Giudiceandrea via gdal-dev
Hi GDAL devs, trying find the root cause of a bug [1] reported in the QGIS GitHub repository, I've noticed a strange behaviour when a multipart geometry is exported to an ESRI Shapefile layer. I've created a minimal GeoPackage layer file [2] which contains 1 multipart polygon geometry (MultiP

Re: [gdal-dev] GEOS Maintenance Grant

2022-02-15 Thread Frank Warmerdam
+1 FrankW I'm very pleased as a GDAL PSC member and a sponsor who depends on the full stack. On Tue, Feb 15, 2022 at 2:46 PM Kurt Schwehr wrote: > +1 KurtS - GDAL PSC member > > On Tue, Feb 15, 2022 at 7:38 AM Howard Butler wrote: > >> GDAL PSC, >> >> When we wrote the GDAL RFCs on sponsorship

Re: [gdal-dev] GEOS Maintenance Grant

2022-02-15 Thread Kurt Schwehr
+1 KurtS - GDAL PSC member On Tue, Feb 15, 2022 at 7:38 AM Howard Butler wrote: > GDAL PSC, > > When we wrote the GDAL RFCs on sponsorship, we provided an escape clause > to allow us to direct resources to other projects upon which GDAL depends. > Our sponsorship numbers are still increasing, wh

Re: [gdal-dev] [geos-devel] GEOS Maintenance Grant

2022-02-15 Thread Tamas Szekeres
+1 Tamas Howard Butler ezt írta (időpont: 2022. febr. 15., K, 16:37): > GDAL PSC, > > When we wrote the GDAL RFCs on sponsorship, we provided an escape clause > to allow us to direct resources to other projects upon which GDAL depends. > Our sponsorship numbers are still increasing, which provi

Re: [gdal-dev] GEOS Maintenance Grant

2022-02-15 Thread Norman Barker
+1 Norman On Tue, Feb 15, 2022 at 12:50 PM Daniel Morissette wrote: > +1 > > Daniel > > > On 2022-02-15 10:37, Howard Butler wrote: > > GDAL PSC, > > > > When we wrote the GDAL RFCs on sponsorship, we provided an escape clause > to allow us to direct resources to other projects upon which GDAL

Re: [gdal-dev] GEOS Maintenance Grant

2022-02-15 Thread Daniel Morissette
+1 Daniel On 2022-02-15 10:37, Howard Butler wrote: GDAL PSC, When we wrote the GDAL RFCs on sponsorship, we provided an escape clause to allow us to direct resources to other projects upon which GDAL depends. Our sponsorship numbers are still increasing, which provides us an opportunity to

Re: [gdal-dev] GEOS Maintenance Grant

2022-02-15 Thread Even Rouault
I motion to provide the GEOS PSC with a $50,000 USD grant to address performance, API, and other work that does not attract directed funding in GEOS. The GEOS PSC will be responsible for coordinating work tasks, rates, and development timelines. Howard Butler or Even Rouault of the GDAL NumF

Re: [gdal-dev] [geos-devel] GEOS Maintenance Grant

2022-02-15 Thread Mateusz Loskot
+1 from GDAL PSC member Mateusz On Tue, 15 Feb 2022 at 19:11, Regina Obe wrote: > > GEOS PSC +1 > > > -Original Message- > > From: geos-devel [mailto:geos-devel-boun...@lists.osgeo.org] On Behalf Of > > Howard Butler > > Sent: Tuesday, February 15, 2022 10:38 AM > > To: gdal dev > > Cc:

Re: [gdal-dev] [geos-devel] GEOS Maintenance Grant

2022-02-15 Thread Paul Ramsey
+1, sounds wonderful. I'm willing to be the liason to the GDAL / NumFocus administrators for this work. P > On Feb 15, 2022, at 10:11 AM, Regina Obe wrote: > > GEOS PSC +1 > >> -Original Message- >> From: geos-devel [mailto:geos-devel-boun...@lists.osgeo.org] On Behalf Of >> Howard Bu

Re: [gdal-dev] [geos-devel] GEOS Maintenance Grant

2022-02-15 Thread Regina Obe
GEOS PSC +1 > -Original Message- > From: geos-devel [mailto:geos-devel-boun...@lists.osgeo.org] On Behalf Of > Howard Butler > Sent: Tuesday, February 15, 2022 10:38 AM > To: gdal dev > Cc: GEOS Development List > Subject: [geos-devel] GEOS Maintenance Grant > > GDAL PSC, > > When we w

[gdal-dev] GEOS Maintenance Grant

2022-02-15 Thread Howard Butler
GDAL PSC, When we wrote the GDAL RFCs on sponsorship, we provided an escape clause to allow us to direct resources to other projects upon which GDAL depends. Our sponsorship numbers are still increasing, which provides us an opportunity to directly support some of those projects, and one of the

Re: [gdal-dev] Can't open postgrest service with ogr2ogr (via QGIS)

2022-02-15 Thread SIGéal
And I finally discovered that I can load my geojson webservice in QGIS from Python : myLayer= QgsVectorLayer('http://mydomain:3000/rpc/wod_geojson, 'myLayer', 'ogr') QgsProject.instance().addMapLayers([myLayer]) But still not from QGIS UI... -- Christophe Damour Le 15/02/2022 à 10:38, SIGéa

Re: [gdal-dev] Can't open postgrest service with ogr2ogr (via QGIS)

2022-02-15 Thread SIGéal
I managed to have ogrinfo working by adding "Accept: application/json" header using GDAL_HTTP_HEADER_FILE. Now the problem is I can't do that with QGIS... -- Christophe Damour Le 15/02/2022 à 08:46, Rahkonen Jukka (MML) a écrit : Hi, I wonder if there could be something in the Accept header