Re: [gdal-dev] "OGR_SQLITE_SYNCHRONOUS" and "OGR_SQLITE_CACHE" accessible through Python bindings?

2021-05-25 Thread Met Bas
Thank you Jukka and Even. Was able to resolve my issue with the help of your responses. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo

[gdal-dev] Raster Attribute Tables

2021-05-25 Thread Met Bas
Hello, I've heard conflicting information about this in general casually and rather than test and make assumptions on results, was hoping to get some informed answer. I've read that Raster Attribute Tables must be created on single band GeoTIFFs. Furthermore, ArcMap requires that to make Raster A

[gdal-dev] Has gdal_ls.py been replaced?

2021-05-25 Thread Matt.Wilkie
Hi, I only see gdal_ls.py in historical versions: https://github.com/OSGeo/gdal/blob/e346a31f3119f3bb3f77dd7ddc8037b3049c2026/gdal/swig/python/samples/gdal_ls.py I'm picking up on a very old suggestion[0] to use it as part of a chain to help gdaltindex generate footprints for images inside .zip

Re: [gdal-dev] Motion: adopt RFC 81: support for coordinate epochs in geospatial formats

2021-05-25 Thread Even Rouault
Le 25/05/2021 à 15:30, Howard Butler a écrit : On May 24, 2021, at 5:39 PM, Sean Gillies wrote: Howard, are you suggesting that there should be a configuration option to opt in to this new feature? Yes, I think it should be explicitly opt-in, not silently opt-out for the time being. On

Re: [gdal-dev] Motion: adopt RFC 81: support for coordinate epochs in geospatial formats

2021-05-25 Thread Howard Butler
> On May 24, 2021, at 5:39 PM, Sean Gillies wrote: > > Howard, are you suggesting that there should be a configuration option to opt > in to this new feature? Yes, I think it should be explicitly opt-in, not silently opt-out for the time being. > On May 24, 2021, at 6:15 PM, Even Rouault