Author: Jia-Si
DHI MIKE is commenly used in metocean analysis for harbor design, costal protection design...etc.
TheDHI MATLAB Toolbox
is complete, so I take this as my program reference.
AndRob Wall github
program a good dhitools, I also take it as my reference.
You have to install MIKE SDK.
And the requirement modules as follows.
pandas
numpy
datetime
Every .py
files have a line to set MIKE SDK path in order to import .NET libraries.
sdk_path = r'C:\Program Files (x86)\DHI\2016\MIKE SDK\bin'
In this line, you must fill in your MIKE SDK
installation path.