Re: [gdal-dev] ADBC driver and DuckDB on Windows

2025-07-12 Thread Seth G via gdal-dev
Thanks Even and Mike. Using GDAL master works (I presume due to this PR - https://github.com/OSGeo/gdal/pull/12635). Working example: ``` conda create --yes --name gdal-master conda activate gdal-master conda install -c gdal-master -c conda-forge gdal-master::gdal $env:Path = "D:\Tools\li

[gdal-dev] ADBC driver and DuckDB on Windows

2025-07-12 Thread Seth G via gdal-dev
Hi all, I'm wondering if anyone has got this working on Windows? With a test.db the following works fine on a full Linux GDAL Docker image: docker run -it --name gdal-ubuntu -v D:/Data/GDAL:/data ghcr.io/osgeo/gdal:ubuntu-full-3.11.0 /bin/bash ogr2ogr out.gpkg test.db >From the docs https://gd

Re: [gdal-dev] Problem generating a tif, vrt and displaying it via mapserver

2025-05-30 Thread Seth G via gdal-dev
HI Steve, Yes, it is the MapServer logs that might have something useful. You can also increase the LAYER logging and add in GDAL logging by adding the following to the Mapfile: CONFIG "CPL_DEBUG" "ON" CONFIG "PROJ_DEBUG" "ON" DEBUG 5 LAYER DEBUG 5 I wouldn't worry too much

Re: [gdal-dev] Problem generating a tif, vrt and displaying it via mapserver

2025-05-27 Thread Seth G via gdal-dev
Hi Steve, Anything in the MapServer logs? And what is the actual network request to MapServer? You do have a "visible: false" set in your OpenLayers code - I presume this gets changed by a legend at some point. Seth -- mastodon: @geographika@mastodon.social On Mon, May 26, 2025, at 10:28 PM,

Re: [gdal-dev] Removing Trac wiki content

2024-09-26 Thread Seth G via gdal-dev
Hi, I'm fixing some of the broken OSGeo Live links. The GDAL quickstart (https://live.osgeo.org/en/quickstart/gdal_quickstart.html) includes a link to the removed wiki: > Read more about this in the RasterTutorial > https://trac.osgeo.org/gdal/wiki/UserDocs/RasterProcTutorial. Is there an equ

Re: [gdal-dev] FileGDBs and FIDs of -21121

2024-08-27 Thread Seth G via gdal-dev
Thanks Even! I got as far as setting up a test case in MapServer and starting the debugger before your fix arrived :-) As an aside, is there a reason -21121 was chosen as a special value? Seth -- web:https://geographika.net & https://mapserverstudio.net twitter: @geographika On Tue, Aug 27, 202

Re: [gdal-dev] FileGDBs and FIDs of -21121

2024-08-27 Thread Seth G via gdal-dev
assign a FID by the driver. Basically most formats will > struggle with negative or null FIDs > > What is perhaps missing in MapServer is a FORMATOPTION "SET_FID=FALSE" > for drivers such as FileGDB  (or "FID_VALID_MIN" and "FIX_VALID_MAX" ?)  > to limit the sc

[gdal-dev] FileGDBs and FIDs of -21121

2024-08-27 Thread Seth G via gdal-dev
Hi all, I'm using a GDAL within MapServer to export features as a FileGDB. Using the following OUTPUTFORMAT: OUTPUTFORMAT NAME "FileGDB" DRIVER "OGR/OpenFileGDB" MIMETYPE "application/x-ogc­filegdb" FORMATOPTION "STORAGE=filesystem" FORMATOPTION "FORM=

[gdal-dev] ArcGIS REST API TMS Mini-Driver with non-Web Mercator Services

2024-03-08 Thread Seth G via gdal-dev
Hi all, I've been trying to set up the GDAL WMS driver to work with an ArcGIS tile service, as described at https://gdal.org/drivers/raster/wms.html#arcgis-rest-api Everything works fine for Web Mercator services, but I'm not able to get this to work with a different projection. I've used the