Automated edits/ffff23

From OpenStreetMap Wiki
Jump to navigation Jump to search

CREATE brand: * Replace tag with appropriate value

Replace brand:wikidata=* and brand:wikipedia=* in CREATE (CREATE SD) at the drug store with the appropriate values.

These are caused by incorrect data in the name-suggestion-index (NSI). NSI has already corrected the erroneous data.

https://github.com/osmlab/name-suggestion-index/pull/7568

Before replace After replace
brand:wikipedia=ja:クリエイト
brand:wikipedia=ja:クリエイト (広告代理店)
brand:wikipedia=ja:クリエイトSDホールディングス
brand:wikidata=Q17215731 brand:wikidata=Q11299163

Location of interest

A node/way in Japan with amenity=pharmacy and brand:wikipedia=ja:クリエイト or brand:wikipedia=ja:クリエイト (広告代理店) or brand:wikidata=Q17215731

OverPass Query

{{geocodeArea:japan}}->.searchArea;
(
  nw["amenity"="pharmacy"]["brand:wikipedia"="ja:クリエイト"](area.searchArea);
  nw["amenity"="pharmacy"]["brand:wikipedia"="ja:クリエイト (広告代理店)"](area.searchArea);
  nw["amenity"="pharmacy"]["brand:wikidata"="Q17215731"](area.searchArea);
);
(._;>;); out meta;

Working method

  1. Use the Overpass Turbo query to extract target nodes and ways existing in Japan.
  2. Load the extracted data in the JOSM editor.
  3. Search for "brand:wikipedia"="ja:クリエイト" in the JOSM editor search function and replace the brand:wikipedia value of the matching feature with "ja:クリエイトSDホールディングス".
  4. Search for "brand:wikipedia"="ja:クリエイト (広告代理店)" in the JOSM editor search function and replace the brand:wikipedia value of the matching feature with "ja:クリエイトSDホールディングス"
  5. Search for "brand:wikidata"="Q17215731" in the JOSM editor search function and replace the brand:wikidata value of the matching feature with "Q11299163"
  6. Upload your edits to OSM from the JOSM editor. Change set tags should be set as follows.
Tag value
comment=* クリエイトのbrand:wikipediaを「ja:クリエイトSDホールディングス」に置換。brand:wikidataを「Q11299163」に置換。
description=* https://wiki.openstreetmap.org/wiki/JA:Automated_edits/ffff23#クリエイトのbrand:*タグを適切な値に置換
mechanical=* yes

OSM account for the process

This work will be carried out using the ffff23_import account.

Schedule

Scheduled for mid-February 2023 or later

The work was carried out on February 26, 2023 (JST). Changeset

Where the discussion took place / Feedback