Skip to main content

An extension module for yt, adding a frontend for Idefix

Project description

yt_idefix

PyPI PyPI yt-project

CI pre-commit.ci status Code style: black Imports: isort

A maturing yt frontend for Idefix, packaged as an extension for yt. This frontend is a candidate for integration in the core yt code base.

Starting from version 0.8.0, Pluto vtk files are also supported by this frontend.

Installation

pip install yt_idefix

Usage

After importing yt itself, make sure to activate the extension

import yt
import yt_idefix

Single dump files as well as time series can be loaded directly with yt.load, e.g.,

ds = yt.load("dump.0054.dmp")
ts = yt.load("dump.00??.dmp")

For vtk files, with yt < 4.0.2, a specialized loader function is provided

ds = yt_idefix.load("data.0042.vtk")

With yt >= 4.0.2 (not released yet), this workaround will not be necessary and yt.load will be usable directly.

Strecthed grids support

yt_idefix comes a specialized loader function for datasets with streched grids yt_idefix.load_stretched. This function is experimental. Here are its known limitations.

  • no field magic (no aliasing, or dimensionalization, or automatic derived field generation)
  • no lazy loading (all data has to reside in memory)
  • projections are not supported
  • only supports vtk outputs (not dumps)

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

yt_idefix-0.9.2.tar.gz (29.1 kB view details)

Uploaded Source

Built Distribution

yt_idefix-0.9.2-py3-none-any.whl (30.7 kB view details)

Uploaded Python 3

File details

Details for the file yt_idefix-0.9.2.tar.gz.

File metadata

  • Download URL: yt_idefix-0.9.2.tar.gz
  • Upload date:
  • Size: 29.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for yt_idefix-0.9.2.tar.gz
Algorithm Hash digest
SHA256 f724fb32b0633f6993d86172fd9916a842d5dd5180991b90cb32927eba9d7030
MD5 c969cf8400c072bfb22169958e3f4c3f
BLAKE2b-256 4e60c71d6d9e983854a11d1d344c8b1c11ed89be5127459bcec821235a5d3a69

See more details on using hashes here.

Provenance

File details

Details for the file yt_idefix-0.9.2-py3-none-any.whl.

File metadata

  • Download URL: yt_idefix-0.9.2-py3-none-any.whl
  • Upload date:
  • Size: 30.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for yt_idefix-0.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5da49c69263dda866bd3f18990fe35868ad5d43d12a90d5332ab2bea51409d9f
MD5 87bf88e8c065b7d7612955667c7a5b7b
BLAKE2b-256 9daa06afdd426b84e118c3488d22ddc18d4002d69ea2cbaf026f24dc0384cf30

See more details on using hashes here.

Provenance

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