Pipeline to extract, transform and load Landonline data to the LINZ Data Service and others. A reimplementation of the legacy BDE Processor deployment repo.
The content of the following tables is licensed under the LINZ Licence for Personal Data 2.1:
- NZ Property Titles Owners List
- NZ Title Memorials List (including Mortgages, Leases, Easements)
- NZ Title Memorials Additional Text List
- NZ Property Titles Including Owners
- NZ Property Title Owners
- Landonline: Alias
- Landonline: Encumbrance
- Landonline: Nominal Index
- Landonline: Title Memorial Text
- Landonline: Proprietor
Database content which is not in the tables listed above is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
- Install Node.js from
.nvmrc
- Install Python from
.python-version
- Install Poetry
- Install Python packages:
poetry install --no-root --sync
Optional:
- Install pre-commit hooks:
pre-commit install --hook-type=commit-msg --hook-type=pre-commit --overwrite