https://github.com/stephangeorg/searoutes-api
Compute shortest maritime routes between two locations.
https://github.com/stephangeorg/searoutes-api
Last synced: 12 months ago
JSON representation
Compute shortest maritime routes between two locations.
- Host: GitHub
- URL: https://github.com/stephangeorg/searoutes-api
- Owner: StephanGeorg
- Created: 2023-01-01T10:15:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T13:35:34.000Z (over 2 years ago)
- Last Synced: 2025-01-11T08:51:01.964Z (over 1 year ago)
- Language: JavaScript
- Size: 2.96 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Searoutes
Heavily inspired by [Eurostat SeaRoute](https://github.com/eurostat/searoute).
## Data
+ [Eurostat SeaRoute](https://github.com/eurostat/searoute?tab=readme-ov-file#some-additional-information)
+ Oak Ridge National Labs CTA Transportation Network Group, Global Shipping Lane Network, World, 2000
+ AIS data
## Features
+ Djikstra via https://github.com/perliedman/geojson-path-finder
+ Spatial Index [Flatbush spatial index](https://github.com/mourner/flatbush)