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

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 logo

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

PlasmaFAIR logo

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.5.0.tar.gz (291.2 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.5.0-cp314-cp314t-win_amd64.whl (343.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

sdf_xarray-0.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (609.7 kB view details)

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

sdf_xarray-0.5.0-cp314-cp314t-macosx_11_0_arm64.whl (443.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sdf_xarray-0.5.0-cp314-cp314t-macosx_10_13_x86_64.whl (482.9 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

sdf_xarray-0.5.0-cp314-cp314-win_amd64.whl (324.1 kB view details)

Uploaded CPython 3.14Windows x86-64

sdf_xarray-0.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (616.9 kB view details)

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

sdf_xarray-0.5.0-cp314-cp314-macosx_11_0_arm64.whl (435.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sdf_xarray-0.5.0-cp314-cp314-macosx_10_13_x86_64.whl (474.9 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

sdf_xarray-0.5.0-cp313-cp313-win_amd64.whl (318.2 kB view details)

Uploaded CPython 3.13Windows x86-64

sdf_xarray-0.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (615.9 kB view details)

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

sdf_xarray-0.5.0-cp313-cp313-macosx_11_0_arm64.whl (433.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sdf_xarray-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl (474.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sdf_xarray-0.5.0-cp312-cp312-win_amd64.whl (318.1 kB view details)

Uploaded CPython 3.12Windows x86-64

sdf_xarray-0.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (615.7 kB view details)

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

sdf_xarray-0.5.0-cp312-cp312-macosx_11_0_arm64.whl (435.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sdf_xarray-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl (475.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

sdf_xarray-0.5.0-cp311-cp311-win_amd64.whl (319.7 kB view details)

Uploaded CPython 3.11Windows x86-64

sdf_xarray-0.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (618.3 kB view details)

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

sdf_xarray-0.5.0-cp311-cp311-macosx_11_0_arm64.whl (435.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sdf_xarray-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl (454.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: sdf_xarray-0.5.0.tar.gz
  • Upload date:
  • Size: 291.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sdf_xarray-0.5.0.tar.gz
Algorithm Hash digest
SHA256 b281ad50b34dc4241f5babeef32842e5198967a5392eb12c9bfce3344a303973
MD5 20d4a70f93677e7d88ac12d4d7db21f2
BLAKE2b-256 f7dad48f305c8445ffc3fb0c0bf7e276999dcb89b3338cf43b5a784c2616f365

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for sdf_xarray-0.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d6b1f0b03bac898d8a729a3889e3498b59dceebf57c2c84c42cfac88a51ff2fb
MD5 f6a970a83b420841a79d5a9762903b40
BLAKE2b-256 376e34d0a4f4830b796a089180984de0e194f40bad6bf976808ef402bbc07fac

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.5.0-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.5.0-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.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ec7d106fc90849b419c86a6a86ce86b67796b1c77cc3d5b9aaab0bb54e4838dc
MD5 14da5127134c499f3183c1fb5cba1138
BLAKE2b-256 4be5b437e47c6e2e75ca9a118271049ad0393044333071b6cf4061615fd96200

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f697d7fb689eb8e01a38b0f47cc46cef9c85701a3339fcb91b861cc75ea361e
MD5 d066142f38efef984c472e691f53e6f4
BLAKE2b-256 2c6724ef17ab3d6fd1d94f93d1e0db27dd20f657a630d71ce98506c6cd235a41

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.5.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4da8037c5bd649165103031819d941b82d089179b5632daf5b8f0b36645bb796
MD5 58d39150c4dec73175cbb14790131c6d
BLAKE2b-256 78b23471e4156db6231493e98fc8464447a587ce69182c0c38cd8bc89a794364

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for sdf_xarray-0.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 294f39155133e09d5680114dbd8bca7ea5f69154c28451e67cdb5bf1438d4ec4
MD5 13b9c0dd2955746aba1acf943f0918c1
BLAKE2b-256 f076c57888311301b4ddd5d8f9b3bbc0a9d07a7932a1d15f5a51e1ab91948c44

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.5.0-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.5.0-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.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f565f228d8954f8ff23e649d463b2ffe4486fd188229776e628066b74a12b51f
MD5 65b3f7c2dc74ac45546b75e643ca9d46
BLAKE2b-256 bee4c684f0e97708f1036e8ef4e4e06277486f5f011a193d1d2a8c5b9060f855

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf4ddf537d0c9fa69a062f150b5c4b9932fc5b8983a93f8dc275f6396ccf7894
MD5 6296f92b6eb9f0a4013e9b1668a69ae9
BLAKE2b-256 4cb422ae8d402db6247dccc8745ae935f6aec076a1cadd560f32aa6fe792d560

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.5.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 82fd7a32ba2ae65900328d36933a69fb41370a3f89b804e86da5538acbd68c8a
MD5 82095412cd89d83e349549a0cb237cde
BLAKE2b-256 d01f072f17527c930831c5ed6c27e0ef91ace6ed83182337168cae1f182ecb89

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for sdf_xarray-0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 71f625984282b66f5ea31e00a4041be105cec6adbc7cdc67caf320e2d94f1732
MD5 a18b4900564de30301a1938627e1d314
BLAKE2b-256 286923dbc7c286462de10561231bbf1fe21f15d5fe9c7c2ffec23f2be6433cb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.5.0-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.5.0-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.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3371848f030d049f7d761d48f7b5f76005fe3acab62ce908f195def88908c5ef
MD5 0405c6ce877b95ea963c244642ed5fb7
BLAKE2b-256 8917ea888fe24e9eb6e619134c670502cb17554a8a68d7adf2dbb07e2a93e37e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9adf35b80a964a5429b9780cfe7f3a88a77bcd79434485d07be6b9311cd3661b
MD5 b7f01228b750c5dfd65b8a4f4c93b887
BLAKE2b-256 35fd1c3001962c27f62ec55ef1da80ab99ab5b373dee759a9fc0f5a95a9437c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.5.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 02f1999be43cec242bf6c40ffb410de2874850efdc511680df217dad16b504b1
MD5 fdd12421be9ab542e8b4e8ac331fc2a1
BLAKE2b-256 31450eb51bde698c3832101c2abc61e01adc39fd6622338fea05af1f604b984c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for sdf_xarray-0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e2a252c2cd77b49b4c801486fa7c664c9a86ea06ca39949674b1afba914b4cc2
MD5 fcf0f36bd0a0ab7c44a19dfb0d84eb2e
BLAKE2b-256 241fcaeabacd38575fed1a316d637d32337ac606e8c7d8274dccefef08538ff9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.5.0-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.5.0-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.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bdee8606f9594d5a7631674bbb24186a0f5bdcbe933135afa5e56e235eeb017f
MD5 dc40501dfc91118d5c3a42b79f94cce1
BLAKE2b-256 db260c148c2c61ca838c7a00248ffd0a642b79343db01141915c9b62d9759224

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf22963c0694b1f9674156612d667524304e7815795d9cbde133f8a57c1c8c8e
MD5 46d5da17be07a9252b488be708e12d22
BLAKE2b-256 dcf7b238a34cb37435bdd3dc62f3104256444b84b97f07919c7e6177320e0482

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.5.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 10957caf8727c78a26f75d65debef8390ee52c5e9c25e6bc2e63903a746ef564
MD5 7a1cafb74f69f2d0d771fd2147a1b5db
BLAKE2b-256 104994edcb0e004a36658f42ea1daa162753baabf7178c1eb1c33b7a7a4784d5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for sdf_xarray-0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 01af1d7d42e0bb3bdc8f33ea0cd6aeae895849545e9b9afeaf3ee0e5a91fb9ab
MD5 d66673ff780a5a13e781b09175a44ceb
BLAKE2b-256 0320ca0bcd88df481608ef0ce94e8ec0d102c9760d717cde0ff780586cbef165

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.5.0-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.5.0-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.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27678368b54943b09f5e533ff96569d6c1518820d613de672530a80f022e5371
MD5 9b0f23eba1c83d86a17c41fafea7f534
BLAKE2b-256 29c0d6f8ab2f2e423c50e88843c831dc11e5f33344af07621d76a5cff8eb8a1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b699e6d2a598326a13e5a7f4504859a38a85690d3fe69c00721a28d865326286
MD5 3924ab2402f84955debf3c6119e6edcc
BLAKE2b-256 4d2de0266c4580823984bf6352307bf6fc04d1fe096d5c0e4ce13256c42e2cf1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb7e6488a131c879b19263204e19a22335ca440bfefd9061389258a88d233490
MD5 9aabc5a9097cfa82ecc423d969dde96a
BLAKE2b-256 c36639279e302028e6a73ce68653a2e7c9b58dae617c4304a10b62aaa355cd07

See more details on using hashes here.

Provenance

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