MapResolver
Metacity repository dedicated to mapping FCD data from simplified net to CEDA network.
Pipeline for reading FCD dynamic data and transforming it to .sim format.
Structure:
Pipeline:
fcd_bd_file.py -- reads FCD data, removes redundant data and stores it to smaller chunks
ceda_mapper.py -- reads map data, creates graph for mapping, iteratively maps FCD data onto realistic geometry
*optional - exporter.py -- outputs fcd data as a csv file of geometries with a list of attributes: times and speeds
transform.py -- transforms (generates agents for each segment) mapped fcd data to .sim file
Last updated