A tool for generating historical vehicle trip data for analysation and statistical purposes.

2 Open Issues Need Help Last updated: Aug 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Migrate the metadata storage in the Bustinel project from MongoDB to SQLite. This involves modifying the `transit.py` file to use SQLite for storing metadata, aiming to reduce memory usage, improve query efficiency, and enhance persistence. The task requires careful consideration of potential conflicts with existing SIRI support (#3).

Complexity: 4/5
documentation enhancement good first issue

A tool for generating historical vehicle trip data for analysation and statistical purposes.

Python

AI Summary: Implement support for the SIRI protocol in the Bustinel application. This involves modifying the data storage mechanisms (`utils/transit.py` and `recorder.py`) to handle SIRI data, requiring generalization of the existing GTFS/GTFS-RT focused recorder system. This will allow Bustinel to ingest data from systems using the SIRI standard for vehicle tracking and analytics.

Complexity: 4/5
documentation enhancement good first issue

A tool for generating historical vehicle trip data for analysation and statistical purposes.

Python