An extension module for yt, adding a frontend for Idefix
Project description
yt_idefix
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.
Installation
Make sure you have Python 3.6 or newer, then run
python3 -m pip install yt_idefix
If you don't already have yt it will be installed along.
Usage
After importing yt
itself, make sure to activate the extension
import yt
import yt.extensions.idefix
Then you should be able to load Idefix data seamlessly with yt.load
.
Current limitations
As of version 0.1.0 of this project, the frontend allows one to read Idefix's
dumpfiles only, through the IdefixDumpDataset
class. IdefixVTKDataset
may be
implemented in the future, but won't be usable directly with yt.load
before
the next yt bugfix release is available (see bellow).
The IdefixDumpDataset
class is functional but far from optimized, it may take
much longer than strictly needed to perform queries. This will be adressed in
the future.
As of yt 4.0.1:
- Non-uniform grids (using log spacing) are not supported, which makes this frontend of very limited use for Idefix.
yt.load()
is not suitable for vtk files that are not produced by Athena. https://github.com/yt-project/yt/issues/3001 This bug is however resolved on the main branch (https://github.com/yt-project/yt/pull/3424)
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 Distribution
Built Distribution
File details
Details for the file yt_idefix-0.2.0.tar.gz
.
File metadata
- Download URL: yt_idefix-0.2.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e0d4a50817101cbd8039b340657c15222516ad7832806b8c4ab728b0d3144c3 |
|
MD5 | 331330098711c08be0a1007b029a920a |
|
BLAKE2b-256 | 4b186b71031bc62c9309c0dda137ae67ea1592d1a0a1c37d3a760943b601018e |
Provenance
File details
Details for the file yt_idefix-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: yt_idefix-0.2.0-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db3bce42383d9bf6b23a46e66a2cde01cbb3833cefadb1d900fe429a0ce8a557 |
|
MD5 | 41bbe61576f63148e322ca57bf9a5263 |
|
BLAKE2b-256 | 71b8612324894b91b61c0ecceeb5a5aa7483a5db89e7b90e0fd14bb4182cf227 |