You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: