Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Most bus stops were missing using OSM WebWizard

Hello,
the bus stop data in that area is of a rather low quality and this kind of data isn't supported by netconvert yet. Basically it's a free floating stop "platform" that isn't referenced by anything else. To be imported, netconvert currently requires *either* one of the following:
- the bus stop node must be part of a way (and thus denote a stop position)
- the node must be referenced by a public transport route relation either in the role of "stop" or "platform"
While there are multiple bus routes passing along that way, none of them define this node as their stop or platform.

You may want to import GTFS data instead:
https://transitfeeds.com/p/wmata/75
https://sumo.dlr.de/docs/Tools/Import/GTFS.html

regards,
Jakob

Am Mi., 6. Apr. 2022 um 17:06 Uhr schrieb Zhenglin Wei via sumo-user <sumo-user@xxxxxxxxxxx>:
Hi Jakob,

Thank you. Please see those files attached. To make a small sample, the selected area only contains one street and (supposed to include) two bus stops. Please see a screenshot of Webwizard below.

Nodes that are bus_stops which are missing from the osm_stops_add.xml

1.   <node id="3755905490" lat="38.9526771" lon="-77.0364936">
    <tag k="bus" v="yes"/>
    <tag k="covered" v="yes"/>
    <tag k="highway" v="bus_stop"/>
    <tag k="name" v="Colorado Ave"/>
    <tag k="network" v="S1, S2, S4, S9"/>
    <tag k="public_transport" v="platform"/>
  </node>

2. <node id="3755905489" lat="38.9529875" lon="-77.0363311">
    <tag k="bus" v="yes"/>
    <tag k="covered" v="yes"/>
    <tag k="highway" v="bus_stop"/>
    <tag k="name" v="Colorado Ave"/>
    <tag k="network" v="S1, S2, S4, S9"/>
    <tag k="public_transport" v="platform"/>
  </node>

Thank you!

image.png

On Sat, Apr 2, 2022 at 6:59 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
Please provide the following information
- a (small) sample osm file from the area can be used to replicate your problem (i.e. osm_bbox.osm.xml.gz  from the webwizard)
- the osm id of a busstop contained in that osm file which is missing in the exported add.xml

regards,
Jakob

Am Sa., 2. Apr. 2022 um 00:33 Uhr schrieb Zhenglin Wei via sumo-user <sumo-user@xxxxxxxxxxx>:
Dear all,

Hi, I was using OSM WebWizard to download public transportations for an area in Washington DC but almost all bus stops were missing from the osm_stop.add.xml file in a result that bus routes only include their departing bus stations without any intermediate stations. All Metro stations seem to be correctly included in the osm_stop.add.xml. Is there anything wrong with the way to collect bus stops or if you have any other ways to collect bus stops and routes data, please let me know!

Thank you.

Regards,
Zhenglin
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top