Imas2xarray is a tool reading IMAS data in hdf5 format into xarray.
Project description
imas2xarray
Imas2xarray is a library that makes it as simple and intuitive as possible to read and write IMAS data in HDF5 format with Python. There is no need to manually define the paths or fiddle with the different dimensions and long keys.
Reading
>>> from imas2xarray import to_xarray
>>>
>>> path = '/pfs/work/g2aho/public/imasdb/test/3/92436/1/'
>>> ids = 'equilibrium'
>>>
>>> ds = to_xarray(path, ids)
>>> ds
<xarray.Dataset>
Dimensions: (time: 1, rho_tor_norm: 101, ion: 4)
Coordinates:
* time (time) float64 50.04
* rho_tor_norm (rho_tor_norm) float64 0.0 0.01 0.02 0.03 ... 0.98 0.99 1.0
Dimensions without coordinates: ion
Data variables: (12/14)
q (time, rho_tor_norm) float64 0.7887 0.7888 ... 4.262 4.845
collisionality (time, rho_tor_norm) float64 23.23 7.554 ... 7.31 10.19
t_i_ave (time, rho_tor_norm) float64 1.036e+04 1.036e+04 ... 508.4
... ...
n_e (time, rho_tor_norm) float64 7.976e+19 ... 1.742e+19
p_i (time, ion, rho_tor_norm) float64 1.242e+05 ... 0.2948
n_e_tot (time, rho_tor_norm) float64 7.976e+19 ... 1.742e+19
Writing
>>> from imas2xarray import to_imas
>>>
>>> ds['t_e'] *= 1.1
>>>
>>> to_imas(
>>> path,
>>> dataset=ds,
>>> ids=ids
>>> )
For more advanced use-cases and examples, please see the documentation.
Installing imas2xarray
To install:
pip install imas2xarray
Imas2xarray is supported on Python versions 3.9 or newer.
Development
Check out our Contributing Guidelines to get started with development.
Suggestions, improvements, and edits are most welcome.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file imas2xarray-0.4.0.tar.gz.
File metadata
- Download URL: imas2xarray-0.4.0.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4a2e4462430512c18ff44c192fa814da1490e343e9568d70615350822206232
|
|
| MD5 |
744830966d356282b0e32a8763f16418
|
|
| BLAKE2b-256 |
e1057cb0ca2620614497b7e7b1979b224ffe6b58bdd0cc74c431ce27ce999de8
|
File details
Details for the file imas2xarray-0.4.0-py3-none-any.whl.
File metadata
- Download URL: imas2xarray-0.4.0-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c18051453e514dfdc9b54b297bdcb1f61764f0219628942db63fa5f600de40f
|
|
| MD5 |
eb9c96da92493e650a724feb55688923
|
|
| BLAKE2b-256 |
f2c82312bc1a6cd9c48c312673e4a418d7cc390a452ec3681466d0943826442e
|