Skip to main content

A Python package developed to support EMMP tasks

Project description

Installation

pip install fastmikeio

Notes

  1. The package currently works with the following dfsu formats:
  • Dfsu 2D Horizontal
  • Dfsu 3D Sigmal Layer
  • Dfsu Vertical Plane

Features

  1. Export the mesh directly from 3D Dfsu file using the code below:
import fastmikeio
dfsu = fastmikeio.read("3D dfsu.dfsu")
dfsu.geometry.to_mesh(output_fname)
  1. Extract vertical profile from 3D dfsu file
x = [2000, 2100]
y = [100, 234]
output_filename = "Vertical Profile.dfsu"
vertical = dfsu.vertical_extractor(x, y, output_filename)
  1. Retrive data as numpy array
print(dfsu)     # Helper statement to get item indices
print(dfsu.n_layers)
print(dfsu.n_timesteps)
dfsu.get_data(item_idx=1, time_idx=[0, dfsu.n_timesteps-1], layer_idx=2)    # (1, 2, 1, n_2d_elements)
dfsu.get_data(item_idx=1)       # (1, n_timesteps, n_layers, n_2d_elements)
dfsu.get_data(reshape=False)        # (n_items, n_timesteps, n_3d_elements)
dfsu.get_data()                     # (n_items, n_timesteps, n_layers, n_2d_elements)

Project details


Download files

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

Source Distribution

pyemmp-0.0.19.tar.gz (119.2 kB view details)

Uploaded Source

Built Distribution

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

pyemmp-0.0.19-py3-none-any.whl (135.4 kB view details)

Uploaded Python 3

File details

Details for the file pyemmp-0.0.19.tar.gz.

File metadata

  • Download URL: pyemmp-0.0.19.tar.gz
  • Upload date:
  • Size: 119.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for pyemmp-0.0.19.tar.gz
Algorithm Hash digest
SHA256 d078bd935fe51c91557c60f30fa135e36759561ee1a93cae980a4ecc6f89b86c
MD5 51a22203313e1c0280017884237b9f5a
BLAKE2b-256 edfeb75128911dce6a97804d6aadb71a7eeef8c1ae35394d4a8b7172c16f1476

See more details on using hashes here.

File details

Details for the file pyemmp-0.0.19-py3-none-any.whl.

File metadata

  • Download URL: pyemmp-0.0.19-py3-none-any.whl
  • Upload date:
  • Size: 135.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for pyemmp-0.0.19-py3-none-any.whl
Algorithm Hash digest
SHA256 100454d420783626f4361b281652ec6d10f342b9e62f70ced69e9cdaedde12c4
MD5 634ec40d9484346ff838605db6173066
BLAKE2b-256 09a9caaff960eb2bab369350231e56fa1a6e7051c8ea2e0ab3274f305a9da298

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