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

2021-05-23 Thread Even Rouault
Hi, small update regarding GeoPackage. There's now a proposed update of the GeoPackage specification to store the coordinate epoch as the value of the |epoch| column of the |gpkg_spatial_ref_sys| table (see opengeospatial/geopackage#599

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

2021-05-23 Thread Even Rouault
gdal.SetConfigOption(name_of_config_option, value_as_string) Le 23/05/2021 à 03:46, Met Bas a écrit : Write speeds to GeoPackages appear to be going extremely slow in my use case. GPKG/SQLite journal files are being created at the sizes of 10-25 kb incrementally increasing the main geopackage fi

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

2021-05-23 Thread jratike80
Hi, By reading https://sqlite.org/asyncvfs.html you could try if setting the journal mode into WAL with a PRAGMA command would help. -Jukka Rahkonen- Met Bas wrote > Write speeds to GeoPackages appear to be going extremely slow in my use > case. > GPKG/SQLite journal files are being created at