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)
. You can email me via OSM Wiki.

Fix addr:state in Hanover region

Nominatim QA tool reports (link) invalid values for addr:state in three places in Region Hannover.

179 objects in total are affected. I'd like to fix those.

Plan

  1. Find invalid objects using an Overpass query:
    try it yourself in overpass-turbo
    try it yourself in overpass-turbo
    [out:json][timeout:25];
    nwr["addr:state"="DE"](52.43,9.41,52.60,9.69);
    out geom;
    
  2. Load objects into Level0
  3. Replace addr:state=DEaddr:country=DE and upload changes

Discussion

To be discussed in #osm-de Matrix/IRC chat