DHI / mikecore-python

MIKE Core in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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



About

MIKE Core in Python


Languages

Language:Python 97.3%Language:C++ 2.2%Language:C 0.2%Language:Batchfile 0.1%Language:Dockerfile 0.1%