Skip to main content

A package that uses the DHI MIKE1D .NET libraries to read res1d and xns11 files.

Project description

logo

MIKE IO 1D: Read MIKE 1D in python

Python version Full test PyPI version OS Downloads

Read, manipulate, and analyze res1d, res, resx, out, and xns11 files.

For other MIKE files (Dfs0, Dfs1, Dfs2, Dfsu,...) use the related package MIKE IO

Most users of MIKE IO 1D will also find MIKE+Py of interest.

Requirements

  • Windows, Linux (experimental)
  • Python x64 3.10 - 3.13
  • (Windows) VC++ redistributables (already installed if you have MIKE)
  • (Linux) .NET Runtime (not installed by default)

Installation

From PyPI:

pip install mikeio1d

Linux users will need to install .NET runtime. For Ubuntu, you can install .NET runtime as follows:

sudo apt install dotnet-runtime-8.0

Or development version:

pip install https://github.com/DHI/mikeio1d/archive/main.zip

If you're on the development branch, you need .NET SDK. Ubuntu users can install these dependencies as follows:

sudo apt install dotnet-sdk-8.0

Documentation

Check out the official documentation for MIKE IO 1D.

Getting started

Read network results into a DataFrame

>>>  import mikeio1d
>>>  res = mikeio1d.open('my_results.res1d')
>>>  df = res.read()

>>>  df_reach = res.reaches['my_reach'].Discharge.read()
>>>  df_node  = res.nodes['my_node'].WaterLevel.read()

Read Xns11 file and plot a cross section

>>>  import mikeio1d

# Plot section with location id 'basin_right', chainage '238.800', and topo id '1'.
>>>  xns = mikeio1d.open("mikep_cs_demo.xns11")
>>>  xns['basin_right', '238.800', '1'].plot()

Geometry

Continue learning with additional examples.

Where can I get help?

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mikeio1d-1.2.1-py3-none-win_amd64.whl (6.4 MB view details)

Uploaded Python 3Windows x86-64

mikeio1d-1.2.1-py3-none-manylinux2010_x86_64.whl (18.3 MB view details)

Uploaded Python 3manylinux: glibc 2.12+ x86-64

File details

Details for the file mikeio1d-1.2.1-py3-none-win_amd64.whl.

File metadata

  • Download URL: mikeio1d-1.2.1-py3-none-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for mikeio1d-1.2.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 d3f183a9ac058924bf24f96b89f2dc0d08e22e9145b61252cd372c7efa15cce6
MD5 5b69cffc71380b75e24e7d8d1f22dd80
BLAKE2b-256 6e9b2f40220afa38da973d7684851d68a199ebd4f5a4e5d5a50954297257e6b9

See more details on using hashes here.

File details

Details for the file mikeio1d-1.2.1-py3-none-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for mikeio1d-1.2.1-py3-none-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9bd8ddf4568c4a1bf58a492d49731b984da8df4d7dbcddcf3155831b3b270f7b
MD5 d103095625574eff92627afeefb10782
BLAKE2b-256 a12cf0ad8c25bf7373a823548acb27cc429848907aec3de98fb22ed4b13465ff

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page