Feature realtime stats#5
Feature realtime stats#5clinct wants to merge 12 commits intoplannerstack:plannerstack_production_no_fare_detailsfrom
Conversation
This service requires proprietary fare_attributes.txt and fare_rules.txt brought to you by Bliksem Labs B.V.
{
fares: {
type: "dutch",
currency: "EUR"
}
}
OpenTripPlanner now fetches a random fare_attribute and assumes the entire feed is in this currency. It also ignores the build.config. Since the DutchFare table contains Distance Units in XXX currency it might (and thus: will) happen that XXX as currency ends up in the client.
… Arriva would provide the data)
|
Thanks @Mtwili ! I opened this pull-request to test it out on our testing-server. @skinkie Indeed, I think two pull-requests should be created for this in the end towards the Opentripplanner Master: Dutch Fares and the RT endpoint. Sadly, a feature on the Opentripplanner Master currently conflicts with Dutch Fareservice (the fare details), bringing down the performance big time. So for now I've opened this pull request on the Plannerstack branch that does NOT contain the Fare Details. |
|
Superficially it seems to work with actual real data :) @Mtwili It would be great if you could provide a short description of the added endpoints and their expected workings, that way it can be tested more easily. |
|
@clint Sure, it will be done today. |
|
Thanks: I still want to check out the following:
|
No description provided.