Multiple flow direction floods hydrodynamic modelation
Project description
MFD Floods
A python script to model hidrologic behavior of downstream drainpaths. With a DTM cover of your study area you can define longitude and latitude (in the DTM distance unit) as a start point and an income flow to see how the water will flood the territory.
Installation
With pip pip install mfdfloods
From source python setup.py install
Dependencies
The script requires GDAL installed on your system and python-gdal as a python dependency.
To install GDAL execute apt install gdal-bin libgdal-dev
.
Test
Execute test.py from inside the folder to test the algorithm.
The test.py is a script that call the class MFD and execute its modelization with the datasource from the data/
folder. There you have to place your GeoJSON files with the modelized line geometry.
python test.py <area::string> <X::float> <Y::float> <break_flow::int> <base_flow::int> <break_time::int> [cellsize::int]{5} [radius::int]{2000}
Arguments:
- Area is the file on the
data/
folder with your DTM in GeoTiff format. - X is the longitude in your reference dtm distance units.
- Y is the latitude in your reference dtm distance units.
- break_flow is the start income flow.
- base_flow is the base income flow after the initial pic.
- break_time is the time that has to pass in seconds to go from the break_flow to the base_flow.
- cellsize is the size of your DTM cellsize.
- radius is the maximum extension of the output flood in your dtm distance units.
The output will be placed in your data/
floder as three files with the name drainpaths_{x}-{y}_(draft|flood|speed).tif.
Use
Include mfdfloods as a module on your scripts with from mfdfloods import MFD
then instantiate the class MFD to execute its drainpaths method.
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
Built Distribution
Hashes for mfdfloods-0.1.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d783b69323f2b08d7664f86aacc1293e12c9a2bf24d53092f30ac74004eb1719 |
|
MD5 | 8e5b0748f447b3e05bf122e336f8fbbe |
|
BLAKE2b-256 | e253ae16f2f40f27ec92423e3930d04f8562899dfffb5154b126527269b29d5a |