Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaczero/osm-route-distance-feed
πΊοΈ Script that checks for distance changes on a given OpenStreetMap route and provides updates via RSS feed
https://github.com/zaczero/osm-route-distance-feed
distance-checking docker openstreetmap python rss rss-feed
Last synced: about 2 months ago
JSON representation
πΊοΈ Script that checks for distance changes on a given OpenStreetMap route and provides updates via RSS feed
- Host: GitHub
- URL: https://github.com/zaczero/osm-route-distance-feed
- Owner: Zaczero
- License: agpl-3.0
- Created: 2022-12-09T19:46:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T18:49:41.000Z (11 months ago)
- Last Synced: 2024-05-02T03:19:25.863Z (8 months ago)
- Topics: distance-checking, docker, openstreetmap, python, rss, rss-feed
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osm-route-distance-feed
![Python version](https://shields.monicz.dev/badge/python-v3.12-blue)
[![Project license](https://shields.monicz.dev/github/license/Zaczero/osm-route-distance-feed)](https://github.com/Zaczero/osm-route-distance-feed/blob/main/LICENSE)
[![Support my work](https://shields.monicz.dev/badge/%E2%99%A5%EF%B8%8F%20Support%20my%20work-purple)](https://monicz.dev/#support-my-work)
[![GitHub repo stars](https://shields.monicz.dev/github/stars/Zaczero/osm-route-distance-feed?style=social)](https://github.com/Zaczero/osm-route-distance-feed)πΊοΈ Script that checks for distance changes on a given OpenStreetMap route and provides updates via RSS feed.
## Example
http://localhost:8000/rss/routed-car/route/v1/driving/15.00878,51.18073;23.11149,49.95571?threshold=10
```xml
osm-route-distance-feed
This RSS feed checks for distance changes on a given route on OpenStreetMap and provides updates when changes are detected.
https://routing.openstreetmap.de/routed-car/route/v1/driving/15.00878,51.18073;23.11149,49.95571
Distance changed by +66824700.000%
Previously: 0.00 km., Currently: 668.25 km.
https://routing.openstreetmap.de/routed-car/route/v1/driving/15.00878,51.18073;23.11149,49.95571
Fri, 09 Dec 2022 20:35:03 GMT
668248
10
Fri, 09 Dec 2022 20:35:03 GMT
7200
```
## Footer
### Contact me
https://monicz.dev/#get-in-touch
### Support my work
https://monicz.dev/#support-my-work
### License
This project is licensed under the GNU Affero General Public License v3.0.
The complete license text can be accessed in the repository at [LICENSE](https://github.com/Zaczero/osm-route-distance-feed/blob/main/LICENSE).