CARMA Analytics is a secure, scalable and cloud agnostic data architecture to enable research analysis on big data sets by defining repeatable and scalable processes for ingesting data, creation of a data repository to fuse, process and perform quality assurance.
This PR adds an analysis script for creating plots of entering_times against timestamps of vehicles using scheduling_service logs.
The plots are created for EV and DV states and require a scheduling_service log csv to be passed as an argument
Description
A single plot consists of entering times for a run, which is marked by linebreaks in the csv. Current implementation adds line breaks when there is no vehicle in the intersection and only has entries when the vehicle has carma engaged.
Related Issue
Motivation and Context
How Has This Been Tested?
Types of changes
[ ] Defect fix (non-breaking change that fixes an issue)
[x] New feature (non-breaking change that adds functionality)
[ ] Breaking change (fix or feature that cause existing functionality to change)
Checklist:
[ ] I have added any new packages to the sonar-scanner.properties file
[ ] My change requires a change to the documentation.
PR Details
This PR adds an analysis script for creating plots of entering_times against timestamps of vehicles using scheduling_service logs. The plots are created for EV and DV states and require a scheduling_service log csv to be passed as an argument
Description
A single plot consists of entering times for a run, which is marked by linebreaks in the csv. Current implementation adds line breaks when there is no vehicle in the intersection and only has entries when the vehicle has carma engaged.
Related Issue
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: