anstosa / ferry.fyi

A better tracker for the Washington State Ferry System
https://ferry.fyi
GNU General Public License v3.0
11 stars 3 forks source link

Add NLP parsing for cancellations #13

Open mileserickson opened 5 years ago

mileserickson commented 5 years ago

Cancellations may need to be inferred from human-readable ferry alerts, TIS data, and/or user reports if they are not reflected in the WSF schedule.

321A17DD-0B32-4654-95D9-614984E2AE96 6427332F-3102-4E65-97FD-38C42E3C594A

anstosa commented 5 years ago

According to the API, the /terminalsailingspace reports whether departures are cancelled but this is the first opportunity I've had to test that, and it does not appear to be the case image

Similarly the /timeadj is supposed to report schedule adjustments in a structured way, but it appears that this type of cancellation is classified instead as a service disruption which is not structured image.

NLP, here we come! 🙄

For now I'll at least fix the filter preventing that alert from showing up in the app