public-transport / hafas-client

JavaScript client for HAFAS public transport APIs.
ISC License
278 stars 54 forks source link

expose prognosis type #266

Closed HybridFox closed 2 years ago

HybridFox commented 2 years ago

Expose the progress types on stopovers so actual progress can be checken

vkrause commented 2 years ago

Given the values in this property ("PROGNOSED", "CALCULATED"), I'm wondering whether "Prog" is really meaning "progress" here, or rather "prognosis"?

HybridFox commented 2 years ago

That seems very plausible! I will update it

derhuerst commented 2 years ago

Thanks! In 7c68f962 & 95af0a01, I have expanded parsing of *progType to parseJourneyLeg, parseArrival & parseDeparture, and adapted the tests.

derhuerst commented 2 years ago

The changes have been published as hafas-client@5.25.0. 🎉