Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate ProcessedBsm #11

Draft
wants to merge 28 commits into
base: develop
Choose a base branch
from
Draft

Integrate ProcessedBsm #11

wants to merge 28 commits into from

Conversation

iyourshaw
Copy link
Collaborator

@iyourshaw iyourshaw commented Feb 11, 2025

Fully integrates the new ProcessedBsm data structure into the Conflict Monitor's data processing.

  • Removes all dependence on the OdeBsmData class and on the ODE raw BSM Kafka topics, and instead reads from topic.ProcessedBsm. Updates all logic that formerly used raw BSMs to use ProcessedBsms instead.

  • Removes the Repartition topology which is no longer needed because the topic.ProcessedBsm stream is pre-partitioned. Changes the BSM key and partitioning to use RsuLogKey to match what the Geojson Converter produces.

Tests

This PR was tested by verifying that the unit tests pass, and by running the following integration test scripts involving BSMs and verifying that they still produce the expected events:

  • Script-BSMs.csv - BSM path Events
  • BSM_Revisions.csv - Aggregated BSM Message Count Progression Events
  • ConnectionOfTravel-connected.csv, ConnectionOfTravel-u-turn.csv - Connection of Travel, Lane Direction of Travel, and Stop Line Passage Events
  • ApproachAndStopAtLine.csv - Stop Line Stop Events

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant