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 -m pip install -r /path/to/mfdfloods/directory
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
.
Module
Execute .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 <path:data> <lng:float> <lat:float>
Arguments:
- data is the pathname of the data directory. There you have to place a
dtm.tif
, amannings.tif
and ahydrogram.csv
files. - lng is the longitude in your reference dtm distance units.
- lat is the latitude in your reference dtm distance units.
The output will be placed in your data floder as three files with the name (draft|flood|speed)_{lng}-{lat}.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
File details
Details for the file mfdfloods-0.1.21.tar.gz
.
File metadata
- Download URL: mfdfloods-0.1.21.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbea4360dfe641080b25f1c263f9962eeb756f60afc6503bead04e10dd452172 |
|
MD5 | f873e02ea5d4d66829e6f7ccfb81d2cc |
|
BLAKE2b-256 | 0e8eb34c35dedde3e007e63c0320be779523f689b6d4ad2eeaf3b2b1c8894c7a |
Provenance
File details
Details for the file mfdfloods-0.1.21-py3-none-any.whl
.
File metadata
- Download URL: mfdfloods-0.1.21-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 687486f28dd831a69e9a4f7e122c7b386e6b8c05d8399076429fdf41698bed84 |
|
MD5 | 94f93ceac3417be915f0341b7479265b |
|
BLAKE2b-256 | c0a78d833d6d78662590cff98fe90340686d9e74589132d2e059111805a1e9d3 |