D 2012-05-03T11:37:33.212
L spatialite_osm_map
P 28ca83e5b1acab104931cfb7700cf3e4957c42cc
U sandro
W 3043
back to the OSM tools main page
usage: spatialite_osm_map ARGLIST
==============================================================
-h or --help print this help message
-o or --osm-path pathname the OSM-XML file path
both OSM-XML (*.osm) and OSM-ProtoBuf
(*.osm.pbf) are indifferenctly supported.
-d or --db-path pathname the SpatiaLite DB path
you can specify the following options as well
-cs or --cache-size num DB cache size (how many pages)
-m or --in-memory using IN-MEMORY database
-n or --no-spatial-index suppress R*Trees generation
-jo or --journal-off unsafe (but faster) mode
|
$ spatialite_osm_raw -o my_country.osm.pbf -d my_country.sqlite
SQLite version: 3.7.11
SpatiaLite version: 3.1.0
inserted 3047972 nodes
166634 tags
inserted 233481 ways
423462 tags
3461321 node-refs
inserted 6068 relations
14815 tags
56617 refs
$
|


