SUMOActivityGen
SUMOActivityGen copied to clipboard
Only parking nodes are extracted from osm, not parking ways
In the map I'm using, the parking areas are defined as ways (<way id="..." .... >), where the capacity is also defined.
But when extracting parking areas, only nodes are considered (<node ...>, codeline).
Therefore, the parking areas are not extracted.
If you look at the example map file attached, there is a way with ID 107517292 that refers to a parking area (see on OSM). But osm_parking_areas.add.xml is empty.
Example file and results. I ran python scenarioFromOSM.py --to-step 3 --osm map.osm --out saga
saga.zip