linz / gazetteer

New Zealand Gazetteer of official place names
http://www.linz.govt.nz/regulatory/place-names/find-name/new-zealand-gazetteer-official-geographic-names/new-zealand-gazetteer-search-place-names#zoom=0&lat=-41.14127&lon=172.5&layers=BTTT
Other
2 stars 2 forks source link

Conventional Commits CodeQL

New Zealand Geographic Board gazetteer application

The New Zealand Geographic Board (NZGB) QGIS plugin is an application that allows the Geographic board to manage official and unofficial names. It keeps a record of decisions about names, events that have affected their status, and identifies the physical locations associated with those names.

The gazetteer data is held in a PostgreSQL database using PostGIS for spatial feature definition.

The user application is a QGIS plugin (application) providing tools for creating, searching, amending names. The user interface is built using QGIS for the spatial representation and the Qt webkit tools for displaying and amending attribute data.

The QGIS database and application are also used to publish data onto the web. The web application is not included in this repository, however the database schema from which it publishes is.

More details of the technology implementation are available in the developer notes at /src/NZGBplugin/help/devnotes.html. User help is in the file /src/NZGBplugin/help/index.html. Both these sets of notes are also veiwable via the plugin's help tab.

Contributing

Before contributing to this project please see CONTRIBUTING.md.