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.3.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.3-cp314-cp314t-win_amd64.whl (344.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

sdf_xarray-0.7.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (611.4 kB view details)

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

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sdf_xarray-0.7.3-cp314-cp314t-macosx_10_13_x86_64.whl (484.6 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

sdf_xarray-0.7.3-cp314-cp314-win_amd64.whl (325.8 kB view details)

Uploaded CPython 3.14Windows x86-64

sdf_xarray-0.7.3-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.3-cp314-cp314-macosx_11_0_arm64.whl (437.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sdf_xarray-0.7.3-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.3-cp313-cp313-win_amd64.whl (319.9 kB view details)

Uploaded CPython 3.13Windows x86-64

sdf_xarray-0.7.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (617.6 kB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

sdf_xarray-0.7.3-cp313-cp313-macosx_10_13_x86_64.whl (476.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sdf_xarray-0.7.3-cp312-cp312-win_amd64.whl (319.8 kB view details)

Uploaded CPython 3.12Windows x86-64

sdf_xarray-0.7.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (617.4 kB view details)

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

sdf_xarray-0.7.3-cp312-cp312-macosx_11_0_arm64.whl (436.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sdf_xarray-0.7.3-cp312-cp312-macosx_10_13_x86_64.whl (477.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

sdf_xarray-0.7.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (620.1 kB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

sdf_xarray-0.7.3-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.3.tar.gz.

File metadata

  • Download URL: sdf_xarray-0.7.3.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.3.tar.gz
Algorithm Hash digest
SHA256 cb327660115a68095b8fa38096a4e7b15bd15630c6ea45d948024cf3e0da3152
MD5 8fe6e4d95469224d06991fa636919f66
BLAKE2b-256 d2234cae18c30b0b3613c5b5bd4c18798b494ab51cc1be6da9d0cecc60530949

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3.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.3-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: sdf_xarray-0.7.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 344.8 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.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 480a216ff3e5f400976101f6950285be27aa015172bb1a646da49bd595d11aa7
MD5 34036aeb7ec12275b09bbd7854cff4b4
BLAKE2b-256 4de18b2ddb77915d5772cd2185a4afd91a92de78a9f4f2d8f5a05717b59211cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-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.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb40109fb24760d3be8b36333662b67ba84ba8f97da4af5a5d2d125c2351d72b
MD5 136f9668b92aa6e7a58de53eb0c3aa8e
BLAKE2b-256 14cf76ea87d3db309a011cbcf9a31163c3af5324d685ccd708183ce24d85aa4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d599d4555056457fee3f40cfc1f94009d81a45ce721a6439e0a5996d04be9ea
MD5 0d28ac78e40125f4299c8fc675580304
BLAKE2b-256 c938148a427399f35fc39294ea23865f5c771b1846d8990e7a5c4ca957c320c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.3-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f6091cd2e13f2cfd1d9188b68dfc9f130915db56f6e1495233e99edf96fc972d
MD5 b30070acc88536c61d88e1b463163dfe
BLAKE2b-256 cb829c0ab7d449459d8278ae2a2cf28609fba276cee236b1854a16b0f12a3db6

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sdf_xarray-0.7.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 325.8 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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c5e84809e91161e3aa9d5ffef1b19b1b297fc6f7fc525cd045097afd9f168b8d
MD5 aaf520b03e8dc22c25a22bc83ecf7be4
BLAKE2b-256 1b3438b48d300f6c9a330bf07dd99888d6ad3526031a2a0c7f9295ee40957ffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-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.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b9cdf0aa014eaa68d8f9d6d8a03171adefc92539c2d171e700106c0598ac487
MD5 5f52b8eccdf81c3241330e19d1212608
BLAKE2b-256 d15a342e5fed338f12229f35b2f3857a36564f284068a1123588739efd690058

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86d258b1227ee787a1e15b4ee5496d7e67689473b5f8c9425c810350f7196d36
MD5 d80884d481661663e2f0a6d88398b796
BLAKE2b-256 012340c15d4a2fe073a058fe82f7b72c12fe2470d0e784b480211a684818b34e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.3-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1ddd58d61ef758f724396cad9f5e27b94845db4cf16a518a0c09c6e0a6e79f82
MD5 bf1135e19f8139beb1252bc42d83dfc8
BLAKE2b-256 a7aad2079abcb9e47d01ba97bfbd87408eebb8653d338559362dcfc3596d547a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sdf_xarray-0.7.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 319.9 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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b9dc68cb48d405285ff19c2efe9e193947625c203acfbc3a15dcc495aefb617a
MD5 7d12f3bf4321124bc2060c54e8f02fc3
BLAKE2b-256 f01b8b9fe27f1128d9e0e0eeba3402c433f05f61f927c7cf532dc9c91b75b74e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-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.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5ede6a9fbfdfa336102c6e0e8ded38d7ea07d6631622d636622ba6798629ab18
MD5 921104b8b9f4df21088b8aaacf5da307
BLAKE2b-256 3ca45c3fda75e24d1a4458dfd4d42f174d90dd52a5d241499a63218ca64cca02

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6947f193a641979ccde6470936faf892413321eb76a30b0f3bcf27353f5451f
MD5 00ca0d5b7eae19625f68f8886521784a
BLAKE2b-256 a552e36cfedf83c3056cdaef17908b7c9c773a0776721df4c4406c6b76bea929

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 327105b9b8438194e7ec6ebee0f43e48652d6adfb15c11b25c89ec4b45b1a8dc
MD5 4c70e63daf1a53fa2b7b64650f100440
BLAKE2b-256 5e776d5e930b377eb5e2e66f4359e910568e32c4bb61b5de68a11946d0c98f8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sdf_xarray-0.7.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 319.8 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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cd88e3a9839419d03d42752c556e2b8c62c0fae500c11394fbcb2d58fd053682
MD5 217d9e4327f01455f9194e6506c58927
BLAKE2b-256 9c605eb4c1148aa536ad54e23dd8eb0155262bf229a1a5fa0145097a049955ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-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.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49d6f78d11d1fa766d32b6f26cc0b41d994d6602ff13803e71c4763ab91687a1
MD5 e3b58b887c35feec58c5e0ef64657802
BLAKE2b-256 216fb7948a613b833aaa977e47e7246762a10a81c801ee232049463904cc3cfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50c6c63053893919b6c38b19ce485a29744cd673b3f03d08157ea2633226cd3d
MD5 d1c5fc8f80891cc3451b7c3f8e65265b
BLAKE2b-256 7e108dd387ec841e58864244e5035fbe898b53ebbae5d21fd4a4083ee6ef0fc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4d6d153be8b7c52be16b5b8ae1c758e07986a75f6765841e8f051218d9fae1e9
MD5 b3e6846c6486111087cf506068c68952
BLAKE2b-256 f52fd7d4c255dfe3cac022812d172d902a13076b1cd74a864df5222de194a4a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sdf_xarray-0.7.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 deb931ab2fd7278bb718369f43efe86a72b9895b2068feb3970f174204ac5981
MD5 2154fc744383ece824ded335fc1b0c66
BLAKE2b-256 71638beaafb085d51bb7f5d30c5435cfe802412c51e7dceb0631ea1d483fea1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-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.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 64fb2b3b336c1d00d646d2ba8f5b1c21c49e43aafa2e682b1291f67768b53e0a
MD5 32f00dd782c0fa1bd1134bba73f0ce81
BLAKE2b-256 b392c77cc24797df82f995b60881e051494ea5451a32f6d9552d7eb19c71f3ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 59e2ad6715b6ab3e850883b15f0e079e97bc3aaea4cd37f0c7a532556e382f88
MD5 42c306c2c786c20a9d2627c08cb2110b
BLAKE2b-256 8ec8e9a09b7a1b519b0cb76cb73148edfd989b5206bd28c60d89a0d3fea5bdfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.7.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2776eab2648c56187f843c55c7591e53d898c8575bb41d9ace176e308995ebd
MD5 3156215886847e582a98059ae0313a08
BLAKE2b-256 cd1b1ea41ef674c42101565470580aeab7ff96b00c584fb99fc82844fccd4279

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.3-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