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
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
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/
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
>
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.
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
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
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
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
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
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
11 matches
Mail list logo