Skip to content

DHI/mikecore-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ebbb1a · Sep 9, 2024
Aug 8, 2024
Jun 9, 2021
Sep 9, 2024
Dec 8, 2021
Aug 27, 2021
Dec 8, 2021
Dec 8, 2021
Dec 8, 2021
Dec 8, 2021
Dec 8, 2021
Mar 4, 2021
May 3, 2021
Dec 8, 2021
May 27, 2021
Aug 25, 2021
Aug 25, 2021
Mar 4, 2021
Aug 21, 2024

Repository files navigation

MIKE Core for Python

A project to facilitate use of the MIKE Core components with Python, targeting Windows as well as Linux.

The MIKE Core Python classes have an API which is almost identical to the MIKE Core .NET API, to the extend possible. Since Python does not support all the language constructions that .NET/C# does (as e.g. method overriding), the API's are not completely identical. Also, the number of classes in the Python version is also smaller, since Python classes can be formed while being used. However, the examples and documentation for the .NET/C# API is to a high degree applicable also for the use of MIKE Core Python. For details, visit:

MIKE for Developers/MIKE Core

This library is the foundation for MIKE IO.

Installation

pip install mikecore