Scroll to navigation

spatialite_osm_overpass(1) spatialite_osm_overpass(1)

NAME

spatialite_osm_overpass - download OSM XML via the Overpass API into a SpatiaLite DB

SYNOPSIS


spatialite_osm_overpass
[-h] [-d pathname] [-minx coord] [-maxx coord] [-miny coord] [-maxy coord] [-o URL] [-mode mode] [-cs num] [-m] [-jo] [-p]

DESCRIPTION

spatialite_osm_overpass is a tool for downloading OSM datasets via the Overpass API into a SpatiaLite DB.

OPTIONS

show help message
the SpatiaLite DB path
BoundingBox - west longitude
BoundingBox - east longitude
BoundingBox - south longitude
BoundingBox - north longitude

you can specify the following options as well

URL of OSM Overpass service:

http://overpass-api.de/api (default)

http://overpass.osm.rambler.ru/cgi

http://api.openstreetmap.fr/oapi

one of: RAW / MAP (default) / ROAD / RAIL
DB cache size (how many pages)
using IN-MEMORY database
unsafe (but faster) mode
skipping final cleanup (preserving OSM tables)
25 July 2023