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 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T18:49:41.000Z (over 2 years ago)
- Last Synced: 2025-01-21T19:14:44.268Z (over 1 year 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

[](https://github.com/Zaczero/osm-route-distance-feed/blob/main/LICENSE)
[](https://monicz.dev/#support-my-work)
[](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).