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.0.tar.gz (305.3 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.0-cp314-cp314t-win_amd64.whl (345.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

sdf_xarray-0.7.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (611.8 kB view details)

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

sdf_xarray-0.7.0-cp314-cp314t-macosx_11_0_arm64.whl (445.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sdf_xarray-0.7.0-cp314-cp314t-macosx_10_13_x86_64.whl (485.0 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

sdf_xarray-0.7.0-cp314-cp314-win_amd64.whl (326.2 kB view details)

Uploaded CPython 3.14Windows x86-64

sdf_xarray-0.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (619.0 kB view details)

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

sdf_xarray-0.7.0-cp314-cp314-macosx_11_0_arm64.whl (437.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sdf_xarray-0.7.0-cp314-cp314-macosx_10_13_x86_64.whl (476.9 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

sdf_xarray-0.7.0-cp313-cp313-win_amd64.whl (320.3 kB view details)

Uploaded CPython 3.13Windows x86-64

sdf_xarray-0.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (617.9 kB view details)

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

sdf_xarray-0.7.0-cp313-cp313-macosx_11_0_arm64.whl (435.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sdf_xarray-0.7.0-cp313-cp313-macosx_10_13_x86_64.whl (476.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sdf_xarray-0.7.0-cp312-cp312-win_amd64.whl (320.2 kB view details)

Uploaded CPython 3.12Windows x86-64

sdf_xarray-0.7.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (437.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sdf_xarray-0.7.0-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.0-cp311-cp311-win_amd64.whl (321.8 kB view details)

Uploaded CPython 3.11Windows x86-64

sdf_xarray-0.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (620.4 kB view details)

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

sdf_xarray-0.7.0-cp311-cp311-macosx_11_0_arm64.whl (437.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sdf_xarray-0.7.0-cp311-cp311-macosx_10_9_x86_64.whl (456.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: sdf_xarray-0.7.0.tar.gz
  • Upload date:
  • Size: 305.3 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.7.0.tar.gz
Algorithm Hash digest
SHA256 863dc27263cf447f32dca85e1734656168f348f3f17b6873a661a81cb7bd2a5d
MD5 a2114b8e24fb8cac7dd9f1bc56333003
BLAKE2b-256 643d812a76c15bed03cc2fed6949fbde38af5e20b316ccf7b772296c11c663da

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 345.2 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.7.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 60e059e1fb3d57f1508da6ab9fb47e8723b4d487fa98371b10d8caa0e427c3e0
MD5 70410e522027bdbe6f7f42a94b970913
BLAKE2b-256 f1e3619438a64c237281398cb2210791b3a6043a05c9cd1a24a398626f112305

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.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.7.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.7.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ec660b3b88c1066360088c8384def0fa5ed529bf1b5bbe2228ddc7ef9075f031
MD5 d8041214516c1cc388bd78c5fe94c259
BLAKE2b-256 4f1f4dcf368802b2565ce3c5af50cdd30ba5f0522d48c8f3d5e2d25e082f30ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b42103f27e00b70f83bb4e48c327d1609f54db3399a0eafe80ebb996f6cf23ec
MD5 4d31fb00799df68ab5635c92aa687312
BLAKE2b-256 26703e33c064ae7e8d0c6e58294fd7631f97b3b4bae3f9b82d926f7257ccce2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b0ebcb750d1712eaffd3b70e17bd4cb659ae155c2013b642f98d4bd0d205193d
MD5 62fb55d7b141f8b22241455b1d236c33
BLAKE2b-256 fbbd644031f199264a708a86a782919345a61c15ec4fa75052dde83acf6a6709

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 326.2 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.7.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1f1b13ad648f192b27905db1f220070aaf62966734de5ff949afb282c8b02832
MD5 e428d34c95a3f325065310cb26f2db57
BLAKE2b-256 757a5e7745fe9c24030753b524567761e1ce1232236d5bb3414e1c31717da591

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.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.7.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.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16dc70d6ef7fe9cada3cef30ee8ddd49a33f31f25b969f92e97c7ad369930fe2
MD5 a15c6851f587438841fc32cc64f8a3f0
BLAKE2b-256 9ed7e97301858aa7a5ef11d71cf1d6884ca801b94af0399614d82cfaf63e7f8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b9d0d193fca0b70f14319aff22e050f8c61393d0e2eed9dd0f45dd0699b2a54
MD5 20d7460753bddf9e85db320f1e180d69
BLAKE2b-256 e2c030c4535cccb9045d5c7b125d1a435dd7b903699c7941bdedeebf07bf008e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ee1818d6d04caffbbf149db7e6d9485e00401021168404dc3d8ac58a5ef733c6
MD5 564b679a54890c4193c1371e2b40251d
BLAKE2b-256 de94ec1fb4a4124e9cec88e8054299448f4839d81ef1b114722a49d2ee57df1a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 320.3 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.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e6347771dbaf0f20fd3c6a143dec048d8d558ca409fa88cf7c218ccbe0745586
MD5 0af995c4eb256831758748debf32698d
BLAKE2b-256 43e3aee64a7582804c5c067ed2b99e211436921e0f85023f506659bce8ca31d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.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.7.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.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 269085530446f03c4f5b6ac6ed8d17e0f29dc23f1b8e40ba922cbce19a4db9f8
MD5 84a35aa1a0a000a8ad0465f9db2f3137
BLAKE2b-256 159bd914a1a3404bf3416371c19fdac19e8593a59f7e4658831b00eb349e8b07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f20e6cc1ea3e3270de1af9a5b54ae5b9475ff2bf07542a43fcaf88a1ae34eca
MD5 a51050ab7c4ab114eead035e0b07555a
BLAKE2b-256 00ae1ce11160b892079025098f797f353699da80380a3f0724c3d27c16c071f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 70e505b9efb801e0ca809f07611a53705a1b8c33344fb30be3da3a23489c0fcf
MD5 93fe40cb6c89fa53fb89d5915a612ba2
BLAKE2b-256 98b872d9cfe24f74df85a260bbc2a9fd9d1dff50ef6eece784cef4678d79e9a3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 320.2 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.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 88ff5daa387ae83537f8cf79975feed54cac4e379d7dd235da3f74fdbc2bbeef
MD5 992a504fff844c7b0ec7d36f83702146
BLAKE2b-256 c9c509374b2d92b40c177a3630e370758943b4d7cd4a09aaf8d87f3187c2d42e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.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.7.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.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f1e95aa5598f856a4932719462ab625555861c78fdf0913a528470e4bfcda33
MD5 37afbf33e32a77f8c80a7d85a62108ba
BLAKE2b-256 fced6b12d811e3761089f2878fe10f52a85ca365336f278b1393cc746b3ea33f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d001369cc60fe4e861d739ccaf884417bf0a9ab9596f0796554be3e0e189eeba
MD5 ecc7e070e7b1277283df9175ee526d55
BLAKE2b-256 b5376e9f13f62ee2770e9613c31bb2287754e607f4a1601b6da36aa90733a8b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 055c18026d7bab6220d1e9335700a6dce4c8e7688fce28c1747d602b76e8cb7c
MD5 cccb901db428bb37d58a857bf7b2ff3d
BLAKE2b-256 869f5bd6fd05257c6412b9429a7a04922fdb4e65ff17e67ed9329eb37bc6f2ea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 321.8 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.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 67674398c76259cf0e0ac9083c8c57bdf8735bcdc040897cddc626cf2fd6d699
MD5 66dafd0523cf161c092b49338ac62125
BLAKE2b-256 8dea8f378297da935d35a79e5ff5b72dea0212831355e13532d45a41d0a6bbf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.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.7.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.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e2932b192393a808d55f78ba7985c3eb82f7abfb0b90352d19530da05505564
MD5 cb994abec51234ece0c7018cd951ad8d
BLAKE2b-256 3c23a15c3c62e1b3121988e4b46e9f929b5d64543a99ac1f226ea44d8b3c0f93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19c404ed71c8e0864e2af6630c6f4bc939d1134e5fc35f5a2860ff5a66dcea5a
MD5 a9de4736c3208fb148cd0a84a3eb674b
BLAKE2b-256 a5bdbbcb54ab33989f80d85139d38c9b1a6433af10e33b8bae2f05b4ce08e213

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 752349991c375799f291c1829862ee9c9565dcdf567c69ee8ab8702bbe374010
MD5 6546e6eb0ecb6db34705694bf1438efa
BLAKE2b-256 0fa181bd4e0fa1a7774964b0e2baf1011eb6fcb82e68f383308c16694f6a7ff5

See more details on using hashes here.

Provenance

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