Automated edits/kytta

From OpenStreetMap Wiki
Jump to navigation Jump to search
This page describes mechanical edits done by me,
kytta (on OSM · edits · contribs · heatmap · comments)
.

Ways to contact me:

image/wikimedia_commons on Stolpersteine in Braunschweig

There are overpass turbo icon 413 Stolpersteine in Braunschweig that are recorded on OSM. A large part of them have both image and wikimedia_commons, where both keys have the same value, namely the Wikimedia Commons file name. This causes two problems:

  1. image without https:///http:// is wrong; iD marks this as an error, among others.
  2. Data duplication (duh)
try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:25];
{{geocodeArea:Braunschweig}}->.searchArea;
nwr["memorial"="stolperstein"]["image"]["wikimedia_commons"](if: t["image"] == t["wikimedia_commons"])(area.searchArea);
out geom;

Algorithm

  • Edits will be made only in Braunschweig; i.e. in the area defined by the bounds of relation 62531 at the time of the edit.
  • Only objects with memorial=stolperstein will be considered

Depending on the tags, the following edits will be made:

  1. "valid" merely means "RFC-valid"; URLs will not be verified whether they actually lead to an existing domain/page

The change will be done once, as I expect further mistakes of this kind to be reported by iD and other validators.

Discussion / Opt-out

The edit will be discussed in Braunschweig OSM Matrix chat:  #osm:stratum0.org. Submit your opt-out requests there or directly to me via channels mentioned above.