Import/New Zealand Place Names

From OpenStreetMap Wiki
Jump to navigation Jump to search
LINZ Main Page LINZ Building Import LINZ Address Import Missing Streets LINZ Place Name Import
New Zealand Place Names
NZ missing places.png
Author: Kylenz
License: MIT License
Platform: Web
Status: Active
Version: 2.0.0 (2024-06-08)
Language: English
Website: https://osm-nz.github.io/place-name-conflation
Source code: osm-nz/place-name-conflation
Programming language: TypeScript

Compares place names with the NZGB, and reports missing places and names.

Every week, a script automatically runs which compares place names in OpenStreetMap with the New Zealand Geographic Board (Ngā Pou Taunaha o Aotearoa) Gazetteer.

The data is sourced from LINZ, see the main wiki page for LINZ for more information about the import process and which tags are used.

How to use it

Visit the tool to browse the list of issues.

Code & Data

The code for the tool is available from osm-nz/place-name-conflation. The data comes from LINZ's place names dataset, which is updated weekly and available under the same license as all other LINZ datasets that are used in OSM.

How it works

The tool extracts every feature that has ref:linz:place_id=* from the Overpass API, and compares them with the dataset from LINZ. This process takes about 2 minutes.

This script automatically runs on Thursday morning (NZ time), and uploads the result to the  CDN. The website fetches the latest data from that CDN.