Skip to content

Read DHI MIKE data, dfs0, dfs1, dfs2 in Python.

Notifications You must be signed in to change notification settings

JJIASI/DHIdfstools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DHIdfstools

Author: Jia-Si


Read DHI MIKE dfs data, e.g. dfs0, dfs1, dfs2 in Python.

DHI MIKE is commenly used in metocean analysis for harbor design, costal protection design...etc.
The DHI MATLAB Toolbox is complete, so I take this as my program reference.
And Rob Wall github program a good dhitools, I also take it as my reference.


Before use this tool.

You have to install MIKE SDK.
And the requirement modules as follows.

  • pandas
  • numpy
  • datetime

Setting

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.


Example


About

Read DHI MIKE data, dfs0, dfs1, dfs2 in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages