OSMCha
OSMCha | |
---|---|
Author: | Mapbox / mapbox/osmcha-frontend/graphs/contributors |
License: | ISC |
Platform: | Web |
Status: | Active |
Version: | 0.85 releases (2022-05-19) |
Website: | osmcha.org |
Source code: | mapbox/osmcha-frontend |
Frontend for the osmcha-django REST API |
OSMCha short for OpenStreetMap Changeset Analyzer is a web tool to help mappers analyze and review data changes to OSM. The objective of the tool is to help detect vandalism and act on bad changes to the map data.
Introduction
Development
OSMCha was originally written by Wille Marcel in 2015 to investigate suspicious changesets on OSM. A global instance was later hosted by Mapbox as an additional data QA tool for the OSM community.[1] In 2023, it became a charter project of OpenStreetMap U.S.[2]
Changeset Explorer
OSMCha is an advanced changeset explorer. Changesets on OpenStreetMap have timestamp, editor used, changeset comment, bounding box of the changeset, username of the author and other metadata . OSMCha stores these changeset metadata and allows searching through them.
Along with the metadata available from OpenStreetMap, OSMCha allow
Filters
The user interface of OSMCha allows multiple user input of metadata values for searching through the changeset database.
Bookmarklet
Use a bookmarklet to conveniently access the OSMCha Changeset Viewer! By clicking on the new bookmark (or opening it via a keyword) while visiting a changeset page such as 18986223, you will get a new tab/window with the analysis page for that changeset.
javascript:(function(){id=location.href.match(/www\.openstreetmap\.org\/changeset\/(\d+)/);if(id!=null){window.open('https://osmcha.org/changesets/'+id[1]);}else{alert('This%20is%20not%20a%20valid%20OSM%20changeset%20page.')}})() |
(Credits to User:Eugene and The knife)
Using OSMCha
- Changeset review requested by new mappers or anyone
- Changesets automatically flagged for review
- New mappers adding a new city/country, mass deletion , invalid tag change or flagged for review
- New mappers deleting features using JOSM or any mature feature
- Large data additions or imports by new mappers or anyone
- Changesets with "revert" in comment or using the reverter plugin
- Changesets for #missingmaps or #hotosm
See also
- Guide Finding suspicious map edits using OSMCha by Mapbox- A walkthrough of how to detect, inspect and fix potentially harmful changes in OpenStreetMap using OSMCha.
References
- ↑ Anwar, Sajjad (January 29, 2017). “Validating and protecting OpenStreetMap”. maps for developers. Mapbox. Retrieved February 17, 2023.
- ↑ “Welcoming OSMCha as an OSM US Charter Project”. OpenStreetMap U.S. February 17, 2023. Retrieved February 17, 2023.