MIKE Core contains core libraries, like DFS (Data File System), EUM and more.
Project description
MIKE Core for Python
A project to facilitate use of the MIKE Core components with Python, targeting as well Windows 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:
This package is also intended for bringing MIKE IO on Linux.
Installation
Once published on PyPI...
pip install mikecore
Testing on Linux using Docker
git clone https://github.com/DHI/mikecore-python
cd mikecore-python
docker build . -t mikecore:latest
docker run mikecore:latest
Then you should get output like this:
============================= test session starts ==============================
platform linux -- Python 3.9.4, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /app
collected 68 items
tests/test_dfs0.py ........ [ 11%]
tests/test_dfs2.py .......... [ 26%]
tests/test_dfs_basic.py ..... [ 33%]
tests/test_dfs_custom_block.py .. [ 36%]
tests/test_dfs_static_item.py . [ 38%]
tests/test_dfsbuilder.py ...... [ 47%]
tests/test_dfsu2D.py .......... [ 61%]
tests/test_dfsu_file.py .......... [ 76%]
tests/test_eum.py .. [ 79%]
tests/test_mesh.py ... [ 83%]
tests/test_miketools.py . [ 85%]
tests/test_projections.py .......... [100%]
============================= 68 passed in 31.46s ==============================
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file mikecore-0.1.2b1-py3-none-any.whl
.
File metadata
- Download URL: mikecore-0.1.2b1-py3-none-any.whl
- Upload date:
- Size: 17.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 220f9b57ea158ba4405c93ad3b19dd24d49573d449ee192cfc8f21254f292125 |
|
MD5 | ed56969e84125e7e151664c87318ab38 |
|
BLAKE2b-256 | b57a5658ea01fc59bd24217cd820fefb8b6d1ee29788b0fbf44cfa6da16ec960 |