otp
GTFS fares allocation depending on time
How can I allocate GTFS fares depending on the time e.g. off-peak/peak times?
There is no explicit way to handle different fares at different times of day within the context of GTFS. I see several discussions, the most comprehensive of which seems to be this one (which is very old -- as of Nov. 2015, the most recent reply on the thread is from early 2011). A workaround proposed there is to use multiple route IDs for each route, because fare_rules allows for a fare to be associated with a particular route. For instance, if the route ID was X, the trips that run during the peak might have a different route ID X_peak with a different entry in fare_rules.
Related Links
How to build a release archive with rebar3 together with lager
Open trip planner internal algorthim
What are the architectural differences between Erlang/OTP and OpenResty?
GTFS fares allocation depending on time
Using GTFS real time feed
How to run Elixir Supervisor in escript
Online Users Storing Elixir
How to create a distributed application on elixir?
What version of .NET does OTP.NET use? [closed]