Function reference

Location Optimization Problem Classes

site.SiteProblem Facility location optimization for healthcare site planning.
site.SiteSolutionSet Container for a set of evaluated site selection solutions.
multiobjective.Metric Describes how one column in the solutions dataframe should be treated
site_solutions.SolutionComparator Tools to compare two SiteSolutionSet objects.

Travel Matrix Helpers

Classes and methods which can help with generation of travel matrices

travel_utils.prepare_valhalla_network Build Valhalla routing tiles from an .osm.pbf file.
travel_utils.build_time_matrix_valhalla Build a time/distance matrix between origins and destinations using Valhalla
travel_utils.valhalla_detailed_route Run a Valhalla route and compute leg-level speeds.
travel_utils.valhalla_audit_route_speeds Analyse Valhalla route maneuvers by implied speed distribution.
travel_utils.valhalla_maneuvers_to_gdf
travel_utils.AdvancedSpeedUpdater
travel_utils.WayInspector
travel_utils.process_uk_network

Location Optimization Problem Classes (Developer)

Classes and methods which may be of interest to those looking to extend and enhance lokigi’s functionality

site.EvaluatedCombination Container for results and summary metrics of an evaluated site combination.
mixins.site_solvers
Back to top