Python tools for working with DHI MIKE21.
Features:
.mesh
file.dfsu
files.dfsu
roughness map (or any other map) directly from .shp
and .mesh
.dfs0
, .dfs1
, .dfs2
filesDue to depending on the MIKE SDK DLL
libraries only Windows is supported.
Requirements
Install
Recommended that Anaconda is used to install
GDAL
andgeopandas
. Alternatively, see here and here for installation instructions of these packages.
First, install MIKE software development kit:
Download installer from here
After installing the MIKE SDK:
conda install gdal
conda install geopandas
pip install pythonnet
pip install dhitools
Latest Build
Clone this repository
See the following Jupyter notebooks for examples: