Datasets for New Zealand

Datasets for New Zealand#

Description and pre-processing steps to be added.

  1. Extract downloaded files in this directory (New-Zealand).

  2. Run preprocessing.py script functions.

Digital elevation data#

Data available online at https://a3s.fi/swift/v1/AUTH_0914d8aff9684df589041a759b549fc2/PythonGIS/elevation/new_zealand/dem.zip.

Ensure you are in the New-Zealand directory (i.e., pwd returns .../data/New-Zealand and then run the following cell.

cd New-Zealand
from preprocessing import make_dem_mosiac

make_dem_mosiac()

Fault data#

Data available online at https://a3s.fi/swift/v1/AUTH_0914d8aff9684df589041a759b549fc2/PythonGIS/features/new_zealand/shp.zip.

from preprocessing import convert_fault_to_gpkg

convert_fault_to_gpkg()