table of contents
spatialite_osm_map(1) | spatialite_osm_map(1) |
NAME¶
spatialite_osm_map - load OSM-XML maps into a SpatiaLite DB
SYNOPSIS¶
spatialite_osm_map
[-h] [-o pathname] [-d pathname]
[-cs num] [-m] [-n] [-jo]
DESCRIPTION¶
spatialite_osm_map is a tool for loading OSM-XML maps into a SpatiaLite DB.
OPTIONS¶
- -h, --help
- show help message
- -o pathname, --osm-path pathname
- the OSM-XML file path
both OSM-XML (*.osm) and OSM-ProtoBuf (*.osm.pbf) are indifferently supported.
- -d pathname, --db-path pathname
- the SpatiaLite DB path
- -cs num, --cache-size num
- DB cache size (how many pages)
- -m, --in-memory
- using IN-MEMORY database
- -n, --no-spatial-index
- suppress R*Tree generation
- -jo, --journal-off
- unsafe (but faster) mode
24 March 2024 |