Re: [gdal-dev] Is it possible to create standalone DLL for OGR GML driver ?

2024-08-29 Thread Even Rouault via gdal-dev
Le 29/08/2024 à 19:42, Andrew C Aitchison via gdal-dev a écrit : On Thu, 29 Aug 2024, Even Rouault via gdal-dev wrote: I was wondering if there exists a way to get standalone OGR GML Driver. Please suggest. No, it must be built-in in core libgdal as part of its functionality is re-used

Re: [gdal-dev] Is it possible to create standalone DLL for OGR GML driver ?

2024-08-29 Thread Andrew C Aitchison via gdal-dev
On Thu, 29 Aug 2024, Even Rouault via gdal-dev wrote: I was wondering if there exists a way to get standalone OGR GML Driver. Please suggest. No, it must be built-in in core libgdal as part of its functionality is re-used by other drivers (NAS, WFS) through direct function calls Would d

[gdal-dev] Call for review on RFC 101: Raster dataset read-only thread-safety

2024-08-29 Thread Even Rouault via gdal-dev
Hi, I've worked on a new RFC 101: Raster dataset read-only thread-safety: https://github.com/OSGeo/gdal/pull/10676 Summary: This RFC enables users to get instances of GDALDataset (and their related objects such as GDALRasterBand) that are thread-safe for read-only raster operations, that is

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

2024-08-29 Thread Jeff McKenna via gdal-dev
I also like the subtle nod to Rush's legendary album, "twenty-one twelve", inside the GDAL code ;) -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, & offering MapServer Consulting/Dev co-founder of FOSS4G http://gatewaygeo.com/ On 2024-08-27 6:38 p.m., Even Rouault via gdal-dev wrote

Re: [gdal-dev] Is it possible to create standalone DLL for OGR GML driver ?

2024-08-29 Thread Even Rouault via gdal-dev
I was wondering if there exists a way to get standalone OGR GML Driver. Please suggest. No, it must be built-in in core libgdal as part of its functionality is re-used by other drivers (NAS, WFS) through direct function calls -- http://www.spatialys.com My software is free, but my time ge

Re: [gdal-dev] WMTS gdal_translate vs RasterIO

2024-08-29 Thread Michał Kowalczuk via gdal-dev
I see. I will double check commands, fix and return to this. W dniu czw., 29.08.2024 o 12:20 Robert Coup napisał(a): > Hi Michał, > > In addition to Jukka's key point: > > nBufXSize=1, > nBufYSize=691, > > appears to be backwards wrt: > > -outsize 691 1 > > Rob :) > ___

Re: [gdal-dev] WMTS gdal_translate vs RasterIO

2024-08-29 Thread Robert Coup via gdal-dev
Hi Michał, In addition to Jukka's key point: nBufXSize=1, nBufYSize=691, appears to be backwards wrt: -outsize 691 1 Rob :) ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] WMTS gdal_translate vs RasterIO

2024-08-29 Thread Rahkonen Jukka via gdal-dev
Hi, For some reason, your code generates a request that is pointing to another tilematrixset. Gdal_translate is using "GoogleMapsCompatible" but with your code the "default028mm" gets used. Comparison does not make sense before you get both requests to use the same tilemetrixset. -Jukka Rahkon

[gdal-dev] WMTS gdal_translate vs RasterIO

2024-08-29 Thread Michał Kowalczuk via gdal-dev
Hi once again! I came across another problem using WMTS. The following translate command: *gdal_translate -srcwin 0 0 1073741760 1553779 -outsize 691 1 "WMTS:https://basemap.nationalmap.gov/arcgis/rest/services/USGSHydroCached/MapServer/WMTS/1.0.0/WMTSCapabilities.xml,layer=USGSHydroCached,tilematr

[gdal-dev] Is it possible to create standalone DLL for OGR GML driver ?

2024-08-29 Thread Parveen Sharma via gdal-dev
Hello I am working on Release/3.3 branch of GDAL. I want to know if its possible to create a standalone DLL for OGR GML driver during build of GDAL itself? So far i have tried enabling below flags in my nmake.local but there is no success so far. OGR_ENABLE_DRIVER_GML_PLUGIN = YES GDAL_ENABL