Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).