helldog136 / pystibmivb

Python library to query STIB/MIVB opendata
Creative Commons Attribution 4.0 International
3 stars 2 forks source link

How to get all lines that pass by a stop #5

Closed danito closed 4 years ago

danito commented 4 years ago

Hi,

seems it's not so easy to get all lines that pass by a certain stops as only lines that are actively riding are shown in PassingTimeByPoint and /PointDetail/{ids} doesn't return this. If you want to get all the lines that pass by a stop, you need to check /PointByLine/{ids} for every line if it ever passes by the stopId.

helldog136 commented 4 years ago

True it was not easy to get a clear list of lines passing at a certain stop. I add this in 1.2.0