This git repository contains project code for the land surface recharge models (lsrm) developed at Environment Canterbury (ECan). The current lsrm available was originally developed by David Scott in 2013 in Fortran, but has been transcribed and improved by Mike Kittridge into this Python package.
ds module
The ds module contains the LSRM class for running the transcribed David Scott lsrm.
Initialisation does not require any parameters:
l1 = LSRM()
Then follow the sequence of methods: soils_import, input_processing, and lsrm.
irr1, psw1 = l1.soils_import()
mv, sites = self.input_processing(bound_shp, grid_res, buffer_dis, interp_fun, agg_ts_fun, time_agg)
results1 = self.lsrm()
Documentation on the David Scott’s lsrm methods can be found here
Release files for lsrm 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lsrm-0.0.5.tar.gz | 10.5 MB | Details |
Release files / lsrm-0.0.5.tar.gz
| Download URL | lsrm-0.0.5.tar.gz |
|---|---|
| Size | 10.5 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
be7aa56b707ea0d555603001202e469aeeafb08de1f3e1797147007947393e21
|
|
BLAKE2b-256 checksum How to use checksums |
21889df4bd34ac5c532a48a0fbdb9b18ef8ed877cb0fe77fa3bff536ca817c84
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.6
|