Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 587 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 587 Bytes

Sea Draining Catchments

Method to derive Sea Draining Catchments from LINZ 8m DEM. Output is a single GPKG file containing only non-overlapping sea draining catchments. In this method, the largest catchment in a region is used.

This method begins with downsampling the LINZ 8m to 100m resolution.

The LINZ 8m DEM can be found here

Base Method

Downsample LINZ 8m

make select

Create all catchments

make catchment

Filter to only sea draining catchments

make sea-drain