As mentioned in the README.md file, there's an issue with the current classification logic for train departures. Specifically, trains that depart from stations like Villa Rosa or A. Montes and are heading towards "Boulogne Sur Mer" are incorrectly categorized as going in the "Villa Rosa" direction, when they should be classified as heading towards Retiro.
This problem arises from the existing logic, which defaults to categorizing any train not directly heading to "Retiro" as going towards "Villa Rosa". This is a known bug that needs to be rectified.
As mentioned in the README.md file, there's an issue with the current classification logic for train departures. Specifically, trains that depart from stations like Villa Rosa or A. Montes and are heading towards "Boulogne Sur Mer" are incorrectly categorized as going in the "Villa Rosa" direction, when they should be classified as heading towards Retiro.
This problem arises from the existing logic, which defaults to categorizing any train not directly heading to "Retiro" as going towards "Villa Rosa". This is a known bug that needs to be rectified.