Skip to main content

Provides a backend for xarray to read SDF files as created by the EPOCH plasma PIC code.

Project description

sdf-xarray logo


Dynamic TOML Badge Available on PyPI DOI Build/Publish Tests Read the Docs Ruff

sdf-xarray provides a backend for xarray to read SDF files as created by EPOCH using the SDF-C library. Part of BEAM (Broad EPOCH Analysis Modules).

Installation

[!IMPORTANT] To install this package make sure you are using one of the Python versions listed above.

Install from PyPI with:

pip install sdf-xarray

or download this code locally:

git clone --recursive https://github.com/epochpic/sdf-xarray.git
cd sdf-xarray
pip install .

We recommend switching to uv to manage packages.

Usage

Below are some simple examples to get you started. Please read the full documentation here https://sdf-xarray.readthedocs.io.

Single file loading

import xarray as xr

df = xr.open_dataset("0010.sdf")

print(df["Electric_Field_Ex"])

# <xarray.DataArray 'Electric_Field_Ex' (X_x_px_deltaf_electron_beam: 16)> Size: 128B
# [16 values with dtype=float64]
# Coordinates:
#   * X_x_px_deltaf_electron_beam  (X_x_px_deltaf_electron_beam) float64 128B 1...
# Attributes:
#     units:    V/m
#     full_name: "Electric Field/Ex"

Multi-file loading

You can open all the SDF files for a given simulation by calling the open_mfdataset function from sdf_xarray. This will additionally add a time dimension using the "time" value stored in each files attributes.

[!IMPORTANT] If your simulation has multiple output blocks so that not all variables are output at every time step, then at the timesteps where those variables are not present they will have have a value of nan. To clean your dataset by removing these nan values we suggest using the xarray.DataArray.dropna function or loading sparse data along separate time dimensions using separate_times=True.

from sdf_xarray import open_mfdataset

ds = open_mfdataset("*.sdf")
print(ds)

# Dimensions:
# time: 301, X_Grid_mid: 128, ...
# Coordinates: (9) ...
# Data variables: (18) ...
# Indexes: (9) ...
# Attributes: (22) ...

Citing

If sdf-xarray contributes to a project that leads to publication, please acknowledge this by citing sdf-xarray. This can be done by clicking the "cite this repository" button located near the top right of this page.

Contributing

We welcome contributions to the BEAM ecosystem! Whether it's reporting issues, suggesting features, or submitting pull requests, your input helps improve these tools for the community.

How to Contribute

There are many ways to get involved:

  • Report bugs: Found something not working as expected? Open an issue with as much detail as possible.
  • Request a feature: Got an idea for a new feature or enhancement? Open a feature request on GitHub Issues!
  • Improve the documentation: We aim to keep our docs clear and helpful—if something's missing or unclear, feel free to suggest edits.
  • Submit code changes: Bug fixes, refactoring, or new features are welcome.

All code is automatically linted, formatted, and tested via GitHub Actions.

To run checks locally before opening a pull request, see CONTRIBUTING.md or readthedocs documentation

Broad EPOCH Analysis Modules (BEAM)

BEAM is a collection of independent yet complementary open-source tools for analysing EPOCH simulations, designed to be modular so researchers can adopt only the components they require without being constrained by a rigid framework. In line with the FAIR principles — Findable, Accessible, Interoperable, and Reusable — each package is openly published with clear documentation and versioning (Findable), distributed via public repositories (Accessible), designed to follow common standards for data structures and interfaces (Interoperable), and includes licensing and metadata to support long-term use and adaptation (Reusable). The packages are as follows:

  • sdf-xarray: Reading and processing SDF files and converting them to xarray.
  • epydeck: Input deck reader and writer.
  • epyscan: Create campaigns over a given parameter space using various sampling methods.

PlasmaFAIR

Originally developed by PlasmaFAIR, EPSRC Grant EP/V051822/1

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

sdf_xarray-0.7.4.tar.gz (2.5 MB view details)

Uploaded Source

Built Distributions

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

