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

Uploaded CPython 3.14tWindows x86-64

sdf_xarray-0.7.1-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.1-cp314-cp314t-macosx_11_0_arm64.whl (445.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sdf_xarray-0.7.1-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.1-cp314-cp314-win_amd64.whl (326.1 kB view details)

Uploaded CPython 3.14Windows x86-64

sdf_xarray-0.7.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (437.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sdf_xarray-0.7.1-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.1-cp313-cp313-win_amd64.whl (320.2 kB view details)

Uploaded CPython 3.13Windows x86-64

sdf_xarray-0.7.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (435.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sdf_xarray-0.7.1-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.1-cp312-cp312-win_amd64.whl (320.1 kB view details)

Uploaded CPython 3.12Windows x86-64

sdf_xarray-0.7.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (437.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

sdf_xarray-0.7.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (437.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sdf_xarray-0.7.1-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.1.tar.gz.

File metadata

  • Download URL: sdf_xarray-0.7.1.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.1.tar.gz
Algorithm Hash digest
SHA256 8634597c458e1590db8ac9cc791bd68b8ce1fc779f2d6509234b978d0a1ff524
MD5 196085e368ace9cfad2f3d5eb0a00446
BLAKE2b-256 fe442df1bdc02fd6e0d7cde5c51416c09b32ca41688cdc611a4d6df77f7cde27

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.1-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.12

File hashes

Hashes for sdf_xarray-0.7.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 da46bce081f3d34c0f209cfc292210b6a2f549757027981194eecc8eff408456
MD5 177b504e3d6cb173fa7aa95cf06e05db
BLAKE2b-256 0dce007a2bc4ad67e95123296fbeb1728465817615a062e7719568a683b9ddc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.1-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.1-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.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2958402d5f0c237e083cd9957b709adb48c8e41faf5beaa38b128b3ae8674e98
MD5 7a82deda5715399e982d1651ee85b7a5
BLAKE2b-256 af20174a37b80f9d7adb07a253ef9296433d59213cf1331755eed076b83b7b7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26118e407e7b47253c140d9794baa089921895a68372e6eb32a4fd6ccac252a7
MD5 e8bc0783bcf050fb4e012822cff50691
BLAKE2b-256 39c7ec7d40224407e568756033a04566804afb13a26be311fa55dc064b61f981

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.1-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8aaa3533b397aa0b45cec8d1ce28fed6bc3d3401d1ff22d205ca9f17acaad278
MD5 2f7075d8e5fc3c63e0f49bac40374fee
BLAKE2b-256 0db0af13f59e19298ed9f2e7fade7a63c0936fdc90a6852ccbbfd3a490393705

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4547056ed80540aec30e2db37b26f46a71e270862c6b6eb4ae18c9600fb19788
MD5 f84f58bcc83fbff2634d1a1bb703babf
BLAKE2b-256 fb00047aa095be6f20168efe57508c8cda491deafd130055040b15767225bf22

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.1-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.1-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.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3a8f56d34f089e345913476426d98dfae0d844b76fa9e1f9fcdcb66a65d745e
MD5 d298cf66a282c526727cb1f1d93dcc6a
BLAKE2b-256 6106e51881c260114e8c4dcfc4d4f543d91eb1ece40c3c7784e5e49e4d07d97f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec77966fdac42c9c103fcaeda5e40f4cec5a487b2541e49f5e38420407c93d84
MD5 096634d490b64b43d4b3b5e27302156f
BLAKE2b-256 05bc55bf5e75c326afbc20b5877a6d4d444dcd28d48e112fcb2b30865d54ceb3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.1-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5edbbc97e206c764b83590e2172741235493fa43fb3ca74079fae0ff29c61f1f
MD5 08f10be31b92a9455de50db0637d58a4
BLAKE2b-256 943833291a9c1ed5dda1f74cf7be8c85f1fd5297380f8383a1535b11f824d888

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 eecc8bb700fcf9a5a64aad4aceba1b3c86b060060fb7e485be07cec960a055bc
MD5 fa778325992c431efe3bf0e6a7247dde
BLAKE2b-256 7b5c0934b2395e2a4abfa60651e327b63321bd4857f55585fa0d0743adf15e9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.1-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.1-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.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0da23b3213590bfc9ba078eccc8ef14f3972cb9a2e5f62e8f570dce12cb9561e
MD5 f5a91143400679c8de02b8c19f84798c
BLAKE2b-256 7ac31762e6700825ec13b0cdc76024c5a1245323e73ec5d153691ee4ec2d9d31

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6dd434640eccaa091040be9bd40f24a268f80c88d2e9d48bb2531b3ccbf7f3f3
MD5 e246af397c9d6e4784c6fa7615749780
BLAKE2b-256 a10bde9a8f5217f47332cb0d450ece20c3ce82673adbc8c734454766b19588a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a467db2f4f5d8652d6fc08f23a02f6dbd3fb531866dd726b0bae02952e79d557
MD5 13a0e6576d2316bdcc3d94e22044e42f
BLAKE2b-256 d812039b40adfbab609ee8cded787a155fa4454ff6026850ccbe694ff9367af4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1ed1015b87fc8c3ba68eafdfd14a0e8273b6ee9b6884e9ba8b80ca4eb48f4215
MD5 65084412a38b3d0847b7295aac530212
BLAKE2b-256 e853402983520c9a4a60fefaaa6f6b2dc278030cff7ed77f54a597c80058b1b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.1-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.1-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.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 917102368022b8f7062e44ee088b5cc7baee307601217ea56baad0c4bf5a34ca
MD5 f4fff9426cfe129c2f76387370317a7f
BLAKE2b-256 291fb9de8afd8230fc527ffee9450d462499b954dcfe4e3b61006dc8d4dec3b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c88ee2db793a5bd4d4f89ae37842bee545c501c05c3ad5eb580846a8497f5a46
MD5 cd9306ff648e4a4b53d1ca6b415d0d53
BLAKE2b-256 dd9397338d43932ca3b6e7ed70de0361b4814391ca263c0e0e42da789e5c4798

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 51502e272c8c20faede5c8a98cde28ae19a985cd7b503f1a8f63b5b02a5a0c16
MD5 27a0c7a0d9ec94635e7ca56aad95de9c
BLAKE2b-256 fd37320b4dd36725b301ea0db21c091a54510d46149f7f2edd51aeaa0588cd01

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.7.1-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.12

File hashes

Hashes for sdf_xarray-0.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0ae4516b0cbed3a7b9e2d738a73859f4e9c163c63e9902172ea6ff25ac30c4a6
MD5 a97af2fd768e0ee868ec1a7a7beff1e5
BLAKE2b-256 e0a26f1b7d31fcc9ea98ccce5d20b3b08a53b30669bff5e82512b6abae0e061e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.7.1-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.1-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.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5cf312227f4fa69d97388ddc21860823057ea961cfaa55be96442a10b97cd17f
MD5 cdf77de537a904edf1348a2b487dc489
BLAKE2b-256 f58d6dde4dd0cff2d87b4607c2bbcc501dbe5bdb1c2dfe7302835f85390221e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27216645ff5104614c83e4c44850d4fddadcfe56a31dee2d58b4e5c1e345df11
MD5 c1bd037022a2025584e5bea835bab82b
BLAKE2b-256 03b8e74f7c724c5fc571886c84ced4b13a60d7518215a0b7aa4876336be74f6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a91eb7aba20eca036ad2b52b812fd5d00ef174842f347ea07e0d44bafdefdc35
MD5 fdbc8ea4a0ce6368a74189065f330ee1
BLAKE2b-256 eeb705348598a78bea6cb0efb1075a47ef9bae35f927068c87abbc5ea75e5f60

See more details on using hashes here.

Provenance

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