spatialite_osm_overpass - download OSM XML via the Overpass API into a SpatiaLite DB
Contents
Description
spatialite_osm_overpass is a tool for downloading OSM datasets via the Overpass API into a SpatiaLite DB.
Name
spatialite_osm_overpass - download OSM XML via the Overpass API into a SpatiaLite DB
Options
-h, --help
show help message
-dpathname, --db-pathpathname
the SpatiaLite DB path
-minxcoord, --bbox-minxcoord
BoundingBox - west longitude
-minycoord, --bbox-minycoord
BoundingBox - east longitude
-maxxcoord, --bbox-maxxcoord
BoundingBox - south longitude
-maxycoord, --bbox-maxycoord
BoundingBox - north longitude
you can specify the following options as well
-oURL, --osm-serviceURL
URL of OSM Overpass service:
http://overpass-api.de/api (default)
http://overpass.osm.rambler.ru/cgihttp://api.openstreetmap.fr/oapi-modemode, --modemode
one of: RAW / MAP (default) / ROAD / RAIL
-csnum, --cache-sizenum
DB cache size (how many pages)
-m, --in-memory
using IN-MEMORY database
-jo, --journal-off
unsafe (but faster) mode
-p, --preserve
skipping final cleanup (preserving OSM tables)
07 March 2025 spatialite_osm_overpass(1)
Synopsis
spatialite_osm_overpass [-h] [-dpathname] [-minxcoord] [-maxxcoord] [-minycoord] [-maxycoord] [-oURL] [-modemode] [-csnum] [-m] [-jo] [-p]
