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

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

Requirements

  • Windows, Linux (experimental)
  • Python x64 3.9 - 3.12
  • (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

>>>  from mikeio1d import Res1D
>>>  res = Res1D('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

>>>  from mikeio1d import Xns11

# Plot section with location id 'basin_right', chainage '238.800', and topo id '1'.
>>>  xns = Xns11("mikep_cs_demo.xns11")
>>>  xns.xsections.['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

mikeio1d-0.8.2-py3-none-win_amd64.whl (6.2 MB view details)

Uploaded Python 3 Windows x86-64

mikeio1d-0.8.2-py3-none-manylinux2010_x86_64.whl (18.2 MB view details)

Uploaded Python 3 manylinux: glibc 2.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for mikeio1d-0.8.2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 851cb8c07aab4d87d92f00ca83f822dd9ae048ad5a7fe274a7724049be4d31d6
MD5 15041523c2d807bd6936bc62b26088f5
BLAKE2b-256 0398ce92738a6baf269e701119d6351f11503b1f3a5e3f9564262ed9b772aa55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mikeio1d-0.8.2-py3-none-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d9f37850325e03594444f7af8b86c8dbcd987ab9951774ea309cee2343e50c35
MD5 54a69c283caf3b03ac46e1b2782d70a3
BLAKE2b-256 97873352ec034551afc39d3e52f231e3835f1570b1051f48e6ada179f29c9d60

See more details on using hashes here.

Supported by

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