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

See also

References

  1. Anwar, Sajjad (January 29, 2017). “Validating and protecting OpenStreetMap”. maps for developers. Mapbox. Retrieved February 17, 2023. 
  2. “Welcoming OSMCha as an OSM US Charter Project”. OpenStreetMap U.S. February 17, 2023. Retrieved February 17, 2023. 
This article is issued from Openstreetmap. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.