{"id":19564823,"url":"https://github.com/captv89/searoute","last_synced_at":"2025-04-22T11:05:13.489Z","repository":{"id":180798404,"uuid":"582771973","full_name":"captv89/seaRoute","owner":"captv89","description":"Find the shortest sea route between any two positions. This is insprited by the searoute project by eurostat.","archived":false,"fork":false,"pushed_at":"2023-04-06T23:24:19.000Z","size":454,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T14:22:11.757Z","etag":null,"topics":["djikstra-algorithm","geojson","gin-gonic","golang","graph-algorithms","leafletjs"],"latest_commit_sha":null,"homepage":"https://searoute.captv.ovh/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/captv89.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-27T20:33:06.000Z","updated_at":"2024-10-11T09:20:29.000Z","dependencies_parsed_at":"2023-07-12T22:45:42.387Z","dependency_job_id":null,"html_url":"https://github.com/captv89/seaRoute","commit_stats":null,"previous_names":["captv89/searoute"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captv89%2FseaRoute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captv89%2FseaRoute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captv89%2FseaRoute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captv89%2FseaRoute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/captv89","download_url":"https://codeload.github.com/captv89/seaRoute/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250226605,"owners_count":21395610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["djikstra-algorithm","geojson","gin-gonic","golang","graph-algorithms","leafletjs"],"created_at":"2024-11-11T05:24:02.202Z","updated_at":"2025-04-22T11:05:13.427Z","avatar_url":"https://github.com/captv89.png","language":"JavaScript","readme":"# Short Sea Route Finder\n\nThis web application allows users to find waypoints along a sea route between an origin and a destination. The waypoints and the route are displayed on a map together with the total distance.\n\n## Screenshot\n![](https://i.ibb.co/7K9jW90/Screenshot-2023-01-01-at-00-07-23.png)\n\n## Prerequisites\n- [Go](https://go.dev/)\n- [Gin](https://gin-gonic.com/)\n- [Leaflet](https://leafletjs.com/)\n- [Materialize](https://materializecss.com/)\n\n## Installation\n\nClone the repository:\n\n```bash\ngit clone https://github.com/captv89/seaRoute.git\n```\n\nNavigate to the project directory:\n\n```bash\ncd seaRoute\n```\n\nInstall the dependencies:\n\n```go\ngo get github.com/gin-gonic/gin github.com/pitchinnate/golangGeojsonDijkstra github.com/kellydunn/golang-geo\n```\n\n\nStart the server:\n```go\ngo run main.go\n```\n\nOpen your browser and navigate to http://localhost:8080 to use the application.\n\n## Usage\n\n- Enter the latitude and longitude of the origin and destination in the form.\n- Click the \"Calculate\" button to retrieve the waypoints and the route.\n- The waypoints, route details and the total distance will be displayed in the map on clicking the waypoint and route respectively.\n\n## References\nMarnet Dataset from the [searoute](https://github.com/eurostat/searoute) project by eurostat.\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaptv89%2Fsearoute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaptv89%2Fsearoute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaptv89%2Fsearoute/lists"}