Re: [gdal-dev] Improving details of the project build system and/or documentation

2023-05-28 Thread Greg Troxel
Brad Hards writes: > On Monday, 29 May 2023 8:20:32 AM AEST Sean Gillies wrote: >> I resented being told on this list (not by you, Even) that I could >> take it or leave it with regards to the current build situation. > > I assume this is directed at me (since I don't see anyone else on the thre

Re: [gdal-dev] Improving details of the project build system and/or documentation

2023-05-28 Thread Brad Hards
On Monday, 29 May 2023 8:20:32 AM AEST Sean Gillies wrote: > I resented being told on this list (not by you, Even) that I could > take it or leave it with regards to the current build situation. I assume this is directed at me (since I don't see anyone else on the thread). I regret that you took

Re: [gdal-dev] Improving details of the project build system and/or documentation

2023-05-28 Thread Even Rouault
Is MVT really a default driver? You're right. It isn't. Sorry for the confusion -- http://www.spatialys.com My software is free, but my time generally not. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/

Re: [gdal-dev] Improving details of the project build system and/or documentation

2023-05-28 Thread Sean Gillies
On Sun, May 28, 2023 at 2:14 PM Even Rouault wrote: > Hi Sean, > > > Using the CMake files as a source of truth helps. But they don't describe > everything. For example, they don't explain that GDAL needs libhdf5 to be > built with special features. That one stumped me for a while. I was seeing >

Re: [gdal-dev] Improving details of the project build system and/or documentation

2023-05-28 Thread Even Rouault
Hi Sean, Using the CMake files as a source of truth helps. But they don't describe everything. For example, they don't explain that GDAL needs libhdf5 to be built with special features. That one stumped me for a while. I was seeing a build message like "HDF5 not detected (found version 1.12.

Re: [gdal-dev] Spatial view in GeoPackage

2023-05-28 Thread Rahkonen Jukka
Hi, I found https://github.com/opengeospatial/geopackage/issues/282 from 5 years ago that has also discussion about views and spatial indexes. -Jukka- Lähettäjä: Even Rouault Lähetetty: sunnuntai 28. toukokuuta 2023 22.52 Vastaanottaja: Rahkonen Jukka ; Bo Victor Thomsen ; gdal-dev@lists.osge

Re: [gdal-dev] Spatial view in GeoPackage

2023-05-28 Thread Even Rouault
Jukka, currently the driver doesn't try to use the RTree of the base table (it could probably do it, but it would require first to check that both the FID column and geometry column of the same underlying table are available) Jukka, Bo, Regarding the use of Spatialite functions, I think the

Re: [gdal-dev] Improving details of the project build system and/or documentation

2023-05-28 Thread Sean Gillies
Hi Even, I took better notes during my latest upgrade and wrote them down here: https://github.com/rasterio/rasterio-wheels/pull/106#issue-1720809259. Using the CMake files as a source of truth helps. But they don't describe everything. For example, they don't explain that GDAL needs libhdf5 to b

Re: [gdal-dev] configuration option GDAL_RASTERIO_RESAMPLING

2023-05-28 Thread Chris Toney
Hi, The GDAL_RASTERIO_RESAMPLING configuration option appears in the documentation for psExtraArg in GDALDataset::RasterIO: https://gdal.org/api/gdaldataset_cpp.html#_CPPv4N11GDALDataset8RasterIOE10GDALRWFlagPvii12GDALDataTypeiPi8GSpacing8GSpacing8GSpacingP20GDALRasterIOExtraArg Chris > Dat

Re: [gdal-dev] Spatial view in GeoPackage

2023-05-28 Thread Rahkonen Jukka
Hi, Fixed for this use case, but what if user wants to use ST_Tranform(... in the view? Or something that may change the geometry type like ST_Intersection, ST_Buffer etc? In these cases I think that at least the usage of the spatial index of the main table should be disabled. But how could G

[gdal-dev] problem in GDALRasterize

2023-05-28 Thread Ahmet Temiz
Hi, I want to use GDALRasterize. here is the code: (GDALRasterizeOptions is problematic) #include "/usr/include/gdal/gdal_priv.h" #include #include #include #include #include int main() { // Register GDAL drivers GDALAllRegister(); // Set the driver for the output raster dataset