Problem
Planning a ship's route means balancing distance, weather, fuel, and time across open ocean, a high-dimensional optimization where naive shortest-path thinking leaves money and safety on the table.
Approach
Meridian models maritime routing as an intelligence problem: ingest geospatial and operational signals, score candidate routes, and surface the trade-offs between speed, fuel, and risk. Built in Python and open-sourced so the approach is inspectable.
Stack
Python · geospatial data · routing & optimization
Outcome
A public, open-source project demonstrating route optimization for shipping, the kind of applied-ML and optimization work that translates directly to logistics, energy, and operations clients.