SUMOActivityGen icon indicating copy to clipboard operation
SUMOActivityGen copied to clipboard

Only parking nodes are extracted from osm, not parking ways

Open Tomp0801 opened this issue 1 year ago • 0 comments

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

Tomp0801 avatar Mar 01 '24 11:03 Tomp0801