All Projects → robjameswall → dhitools

robjameswall / dhitools

Licence: MIT license
Python tools for working with DHI MIKE21

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dhitools

py-wave-runup
Empirical wave runup models implemented in Python
Stars: ✭ 23 (+15%)
Mutual labels:  coastal, coastal-modelling
awesome-coastal
A curated list of awesome resources for coastal engineers and scientists
Stars: ✭ 49 (+145%)
Mutual labels:  coastal, coastal-modelling
NEMO-examples
Simple configurations to study specific oceanic physical processes and be used as a tool for training
Stars: ✭ 14 (-30%)
Mutual labels:  ocean-modelling
phantom
Phantom Smoothed Particle Hydrodynamics and Magnetohydrodynamics code
Stars: ✭ 52 (+160%)
Mutual labels:  hydrodynamic-modeling

DHI Tools

Documentation Status

Python tools for working with DHI MIKE21.

Features:

  • Interpolate multiple raster DEMs directly to .mesh file
  • Read and analyse .dfsu files
  • Create .dfsu roughness map (or any other map) directly from .shp and .mesh
  • Read and analyse .dfs0, .dfs1, .dfs2 files

Due to depending on the MIKE SDK DLL libraries only Windows is supported.

Mesh plot

Install

Requirements

Install

Recommended that Anaconda is used to install GDAL and geopandas. 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

Examples

See the following Jupyter notebooks for examples:

Documentation

https://dhitools.readthedocs.io/en/latest/index.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].