Tools to perform flow naturalisation in Caterbury
Project description
This git repository contains project code for the flow naturalisation procedure. The procedure has several modules for performing different tasks that ultimately combine for the naturalisation.
The base class (FlowNat) initialises the tool with a from_date, to_date, min_gaugings, input_sites, and output_path. This sets up and prepares a lot of datasets for the successive modules.
- Modules:
Querying and/or estimating flow at the input_sites
Catchment delineation above the input_sites
Selecting the upstream water abstraction sites from the catchment delineation
Querying and Estimating water usage when the usage doesn’t exist
Flow naturalisation
Input Parameters
The base class (FlowNat) initialises the tool with a from_date, to_date, min_gaugings, input_sites, rec_data_code, and output_path. This sets up and prepares a lot of datasets for the successive modules. If all of those input parameters are defined at initialisation, then all of the successive modules/methods will not require any other input.
Methods
The modules use several python packages for their procedures.
The catchment delineation module uses the python package gistools which has a catchment delineation function. This functions uses the REC stream network version 2 and the associated catchments for determining the catchments above specific points. The flow locations are used to delineate the upstream catchments. The upstream catchments are then used to select the WAPs that are within each catchment. The WAPs were taken from a summary of Accela.
Not all flow locations have a continuous record from a recorder. Consequently, the flow sites with only gaugings need to be correlated to flow sites with (nearly) continuous recorders. This is done via the hydrolm package that uses ordinary least squares regressions of one or two recorders. The F statistic is used to determine the best regression.
Water usage data also needs to be estimated when it doesn’t already exist. This was done by grouping the consents by SWAZ and use type and estimating the ratio of usage to allocation. These ratios were then applied at all consents without existing water usage data. This analysis was performed on a monthly scale.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file FlowNaturalisation-0.0.7.tar.gz
.
File metadata
- Download URL: FlowNaturalisation-0.0.7.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26d6514fdeedbe76b35312a79d53cd42e93fcb1f46295e43eb563731e62e1276 |
|
MD5 | 37d5b815db3728752e1d5c89ee6e7546 |
|
BLAKE2b-256 | be62ced74d4c86d62f3a21408925e09fecee7876d4eab84ae10ad00cbba423ce |