Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3nd3r1/soteriareitti
SoteriaReitti assists emergency responders in finding the optimal routes during emergency situations.
https://github.com/3nd3r1/soteriareitti
customtkinter dijkstra-algorithm ida-star-algorithm openstreetmap poetry python tkinter
Last synced: 11 days ago
JSON representation
SoteriaReitti assists emergency responders in finding the optimal routes during emergency situations.
- Host: GitHub
- URL: https://github.com/3nd3r1/soteriareitti
- Owner: 3nd3r1
- Created: 2023-09-06T08:39:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T13:50:25.000Z (4 months ago)
- Last Synced: 2024-11-03T18:21:12.699Z (about 2 months ago)
- Topics: customtkinter, dijkstra-algorithm, ida-star-algorithm, openstreetmap, poetry, python, tkinter
- Language: Python
- Homepage: https://viljamiranta.fi/works/soteriareitti
- Size: 4.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![Logo](/docs/images/logo.svg)
![CI Badge](https://github.com/3nd3r1/soteriareitti/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/3nd3r1/soteriareitti/graph/badge.svg?token=AGXD38M4HJ)](https://codecov.io/gh/3nd3r1/soteriareitti)
![PyLint Score](/docs/images/pylint-badge.svg)SoteriaReitti is an application implemented in Python, designed for emergency workers. The app helps them find the best possible routes in emergency situations and on congested roads. The name "SoteriaReitti" comes from Greek and means "path of salvation," which reflects the core goal of the project: to provide a lifesaving route for those who need it.
Latest release: [v0.2.0-beta](https://github.com/3nd3r1/soteriareitti/releases/tag/v0.2.0-beta)
## Language
This README.md is available in finnish here: [README_FI.md](./README_FI.md)
## Screenshot
![SoteriaReitti](/docs/images/preview.png)
## Documentation
- [User Guide](/docs/en/user_guide.md)
- [Specifications](/docs/en/specifications.md)
- [Implementation](/docs/en/implementation.md)
- [Testing](/docs/en/testing.md)
- [Changelog](/docs/fi/changelog.md)