Re: [gdal-dev] Recommended OGR Driver For Very Large Vector Data

2018-08-07 Thread Benjamin Stadin
... I should have said Geopackage is „not optimal“ in regards to space efficiency. It‘s still not bad at all when compared to other formats. Am 07.08.2018 um 23:35 schrieb Benjamin Stadin mailto:benjamin.sta...@heidelberg-mobil.com>>: Geopackage is not very space efficient, due

Re: [gdal-dev] Recommended OGR Driver For Very Large Vector Data

2018-08-07 Thread Benjamin Stadin
Geopackage is not very space efficient, due to the required compatibility with the spec and the „ST*“ methods matching their postgres counterparts. Check the header which is carried over for each geometry: https://github.com/opengeospatial/geopackage/blob/master/spec/2a_features.adoc For an exam