Listing of Internal Access Functions

access.raam.raam(demand_df, supply_df, cost_df)

Calculate the rational agent access model’s total cost – a weighted travel and congestion cost.

access.fca.weighted_catchment(loc_df, cost_df)

Calculation of the floating catchment (buffered) accessibility sum, from DataFrames with computed distances.

access.fca.fca_ratio(demand_df, supply_df, …)

Calculation of the floating catchment accessibility ratio, from DataFrames with precomputed distances.

access.fca.two_stage_fca(demand_df, …[, …])

Calculation of the floating catchment accessibility ratio, from DataFrames with precomputed distances.

access.fca.three_stage_fca(demand_df, …[, …])

Calculation of the floating catchment accessibility ratio, from DataFrames with precomputed distances.