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.6.0.tar.gz (293.8 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.6.0-cp314-cp314t-win_amd64.whl (343.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

sdf_xarray-0.6.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (610.5 kB view details)

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

sdf_xarray-0.6.0-cp314-cp314t-macosx_11_0_arm64.whl (444.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sdf_xarray-0.6.0-cp314-cp314t-macosx_10_13_x86_64.whl (483.7 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

sdf_xarray-0.6.0-cp314-cp314-win_amd64.whl (324.9 kB view details)

Uploaded CPython 3.14Windows x86-64

sdf_xarray-0.6.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (617.8 kB view details)

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

sdf_xarray-0.6.0-cp314-cp314-macosx_11_0_arm64.whl (436.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sdf_xarray-0.6.0-cp314-cp314-macosx_10_13_x86_64.whl (475.7 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

sdf_xarray-0.6.0-cp313-cp313-win_amd64.whl (319.0 kB view details)

Uploaded CPython 3.13Windows x86-64

sdf_xarray-0.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (616.6 kB view details)

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

sdf_xarray-0.6.0-cp313-cp313-macosx_11_0_arm64.whl (434.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sdf_xarray-0.6.0-cp313-cp313-macosx_10_13_x86_64.whl (475.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sdf_xarray-0.6.0-cp312-cp312-win_amd64.whl (318.9 kB view details)

Uploaded CPython 3.12Windows x86-64

sdf_xarray-0.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (616.5 kB view details)

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

sdf_xarray-0.6.0-cp312-cp312-macosx_11_0_arm64.whl (435.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sdf_xarray-0.6.0-cp312-cp312-macosx_10_13_x86_64.whl (476.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

sdf_xarray-0.6.0-cp311-cp311-win_amd64.whl (320.6 kB view details)

Uploaded CPython 3.11Windows x86-64

sdf_xarray-0.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (619.2 kB view details)

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

sdf_xarray-0.6.0-cp311-cp311-macosx_11_0_arm64.whl (436.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sdf_xarray-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl (455.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: sdf_xarray-0.6.0.tar.gz
  • Upload date:
  • Size: 293.8 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.6.0.tar.gz
Algorithm Hash digest
SHA256 43d45112a24c21f1da2cb7d316a2a3ce49ee3f7a1bcdebe79b7bcfbba69fe8e4
MD5 182bd3c72224f683e3e016feacd40333
BLAKE2b-256 261b7a4c1d9967c17225a27899593f6e491303f13707b66d9628ffa97a56115e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.6.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 343.9 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.6.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1baab6e917c25113f48c793eb314d9c0d903b007f7cdf47c47ae5a6efe560869
MD5 7fd314fcecc41639eeae3958c29fb50f
BLAKE2b-256 57a1f864c0106fe3737799541031aa07d8e5187a7b940c5bf6a4898a7909480a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.6.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.6.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.6.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b297b9234a1674eac66c3410359853cbb5fb50818ea7aa2c9b9faf8b82566333
MD5 440f94afd113ae60ed03c2dbe202045d
BLAKE2b-256 be8b4e82365f9c6667d0cb76526b56026ebdcbc934472667978f54e940d5f33d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.6.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f81c05273da31f498e1c5c85f9e01fbc07c2d217893c270a3275197c82a029d
MD5 a87788258cdfa7cc191388372348c151
BLAKE2b-256 f371a93694b11129765c6cfffbffe220a765366766f359f0931d68b8dbf877ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.6.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 bf5b5e648be49ba72df10a675fac12a6687cb7344bac2b8453584656aca31569
MD5 4755838f91259a3a54f755a0d866f6c1
BLAKE2b-256 b7d37a33d6b60928898f94bf6552eee8e9f57774d43cc9413495ff7638549ef5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.6.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 324.9 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.6.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3db2cc22a6e5c799ec65c02435d1c9919154d652faf654eb5d8e4cd2f547bf45
MD5 dcadead632fc6024e8a74a6f00e65f7b
BLAKE2b-256 25ffbdfc0a4ffd37c3c7aa5c3b0fb478269577d965ec9821afda6067d3db42fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.6.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.6.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.6.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc0c69ca3bc8d31b43e04abc6a2d757bfa90980a1ce079752b08c6fa6aa4d4f5
MD5 7bc1c7cfd1bc908cb1b54f66df4a8389
BLAKE2b-256 f6786f9c757f6c764233f3e377fc3b3819668203a68ddf82906afcc36fee347a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.6.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33d9a0809cfb37f9855f8b049d22dc981abc39bb844a2e6d50d0d2a3b891ff78
MD5 ff8d10e0349a04d95830ae69faa84fa4
BLAKE2b-256 990f60536cee9b82ff1dff368acd0e4c983862f52d4328ce806d6d475e4d3e68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.6.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e3c1e6c20fbd92e7df1aaab8a94aecec9cd732660bc8f4444e1783f0f8848442
MD5 79f08ef7ecdc98245113bf6540b54b76
BLAKE2b-256 b00292e11a23f763d8df3d514851676092fa65a132e402ba2c5b79d09627d9e2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.6.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 319.0 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.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ad0bda9871a7ea162e296738ca3fb8e98eac32305ac810f9ff918cf69ed5d61f
MD5 c2189d9622de5e796e6e820d5f7c2154
BLAKE2b-256 52ee9c443ca0648e0681925bb75d2ff135b57e094342f6e96600771f3910cf52

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.6.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.6.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.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c89378e264afbcceea8a09f9c65de9f44559cc08e61fe1ebc17603cc5dc737c
MD5 a7305e4994930d24bb6d3e4f99bdbca6
BLAKE2b-256 37838fdc88e4f9c9c6ed70104744be1cad3da153aba3d2175f12421b6cd1b8bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69f67048651831b17375caf1b5bc8692ad2ae63c3cbe5039dcb648cf53cc44d4
MD5 714e2f9730e3ac18cf19af85cadcc328
BLAKE2b-256 c2f06d320d36f80665b18f548d869c95ff5b33866f6a0ebf5579b3b7bc4df575

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.6.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 032dd86ed5adbb540699514a2f7ceafb698b089cf43cd8faa0024dc66d7dd9a3
MD5 a653efac7737a3ee492876b367ddc2be
BLAKE2b-256 432962fdfef54d82138f5e30c76bf4f16ecc0356a99c60f8a17a051c1d4fb790

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 318.9 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.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c0617c9b840f22d56329e6da6d148ddba9e141c1757fba37da1e0da150e6b56c
MD5 f8488c81c762113c351e50839cc33c0e
BLAKE2b-256 c247568508b2be8bc9e9e96b180f08a47f7246909e405478e0bc953f5ba3720d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.6.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.6.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.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9bf91eadcf98516d531eb966bbfa045ad84245d7022fd37bfa1929007d2bd304
MD5 7160cdf1c15d344ce29c34589d5243ab
BLAKE2b-256 fb3f63cf66124853d093c0e2cbb32e25e05d18fa718f924190be378d3c6c2e8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62a95daf14998938545b9583d02d8a33bdb328fa483f723ea9ba4d33e224eadd
MD5 ba9509a43359ed01d7ab6f44710cdcbe
BLAKE2b-256 8dcc081749f2825f01620cdc67cf99f136ea372a222fa2840d1135d03afa65d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.6.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 17a529cc6dc8cd5aa7d518ca9288dce7c961264c7c6d85e5b512d09f8d3ed727
MD5 6cdd2d3dcbdbc93b3f154ef02612de0b
BLAKE2b-256 822e74d732905ed0cf228e87bfa8a192ccf046ae4d19a7ac689af934994a1259

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 320.6 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.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e79089fe90c40b8fcee967bb04e3f1a98b48ef6a7bdaf219f7135bf13fa8377b
MD5 3cb4258f074abe9813eb4ff601b3d0c1
BLAKE2b-256 66c31213bacff6a1f21d4b0a29438b40073a159c2041f727adfe59ec40ba9a0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.6.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.6.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.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c87876fc65301f9893399d6a7b60f4e179a712e3a14537876aacb5ef3e87a8b
MD5 d0fb1facd65ee6ba7ddbfb9ae88eefb8
BLAKE2b-256 f6c5e581ecb7d00805ec6ea55d2e06ce8cc63005beab1fe81ea57e7e1b5ce85c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77a0421f9ac0fc1532b013a4321dcd292f262d4473eb5e9bea4cde5a26d938b4
MD5 6e82d5df3b2107c3eea9e5e47b2cc5a0
BLAKE2b-256 66c027ffe337fbd6a4c988fa3af9f3c95f214ee6aaf7ae41b67d60c808233738

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 466e7343069e83a283e71589618826ba4a773f0113a8d56d768371c9921cc707
MD5 8a65865e48c9e6f7386adf3739867cee
BLAKE2b-256 f864e527f26c908d4bbcee74449725c939f551c51ce9beca15c3377dc417dbcd

See more details on using hashes here.

Provenance

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