Osm2city.py: Difference between revisions

Jump to navigation Jump to search
tile_list now computed on the fly
(extended workflow docs)
(tile_list now computed on the fly)
Line 88: Line 88:
:* set prefix to LOWI/
:* set prefix to LOWI/
:* set infile to your OSM .xml data. You can give a maximum number of objects to be parsed via total_objects = ..
:* set infile to your OSM .xml data. You can give a maximum number of objects to be parsed via total_objects = ..
:* enter list of .stg paths which should be checked for existing objects in your area. Near osm2city.py:493
<del>:* enter list of .stg paths which should be checked for existing objects in your area. Near osm2city.py:493</del>
static_objects = stg_io.Stg(["e011n47/3138129.stg", "e011n47/3138128.stg"])
(FIXED: we compute this on the fly now)
(FIXME: we could easily compute this on the fly)


* run osm2city.py
* run osm2city.py
153

edits

Navigation menu