An integrated Land-Use Transport-Interaction model for predicting transport patterns and urban activities applied to the case study of Attica Region.
Eleni Kalantzi
23/08/21
This GitHub repository contains the code used for the dissertation of the MSc in Smart Cities and Urban Analytics at CASA UCL. The following descriptions explain the way each file functions in order to create a working model.
Note: This repository does not include the data used in the model as it is not open data and must not be publicly available.
-
main.py
This workbook contains the main code that runs in order to generate the model results. -
globals.py
This workbook reads all the data used to build the model. -
quantlhmodel.py
This workbook is based on Lakshmanan's and Hansen's retail model and contains the functions used as a base for the main code. -
analytics.py
This workbook produces analytic data for debugging and visualisation. -
LUTI_API.py
This workbook contains accessor functions for getting probabilities of trips from workplaces to residential zones and creates Geojson files with flows for visualisation. -
utils.py
This workbook contains data building utilities.