User Guide
MIKE+Py is a Python package for interacting with MIKE+ model databases. It enables users to programmatically read, write, and manipulate model data, manage scenarios, execute simulations, and utilize various MIKE+ tools.
The core workflow typically involves:
- Opening a MIKE+ Database.
- Accessing Tables to Query or modify data.
- Running Simulations.
- Leveraging built-in Tools.
To get started, please see the Getting Started page.