Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaczero/osm-revert
⏪ OpenStreetMap Changeset Reverter — CLI + Website
https://github.com/zaczero/osm-revert
diff-match-patch openstreetmap overpass-api python quality-control
Last synced: 7 days ago
JSON representation
⏪ OpenStreetMap Changeset Reverter — CLI + Website
- Host: GitHub
- URL: https://github.com/zaczero/osm-revert
- Owner: Zaczero
- License: agpl-3.0
- Created: 2023-01-05T12:42:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T09:54:11.000Z (19 days ago)
- Last Synced: 2025-01-16T13:37:28.184Z (14 days ago)
- Topics: diff-match-patch, openstreetmap, overpass-api, python, quality-control
- Language: Python
- Homepage: https://revert.monicz.dev
- Size: 1.96 MB
- Stars: 69
- Watchers: 6
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osm-revert
![Python version](https://shields.monicz.dev/badge/python-v3.13-blue)
[![Liberapay Patrons](https://shields.monicz.dev/liberapay/patrons/Zaczero?logo=liberapay&label=Patrons)](https://liberapay.com/Zaczero/)
[![GitHub Sponsors](https://shields.monicz.dev/github/sponsors/Zaczero?logo=github&label=Sponsors&color=%23db61a2)](https://github.com/sponsors/Zaczero)
[![GitHub Stars](https://shields.monicz.dev/github/stars/Zaczero/osm-revert?style=social)](https://github.com/Zaczero/osm-revert)The next generation OpenStreetMap changeset revert tool.
You can access the **official instance** of osm-revert at [revert.monicz.dev](https://revert.monicz.dev).
Demo (GIF)
## Highlights
### ⚡️ Faster
This reverter uses [Overpass](https://overpass-api.de) to reduce the amount of API calls.
### 🧠 Smarter
This reverter uses [Google's diff-match-patch](https://github.com/google/diff-match-patch) library to automatically resolve conflicts.
### ♾️ Limitless
This reverter has no arbitrary limits on the changeset size.
## Footer
### Credits
This project was inspired by the work of [Zverik](https://github.com/Zverik) and his [RevertUI](https://github.com/Zverik/RevertUI).
### Contact me