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
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
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
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
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
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 :)
>
___
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
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
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
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
10 matches
Mail list logo