Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doorleyr/choiceModels
An API for prediction of mobility choices based on personal and land use characteristics. The predictions use discrete choice models.
https://github.com/doorleyr/choiceModels
Last synced: 3 months ago
JSON representation
An API for prediction of mobility choices based on personal and land use characteristics. The predictions use discrete choice models.
- Host: GitHub
- URL: https://github.com/doorleyr/choiceModels
- Owner: doorleyr
- Created: 2018-08-24T16:05:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T21:31:37.000Z (about 6 years ago)
- Last Synced: 2024-05-15T04:38:12.845Z (6 months ago)
- Language: Python
- Size: 16.5 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobility Choice API for CityScope Platform
Predicts mobility choices of simulated individuals based on individual characteristics and land use. The choice models are calibrated based on census data and the individual choices are influenced by initial conditions and by user interactions, as captured by the cityIO server.## Overview
This repo contains 2 main components:
### 1. Data Analysis and Model Calibration
A number of scripts are provided for analyzing data from sources including the US census, OpenStreetMap and OpenTripPlanner in order to develop a base population sample and to calibrate a multinomial logit model for mode choice prediction.### 2. API
The mobilityApi.py script is an API based on a python Flask server. The server combines the analysis results, calibrated model and real-time updates from the cityIO server to make mode choice predictions for every individual in the population sample and simulate new individuals when appropriate.