This is a simple tool to automatically detect te reo Māori names in OpenStreetMap that are defined in the name
tag but not in the name:mi
tag.
This tool will copy the name
tag into name:mi
:
name=Motukiore
+ name:mi=Motukiore
How it works:
- This tool reads an extract of the planet file for New Zealand.
- It finds all features that have a
name
tag but noname:mi
tag - It runs some crude checks to filter out names that are definitely not te reo Māori
- The remaining names are saved to a CSV file
- A person manually checks the CSV file
- The CSV file is converted into an osmPatch file, which copies the
name
tag intoname:mi
- A person uploads the osmPatch file to OSM
The tool was first run in August 2023, and circa 4,000 name:mi
tags were added. About 900 false positives were ignored.
It could be useful to run this tool again in the future, perhaps a few times per year.