Skip to main content

CLI tool and library to revert changes in OpenStreetMap

Project description

Reverting Scripts

Here are two Python scripts that:

  • Revert simple OpenStreetMap changesets. Way and relation structural changes cannot be reverted, all other changes can. For example, if you deleted a lot of objects, or changed many tags at once.
  • Restore an old version of given object(s). All of their deleted references are restored as well.

If there are no errors, scripts would ask you for OSM login and password (which are immediately forgotten) and upload the changes. Alternatively you can redirect output to a file and open it in e.g. JOSM for reviewing and uploading.

Installation

pip install --user simple_revert

Simple Revert

Specify changeset ids as the simple-revert script arguments. E.g.

simple_revert 12345 12346 12348

To list recent changesets by a user (e.g. you), specify their name as the only argument:

simple_revert Zverik

Restore Version

To restore an old object version, pass its type, id and version to restore_version. For the first argument you can use following formats:

  • n12345 for a node, w2342 or r234234 for ways and relations.
  • node/12345, node.12345 or even "way 2343" (note the quotes).
  • https://www.openstreetmap.org/node/12345 or any other similar link.
  • https://api.openstreetmap.org/api/0.6/node/12345/6 includes a version to restore.

Version number should be either a positive integer, or a negative, relative to the last version. E.g. this command will revert the last change to a node:

restore_version n12345 -1

To get a list of recent versions, run the script without a version argument.

You can pass several objects to restore them all in one changeset:

restore_version n12345 -1 w1234 -1 w1235 -1

Author and License

Written by Ilya Zverev, licensed under ISC license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simple_revert-1.2.0.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

simple_revert-1.2.0-py2.py3-none-any.whl (13.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page