Re: [gdal-dev] configuration option GDAL_RASTERIO_RESAMPLING

2023-05-27 Thread Michael Sumner
Ah great thanks, interested to help flush these out. Cheers, Mike On Sun, 28 May 2023, 10:34 Daniel Baston, wrote: > Hi Mike, > > The content on the page you linked is for the most part a simple transfer > of what was available on the wiki, plus a few options that were previously > defined

Re: [gdal-dev] configuration option GDAL_RASTERIO_RESAMPLING

2023-05-27 Thread Daniel Baston
Hi Mike, The content on the page you linked is for the most part a simple transfer of what was available on the wiki, plus a few options that were previously defined on driver or other pages. It is not complete. There are also about 500 configuration options that are used in the code via CPLGetCo

[gdal-dev] configuration option GDAL_RASTERIO_RESAMPLING

2023-05-27 Thread Michael Sumner
Hi, I'm very happy to see the refactor of documentation for configuration and environment options, primarily by Dan Baston in recent weeks - thanks! https://gdal.org/user/configoptions.html Does the GDAL_RASTERIO_RESAMPLING option belong in this list? I'm exploring its use versus setting resampl

Re: [gdal-dev] Spatial view in GeoPackage

2023-05-27 Thread Even Rouault
Bo Victor, there was indeed a bug in the OGR GPKG driver preventing you to do what you wanted. Fixed per https://github.com/OSGeo/gdal/pull/7848 The issue was specific to the fact that the geometry column of the view is computed, and not just the simple selection of one of a table. Note tha

[gdal-dev] Spatial view in GeoPackage

2023-05-27 Thread Bo Victor Thomsen
Hi list - I'm working with making spatial views "visible" for QGIS, i.e. so they look like a read-only table from the data source manager. However, I have one problem:  QGIS doesn't recognize the crs for the view. I've tracked the problem down to that *OGR* dosn't recognize the crs for the v