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.2.tar.gz (323.4 kB 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.2-cp314-cp314t-win_amd64.whl (345.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

sdf_xarray-0.7.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (611.7 kB view details)

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

sdf_xarray-0.7.2-cp314-cp314t-macosx_11_0_arm64.whl (445.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sdf_xarray-0.7.2-cp314-cp314t-macosx_10_13_x86_64.whl (484.9 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

sdf_xarray-0.7.2-cp314-cp314-win_amd64.whl (326.1 kB view details)

Uploaded CPython 3.14Windows x86-64

sdf_xarray-0.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (618.9 kB view details)

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

sdf_xarray-0.7.2-cp314-cp314-macosx_11_0_arm64.whl (437.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sdf_xarray-0.7.2-cp314-cp314-macosx_10_13_x86_64.whl (476.8 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

sdf_xarray-0.7.2-cp313-cp313-win_amd64.whl (320.2 kB view details)

Uploaded CPython 3.13Windows x86-64

sdf_xarray-0.7.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (617.8 kB view details)

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

sdf_xarray-0.7.2-cp313-cp313-macosx_11_0_arm64.whl (435.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sdf_xarray-0.7.2-cp313-cp313-macosx_10_13_x86_64.whl (476.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sdf_xarray-0.7.2-cp312-cp312-win_amd64.whl (320.1 kB view details)

Uploaded CPython 3.12Windows x86-64

sdf_xarray-0.7.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (617.7 kB view details)

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

sdf_xarray-0.7.2-cp312-cp312-macosx_11_0_arm64.whl (437.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sdf_xarray-0.7.2-cp312-cp312-macosx_10_13_x86_64.whl (477.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

sdf_xarray-0.7.2-cp311-cp311-win_amd64.whl (321.7 kB view details)

Uploaded CPython 3.11Windows x86-64

sdf_xarray-0.7.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (620.3 kB view details)

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

sdf_xarray-0.7.2-cp311-cp311-macosx_11_0_arm64.whl (437.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sdf_xarray-0.7.2-cp311-cp311-macosx_10_9_x86_64.whl (456.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: sdf_xarray-0.7.2.tar.gz
  • Upload date:
  • Size: 323.4 kB
  • 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.2.tar.gz
Algorithm Hash digest
SHA256 6677758580fb47e43f751b19d77d12a472e3323c4c302ac9154543ddc20296aa
MD5 d2976ed658ba5c160212a02501c90682
BLAKE2b-256 1128154124e9bc193be931156f2796d9129fa2dc6d9bbb0dc0aea224b63d16b3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 345.1 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.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 dcca7995307e91d2fb5433ef197fa555bf061e90c7fd938eea24220850016041
MD5 77a232735e8323435fe68ede9a167736
BLAKE2b-256 7d37490875ee3cd33d1c122039955c4ced3b9b0253cc413bbe1662a106d0c582

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.2-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.2-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.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0c84b0e9204e8390abe943eed9c6c8cd71fee8fc3c958e1c2120dae80c65114
MD5 18a9cd9d19b11caaa6f18937c411beb3
BLAKE2b-256 3ceca10324f7e8e3c893202f1dd015e0cc15aff0bb296f33663901cd484361f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66eee49a7b801c3d8823f745b6b22e5661095ceee517d1b163671e87978e0108
MD5 b8c5f2239e90ee77b1b82a17b0f33807
BLAKE2b-256 06d0108870342184d99107b393ab36d3fbcd3425cd93e82df4f01124247abd57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.2-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 021153e5e6a132b11a94c3b5cac9e582abc7242cd38b596bba3eed5bc9f67850
MD5 24f0d347fe42ae4d1c5e7dac7457f26e
BLAKE2b-256 5d0087b510c307126d6ebea716defd4ddf637cb64c4751dc9f0ff397f393fd3b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 326.1 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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 624dc8edcdcf8e80fbef3db468e85c5ee913c9675854541d0c90b24d02c7f4e7
MD5 175833bd81cb89f252e777db023c1b18
BLAKE2b-256 f1d15153dcd2514ed58490e538c8de095aa5c5912a09d0dba9cc5235804c8add

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.2-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.2-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.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f0560b73d0fc9bf03a0da53b14c80337ec626b8fa5b75ae3f3bfe925f27a9939
MD5 88dcb9bb848dfb0a9333c02c50177eb7
BLAKE2b-256 3464adfca3ada919dffc62a2ecc39becd360da785ced4a19d42f9e0672ddf939

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 741acb0cbe0e607a824add1f09f5b469bb5c477867a8139e11bba70ff9194166
MD5 8642b5ebabb5863550165e839a13bee8
BLAKE2b-256 7a65af894f728a05522dadb6f80001bb198936f659f55d9a6fbc90e181574aea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.2-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7c931b360d786068c5b8ff86491d5b8b5b677e948e9a35c65d4d742c58ad829e
MD5 c7e218e5cd3d1235c328acb36b35f574
BLAKE2b-256 8b84dcfc837c2fa0d74621e0f570b8caa361cd8fe5832d4bdb25e66b14efa36b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 320.2 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ea32933180d9e6ee16e72c7aa9e3c22e2aaae8c0bf70db40ffd69498f185a118
MD5 69edcec49396d11f362cb22629ddb58f
BLAKE2b-256 401edbcb7f558cfeead310efde1df6f6b69654059cec2c68e2fe5a10997dac1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.2-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.2-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.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57ada63c9deabf9fe81349cb5eb6f52e1e6207140c5080517ac946037394037b
MD5 451022d297f8fd39b678bec49e98d837
BLAKE2b-256 68418b30e697071e3b6a2fde7e9e590289b374d33f1ed65a4ab2720f158eef4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9dbeb3c27d09b40af0d180c33ebd03b2cff9b73baf30f8f16f2d5478698748a
MD5 5b1e85a9203203e5037d2c0b663f9cdd
BLAKE2b-256 ec46bde3cf9f7b8108bc0836d915538c1f3fb3697e9dfaf2ebda2ce1430f8e14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7116f0f91027c2dba4d5074bdc1bdb60aca15819559487871c759f120f51fd9d
MD5 764683523ee5f082632cbe008443380c
BLAKE2b-256 794614e588e1c6a6b04a10305d175369fc1c2085368b7e4e69c952cb2b449999

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 320.1 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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 068921d36a597ac36d7c56e6137d3a11f3d11a6fe539c55a18a9154184ed481b
MD5 5949e3e392637fb707daa9e47578974f
BLAKE2b-256 2910aebe1baae4a5101c449287c5a7430b7668b27d638a1caf152c49ff8dde3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.2-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.2-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.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 804841d8857209ad2745ecabaa85f95168bcb63c687f121946e52c0a26bff6b3
MD5 2991fef91ff13423e078f627a08cc833
BLAKE2b-256 b10c5eb9bd1431ab660f0d189bd1c8817f7ee84457b51ad2063b548e8c036363

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 020c0a3a85da67bd35c3d1c4adbb4a34d8ee505d8ea6529a23336a9348d3bbb5
MD5 b38bb0aeafa8149b99585de6966a5dbb
BLAKE2b-256 6e06ed21229f31e8dc21faf65d31eb23d6788420d0a9179379edbef9f52a62af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2a69e693215e60c748825fe98ebfb739152f1cae292ffdaa7efce61b0fb6554c
MD5 e3544fbae45450398a8b7ca06e58d268
BLAKE2b-256 d5194e135cafd20cb0478543ee443dd50a524c11dea3caf8812494a78d5c3279

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 321.7 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 143ae8b808cdad9fb6838affbfd2b4f80a9caac0749cd23952b2198210600480
MD5 3e9976c104ae6c9cb4e463246d540551
BLAKE2b-256 09f5497e753425b8f5b3668feac41706c0f780bff825b5366c995ad3c683dee8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.2-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.2-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.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be67b03e03c65c661b1d3d6b0cd596d180f9b30f7ca7dbccfb3d02041d828e3b
MD5 115707f46e340e0ab6fa4085755f9515
BLAKE2b-256 ff011f9d1db7b7deb8ea32a2012219733edc7206ebc92ff3049571da3fbb709c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84a2e82d497c08603bcd1afd65f1c9541cb65b4b2eb745c0109b852e5afe1b1b
MD5 163f6be5a5e10a425c311de47773e474
BLAKE2b-256 113c249af6324342fc0ae5368d3ae43715dc97b6ad93fea69873bb7cc76b2af9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 63235f5bce1cf34efc5fb948e67185468f038efbf2576b2f6b7f47e48425cbda
MD5 7f13fe635f7a79d3a8ca9db1e4ffea5f
BLAKE2b-256 77c87b9546fde9c063e38699a3369e610171f2e155bd22c08edd10618d299922

See more details on using hashes here.

Provenance

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