import mikeio
= mikeio.read("data/FakeLake.dfsu")
ds ds.Bathymetry.plot()
MIKE IO: input/output of MIKE files in Python
Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.
See our sister library MIKE IO 1D for .res1d and .xns11 files.
Requirements
- Windows or Linux operating system
- Python x64 3.9 - 3.13
- (Windows) VC++ redistributables (already installed if you have MIKE)
Installation
$ pip install mikeio
Warning
Don’t use conda to install MIKE IO!, the version on conda is outdated.
Getting started
Read more in the getting started guide.
Where can I get help?
- New ideas and feature requests - GitHub Discussions
- Bugs - GitHub Issues