sdf_xarray-0.7.4-cp314-cp314t-win_amd64.whl (344.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

sdf_xarray-0.7.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (611.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sdf_xarray-0.7.4-cp314-cp314t-macosx_11_0_arm64.whl (445.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sdf_xarray-0.7.4-cp314-cp314t-macosx_10_13_x86_64.whl (484.7 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

sdf_xarray-0.7.4-cp314-cp314-win_amd64.whl (325.9 kB view details)

Uploaded CPython 3.14Windows x86-64

sdf_xarray-0.7.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (618.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sdf_xarray-0.7.4-cp314-cp314-macosx_11_0_arm64.whl (437.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sdf_xarray-0.7.4-cp314-cp314-macosx_10_13_x86_64.whl (476.6 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

sdf_xarray-0.7.4-cp313-cp313-win_amd64.whl (320.0 kB view details)

Uploaded CPython 3.13Windows x86-64

sdf_xarray-0.7.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (617.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sdf_xarray-0.7.4-cp313-cp313-macosx_11_0_arm64.whl (435.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sdf_xarray-0.7.4-cp313-cp313-macosx_10_13_x86_64.whl (476.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sdf_xarray-0.7.4-cp312-cp312-win_amd64.whl (319.9 kB view details)

Uploaded CPython 3.12Windows x86-64

sdf_xarray-0.7.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (617.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sdf_xarray-0.7.4-cp312-cp312-macosx_11_0_arm64.whl (436.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sdf_xarray-0.7.4-cp312-cp312-macosx_10_13_x86_64.whl (477.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

sdf_xarray-0.7.4-cp311-cp311-win_amd64.whl (321.5 kB view details)

Uploaded CPython 3.11Windows x86-64

sdf_xarray-0.7.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (620.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sdf_xarray-0.7.4-cp311-cp311-macosx_11_0_arm64.whl (437.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sdf_xarray-0.7.4-cp311-cp311-macosx_10_9_x86_64.whl (456.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file sdf_xarray-0.7.4.tar.gz.

File metadata

  • Download URL: sdf_xarray-0.7.4.tar.gz
  • Upload date:
  • Size: 2.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sdf_xarray-0.7.4.tar.gz
Algorithm Hash digest
SHA256 0045c5c2c689aefaba58006f83d79677016a07822ab820139f3bd93b472c72c5
MD5 bcc231cb378dabc54308efe5725c24ce
BLAKE2b-256 cf07677c08c452d51fae7a8e4fcf112a4d47c23558e3f6379078051f0f16fcc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4.tar.gz:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: sdf_xarray-0.7.4-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 344.9 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sdf_xarray-0.7.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 75fed1f43f01726a73716f8d2e0e18fde01808e2935d2fe3997a8e4a2cd6f211
MD5 e50b265ac94cf7c6c2e1aba62c8dbe6a
BLAKE2b-256 cb4e9085366e4126e04155855ab063ffa7692b1a891594b16a9a8084161d79f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp314-cp314t-win_amd64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7fe0647784cf393b9276891854ab6a07a32806c35bc8ea7f32fce3e7a95cc540
MD5 cceda0aa6832118d9391f386d6bcdff1
BLAKE2b-256 04d3a7add8b7dbcb5a5a33dadf734e62c13f9e2741bed7bc5560a3012d0accd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 996f632fe1135956014cbc509aa1c8d520e0056d83cc01ad6e9d74ea1cb4cf27
MD5 00392ec739ce570e4ffee2faf087e628
BLAKE2b-256 8179b58eb05894e0f2278f6bd8de675f49400daf9275fd0c676af5a4ad48df50

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 087504771d53d0b0f5aae89aa5960aa8a527e6c4c378ab858ea7cd211f0ea6d3
MD5 6a8ee6c7277392bdb56e7239f9788e16
BLAKE2b-256 87bd8a86ea7e47d3a6e20888b9daed88a0a1d01378bbeee8b1be515c4976576e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp314-cp314t-macosx_10_13_x86_64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sdf_xarray-0.7.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 325.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sdf_xarray-0.7.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 16a3dc66b48cec9666e0f2174a3150a72471f43c2fbd32492aa27caddee3c1eb
MD5 f7ac66d0542ff93fb70cf2732a9a5f22
BLAKE2b-256 24992c0efc73e290d40245555042106b2e750929a0a5e0e5d9ddd3b5473574a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp314-cp314-win_amd64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c59edf675b88b6faeedb85399ebd79f38eabe7644cef3b986cde37da6f4f029
MD5 d8751143bd4e4a849a4cd8052be6b889
BLAKE2b-256 26fdde27c7185f99063583ea591fc20fdab2d200fa52aa56d3ff02f0eb767315

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7ae3c82994a08e52c00351f8026698252241774d5834375c0a90218138c397d
MD5 7f87d61c58b5f34603a147357714edf6
BLAKE2b-256 9d8d9821ab6406542885fa81cccb69b9060c62ed81facf2b40f67cd37035850f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 96f1b725af619b2b76b5754c4ef3d5d226a7648751082068f7ab6ad840825757
MD5 115ddbd85df63328809cd1d9ced1c145
BLAKE2b-256 d7b1634d2f9585c0c28daa990b337ba85a0404d9f2ce9fe95d7b284fa8ae94e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp314-cp314-macosx_10_13_x86_64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sdf_xarray-0.7.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 320.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sdf_xarray-0.7.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3f993fc2c592f9a75dcc650a23897fe9b338d35715033ef80bdbd6cf96f91069
MD5 cb81cb5b57b603c9c646e0ad0ab7a61a
BLAKE2b-256 6713e2eb9120d1f52472080bb852a74a6e0c2c7d56cb21c191b2bb805e1f0309

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp313-cp313-win_amd64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e24f9ed3f877f892334d0128661352fe5780a26b69a6076b459067a429f0958
MD5 9f82228175ff986183af948d3ac88855
BLAKE2b-256 b863df9967088beec82a640109270c53385cb415dd7f8406848636230219a3cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 969d8337fd723cd94c716436a8397999a4a4c294f04d745e568313d299a0cc55
MD5 f7480cce7af9090d2a0f5e40121927f6
BLAKE2b-256 dc44385d0453d32a0b94561b8edf9713ad5060c042068dae23eb45248881cd71

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7eb986a04c79af57c4b9e715ac051533d24cd490fa62d22920166dadfbf81a0d
MD5 c521c3ef64192e31e4740a5153030006
BLAKE2b-256 a75df2bd5f5a6136437357c94fc2031d2dc4a6b6909fb4271275a41fcb5987f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sdf_xarray-0.7.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 319.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sdf_xarray-0.7.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fd4a7fba580c05e0d797203f7155004a7bb4496093b7a913201d25a549828631
MD5 12e8468f7edacfebb348493b1b12549e
BLAKE2b-256 75da59d29d671a76eea059c79135e93264948d61966abced5b9e8b1964b81aa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp312-cp312-win_amd64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0af1c55ba42a4e7f4771559a116525d43fe820e4f37c07a5e893cf7e773896cd
MD5 8ec679edde15ca1f6f0e562aa19ed3ff
BLAKE2b-256 de382ae676107efe17e50fcc635e156d7f6c46a1e0b1a4c600bca968adc1e0f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d55f383813467aafc1a0c2e275e3bb784601a301e360d3fcca160983b827e267
MD5 8603cd8dbef77d106eadfe3d00ab32d1
BLAKE2b-256 95fa5224519f1c3d46c37dd7888ec5aa861dc0892bb73a5e11072a7b9313802b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c4eb171eb1e9264696d3248fc99a255c2e586ea0fe7db11737565715bf7daea6
MD5 3f657ab1ca0d64c7b1a3a98f78e32c2a
BLAKE2b-256 ce1c67212d992c6dda4f41f8b1f57c930303ebada8ab7d6fa0d2e0a3205490f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sdf_xarray-0.7.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 321.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sdf_xarray-0.7.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aa76227399bc217af3bf85a4e9e5586ff188685bc80f9b13f91754d266a99497
MD5 6d4bda926b5780b7431e5de68b7d64ce
BLAKE2b-256 a84a40d95c556e22f7b95932e894ffea8d29b6f525e38e5de897254085ba1639

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp311-cp311-win_amd64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b11c231e7d1c85f706001ea59fdcc7811e82e64e812f60cdedecefd4b768df5e
MD5 deccce04427ce8607697ff94faf8705d
BLAKE2b-256 4c0cde4b38633fcdc5bcb3e15d40a6cb332c1c344c441491afcf19c82ae1a60a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d458202026a0938986f163bf0df20f26092734653d7ebe95e3cdbe7a274be3a9
MD5 44a17d03775b6d0f13568988446846d9
BLAKE2b-256 e306d823ad7c2fb5307c545be54ad9880eab3e6734d45010b26ffac3b4f0bfe9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sdf_xarray-0.7.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f25b12c47f87a864045930d85bc4d8a6a61eb1aa351f6297557a677899960beb
MD5 80441d491abb5d19eefac1a02a3cac97
BLAKE2b-256 567635664fdaacd6000250ea490fc358475be2db68a9c781bd574abbb410c664

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.4-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build_publish.yml on epochpic/sdf-xarray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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