hotosm / osm-export-tool-python

command line tool + Python library for exporting OSM in various file formats.
BSD 3-Clause "New" or "Revised" License
44 stars 11 forks source link

Add option to generate spatial indexes for gpkg output #20

Open Chaz6 opened 4 years ago

Chaz6 commented 4 years ago

It would be useful to be able to generate spatial indexes when generating a geopackage.

http://www.geopackage.org/spec/#extension_rtree

bdon commented 4 years ago

Agree, this would be useful. Ideally it should be an option for each table with a geometry column.