This repository is part of the VoxPop Lisbon project by CycleAI.
This repository contains the codes and data to be able to reproduce the article "Data-Driven Approach for Urban Micromobility Enhancement through Safety Mapping and Intelligent Route Planning".
Author: Tiago Tamagusko (tamagusko@gmail.com)
Version: 0.1 beta
Date: 2023-05-25
This notebook creates 100 random points within set limits.
Data Source: Nominatim API
Author: Tiago Tamagusko (tamagusko@gmail.com)
Version: 0.1 beta
Date: 2023-06-22
This notebook calculates a route factor for each type of route (shortest, balanced, safest) using a specific formula.
Author: Tiago Tamagusko (tamagusko@gmail.com)
Version: 0.1 beta
Date: 2023-06-07
This notebook validates the output results of the routes. It checks the consistency of calculated paths, correct route types, consistent coordinates, distances, and durations.
Author: Tiago Tamagusko (tamagusko@gmail.com)
Version: 0.1 beta
Date: 2023-06-23
This Python script calculates the distance and travel time between two sets of coordinates using the Google Maps Distance Matrix API. The data is read from a CSV file, the calculations are performed, and the results are written back into the dataset.
For any questions or feedback, please contact the author at contact@cycleai.net.