Back to Work

Maritime Route & Climate Simulator

This route-simulation prototype converts AIS data into navigable graphs. I modeled the route graph and built scenario, shortest-path, map, and emissions comparisons.

Data and algorithms engineerValidated prototypeData

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