What I built
The simulation converts AIS data into route graphs that make path and scenario comparisons repeatable.
- Preprocesses AIS data into route graphs
- Simulates scenarios and shortest-path rerouting
- Visualizes routes and emissions reports
My role
Data and algorithms engineer
How it works
- AIS preprocessing pipeline
- NetworkX route graph
- Map visualization and emissions reports
Key decisions
- Model routes as a graph for reproducible path comparisons
- Keep scenario simulation separate from visual presentation
What I tested
- Scenario output review
- Dockerized development workflow
- Graph-path validation