Re: [gdal-dev] Abou R sf library and GDAL

2024-10-30 Thread Roger Bivand via gdal-dev
Even, On Wed, 30 Oct 2024, Even Rouault wrote: Roger, Tomas also pointed to hot-fixes needed with 3.9.3 in pkg-config in that setting to remove ".lib" from "-lshell32.lib" and "-lole32.lib" - towards end of: https://svn.r-project.org/R-dev-web/trunk/WindowsBuilds/winutf8/ucrt3/toolchain_

Re: [gdal-dev] 2024 GDAL Users Survey

2024-10-30 Thread Rahkonen Jukka via gdal-dev
And announce the survey in the OSGeo community news https://www.osgeo.org/ -Jukka Rahkonen- Lähettäjä: gdal-dev Puolesta Edouard Choinière via gdal-dev Lähetetty: keskiviikko 30. lokakuuta 2024 17.49 Vastaanottaja: Howard Butler Kopio: dev gdal Aihe: Re: [gdal-dev] 2024 GDAL Users Survey Wha

Re: [gdal-dev] Abou R sf library and GDAL

2024-10-30 Thread Even Rouault via gdal-dev
Roger, Tomas also pointed to hot-fixes needed with 3.9.3 in pkg-config in that setting to remove ".lib" from "-lshell32.lib" and "-lole32.lib" - towards end of: https://svn.r-project.org/R-dev-web/trunk/WindowsBuilds/winutf8/ucrt3/toolchain_libs/mxe/src/gdal.mk If these file extensions as

Re: [gdal-dev] Abou R sf library and GDAL

2024-10-30 Thread Roger Bivand via gdal-dev
On Tue, 29 Oct 2024, Roger Bivand wrote: On Tue, 29 Oct 2024, Even Rouault wrote: We'll try, but GDAL 3.9 needs to be more stable than 4 3.9 releases in five months suggests for it to be easy to ask for. 3.9.3 will be the the last in the 3.9 series, with whatever bugs it has. Thanks! Th

Re: [gdal-dev] 2024 GDAL Users Survey

2024-10-30 Thread Edouard Choinière via gdal-dev
What about a pinned issue in the repo, plus a banner in the docs (in order to join the users not in the mailing list)? Edouard Choinière Le 30 oct. 2024 à 10:24, Howard Butler a écrit :  On Oct 30, 2024, at 9:22 AM, Daniel Evans wrote: Where has the survey been announced? I've only seen it

Re: [gdal-dev] 2024 GDAL Users Survey

2024-10-30 Thread Rahkonen Jukka via gdal-dev
Hi, Certainly there are lots of GDAL command line users who run on Windows. Using GDAL on Windows as an end user has been super easy for me since I found FWTools with simple unzip-and-run installation. MS4W brought GDAL tools in the similar way together with Mapserver. Then the Gisinternals bin

Re: [gdal-dev] SQLite: create layer with wkbNone

2024-10-30 Thread Martin Landa via gdal-dev
Hi Even, st 30. 10. 2024 v 13:02 odesílatel Even Rouault napsal: > Add the "-oo LIST_ALL_TABLES=YES" open option to your ogrinfo call: > https://gdal.org/en/latest/drivers/vector/sqlite.html > > (GPKG has a gpkg_contents table where non-spatial layers that are user > facing are listed. There is

[gdal-dev] Call for review on RFC 103: OGR_SCHEMA open option

2024-10-30 Thread ElPaso via gdal-dev
Hi, I've been working on a new RFC 103: OGR_SCHEMA open option, see formatted view [1] and github PR [2] Summary: This RFC enables users to specify a OGR_SCHEMA open option in the OGR drivers that support it. The new option will be used to override the auto-detected fields types and to ren

Re: [gdal-dev] 2024 GDAL Users Survey

2024-10-30 Thread Howard Butler via gdal-dev
> On Oct 30, 2024, at 9:22 AM, Daniel Evans wrote: > > Where has the survey been announced? I've only seen it on this list, which is > explicitly for "developers using and building GDAL/OGR", which will skew the > pool of respondents! We have been trying to circulate it on social media as we

Re: [gdal-dev] 2024 GDAL Users Survey

2024-10-30 Thread Daniel Evans via gdal-dev
Hi Howard, > To my eye, that means our respondent pool is strongly tilted toward power users and developers, as I would expect a much larger mix of Windows users. Where has the survey been announced? I've only seen it on this list, which is explicitly for "developers using and building GDAL/OGR"

Re: [gdal-dev] Interest for a driver to read Phase One IIQ images?

2024-10-30 Thread Even Rouault via gdal-dev
Hi, just got one private email from a user up to now: "multiple NASA airborne observatories use Phase One cameras, and we are considering their rad-hard detectors for future satellite missions. Would be great to have optimized driver for these large images."    (note of myself: as far as I ca

[gdal-dev] 2024 GDAL Users Survey

2024-10-30 Thread Howard Butler via gdal-dev
All, The first ever GDAL Users Survey is now open for feedback at https://docs.google.com/forms/d/e/1FAIpQLSdMXygtDb5M0Ov0KK0u2wKkev1rMqAjRdTlwMeCl7Z1TGJTLw/viewform The survey is an attempt to provide structured guidance for the maintenance program to focus its efforts in the coming year. It

[gdal-dev] GDAL 3.10.0 rc2 available (was Re: GDAL 3.10.0 release candidate is available)

2024-10-30 Thread Even Rouault via gdal-dev
Hi, I've issued a rc2 with the following changes (first one being the actual trigger for rc2): - Warp: fix issue with Lanczos resampling when YSCALE < 1 (follow-up of previous incomplete fix for #11042) - PDF: fix nullptr dereference on invalid file (ossfuzz#376126833) - MiraMonVector: fix a c

Re: [gdal-dev] How to locate where the raster min and max values are?

2024-10-30 Thread Rahkonen Jukka via gdal-dev
Hi, Thank you everybody for the good and working suggestions. -Jukka Rahkonen- Lähettäjä: gdal-dev Puolesta Ujaval Gandhi via gdal-dev Lähetetty: keskiviikko 30. lokakuuta 2024 8.44 Vastaanottaja: Scott Kopio: gdal-dev@lists.osgeo.org Aihe: Re: [gdal-dev] How to locate where the raster min an

Re: [gdal-dev] SQLite: create layer with wkbNone

2024-10-30 Thread Even Rouault via gdal-dev
Martin, Add the "-oo LIST_ALL_TABLES=YES" open option to your ogrinfo call: https://gdal.org/en/latest/drivers/vector/sqlite.html (GPKG has a gpkg_contents table where non-spatial layers that are user facing are listed. There is no such thing in "pure" SQLite, and historically the driver has

[gdal-dev] SQLite: create layer with wkbNone

2024-10-30 Thread Martin Landa via gdal-dev
Hi all, I have problem creating a new layer (no geometry) in SQLite data source: """ from osgeo import ogr driver_name = "SQLite" filename = "test.db" driver = ogr.GetDriverByName(driver_name) with driver.CreateDataSource(filename) as ds: layer = ds.CreateLayer("test", geom_type=ogr.wkbNon

Re: [gdal-dev] Abou R sf library and GDAL

2024-10-30 Thread Abel Pau via gdal-dev
Thanks for the answer. I'll think about it. -Mensaje original- De: Andrew C Aitchison Enviado el: dimarts, 29 d'octubre de 2024 13:23 Para: Abel Pau CC: gdal-dev@lists.osgeo.org Asunto: Re: [gdal-dev] Abou R sf library and GDAL On Mon, 28 Oct 2024, Abel Pau via gdal-dev wrote: > Hi Mi