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 Formatted with black

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.4.0.tar.gz (319.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.4.0-cp314-cp314t-win_amd64.whl (339.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

sdf_xarray-0.4.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (605.8 kB view details)

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

sdf_xarray-0.4.0-cp314-cp314t-macosx_11_0_arm64.whl (439.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sdf_xarray-0.4.0-cp314-cp314t-macosx_10_13_x86_64.whl (478.9 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

sdf_xarray-0.4.0-cp314-cp314-win_amd64.whl (320.3 kB view details)

Uploaded CPython 3.14Windows x86-64

sdf_xarray-0.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (614.7 kB view details)

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

sdf_xarray-0.4.0-cp314-cp314-macosx_11_0_arm64.whl (431.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sdf_xarray-0.4.0-cp314-cp314-macosx_10_13_x86_64.whl (471.1 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

sdf_xarray-0.4.0-cp313-cp313-win_amd64.whl (314.0 kB view details)

Uploaded CPython 3.13Windows x86-64

sdf_xarray-0.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (612.0 kB view details)

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

sdf_xarray-0.4.0-cp313-cp313-macosx_11_0_arm64.whl (430.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sdf_xarray-0.4.0-cp313-cp313-macosx_10_13_x86_64.whl (470.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sdf_xarray-0.4.0-cp312-cp312-win_amd64.whl (314.3 kB view details)

Uploaded CPython 3.12Windows x86-64

sdf_xarray-0.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (613.2 kB view details)

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

sdf_xarray-0.4.0-cp312-cp312-macosx_11_0_arm64.whl (431.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sdf_xarray-0.4.0-cp312-cp312-macosx_10_13_x86_64.whl (471.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

sdf_xarray-0.4.0-cp311-cp311-win_amd64.whl (315.9 kB view details)

Uploaded CPython 3.11Windows x86-64

sdf_xarray-0.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (614.5 kB view details)

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

sdf_xarray-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (431.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sdf_xarray-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl (450.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

sdf_xarray-0.4.0-cp310-cp310-win_amd64.whl (316.3 kB view details)

Uploaded CPython 3.10Windows x86-64

sdf_xarray-0.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (614.8 kB view details)

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

sdf_xarray-0.4.0-cp310-cp310-macosx_11_0_arm64.whl (432.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sdf_xarray-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl (450.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: sdf_xarray-0.4.0.tar.gz
  • Upload date:
  • Size: 319.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.4.0.tar.gz
Algorithm Hash digest
SHA256 6d1c85edc35cd0eab1b30c3bfc2733015e82cea54a746c83b760c64d0b94ea59
MD5 54ee82c3c2bfe9f485944864034c50ae
BLAKE2b-256 3e57eab586cd2ca8397fd639854ed11a6f3e08d65cb23cfee75917989c239ba4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.4.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 339.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.4.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f6b07e25fba9f3a62ca3032881d8b302ff8066a185beb49f0fa2af1f65cd8dad
MD5 c7d6f9298b4760edcdb4cc6745fd4be2
BLAKE2b-256 266083ea24dc5505d3749cb9be1f5ae4801e4a80163a494f6405c289e37abde9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.4.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.4.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.4.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b9cd5e4345cad79e3304fb7d0a4e64c6d4fe80b00d41de06f792f21f2c3da90
MD5 2443a5cdae34fac547b54fda5d438bfb
BLAKE2b-256 395b0cd4d074489999c6400b6e74cf308bdccf91bc78a7f8407560888f4449db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bed275482f056fbccc41260fda69bb577efb0f4ec01d45455fab22637f44bc58
MD5 6367b3f2e39b4883064a92e6009f95aa
BLAKE2b-256 7397c2da8505d06c0299f4b8c35300abeb2a49809987acc67d5966c132dc4f84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9762e8e7796647ebf4fb89bbe1684e02368f72b8a686441b4937220503d24180
MD5 7a13843a0aa1f7935c0fc4dc50f2bba6
BLAKE2b-256 d4fe84131846a136498467f8d7a35f1cf8f123b4d34f05598cf048702a46b399

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 320.3 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.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 40885c3071a5dda15b7f709cd3d2e08e3166cc6368765be149fb36e1d5ad333f
MD5 2f630e210c5fd3b0fa42b9c6fd1cfd8c
BLAKE2b-256 b515c8049fa8f271b5f16e016feb41412a56122d8e985be90598e66d87a3e7fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.4.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.4.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.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73f712d087bbce0c07775566414d4100f00e42193f7c6eea40e57561b20efd46
MD5 ba3f9344c26ca708994b6e5c17a402ac
BLAKE2b-256 0737bf17dc81d22fc110e918d0bcdc204d075d9998f4aa8c245769c9bb0e6972

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f7b0809d97c58298bdbb02235bb0803581aa6f59d7c2abb8309fa676cf120a3
MD5 073f7cc8c7e7ac0b7cc5f75124e1b9a5
BLAKE2b-256 bb56c2d2b315e57f27ebcef76e31980efd795e8757b5d9cc3fc5798d7935779d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9cf55c00347457d8946f18d79c72588a423b26610145ebed42552f69433f92cb
MD5 5f37e989afefc35d1f88dce7fa9fc591
BLAKE2b-256 09c60ef60678223ba831fafe46ca72e9f33a0dabc70aaed17256c440eabcf858

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 314.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.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 31a7d19117351761e270ff887e73570e6ab2d0348117063e8b6f49ede8a85829
MD5 ff2a1434b7726e129224529f9ae33d15
BLAKE2b-256 d9856b95cd336b016ae6bd9c7b8e122d26760f390d7925ec257e062370ddea28

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.4.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.4.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.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47c8a2da39657040bd5db3104c411397b804f4cc1623ccf6bc10c5140a4b63a1
MD5 6a4dc2f2089c7737fb983ec01387278e
BLAKE2b-256 606fab17092d623e66e8495deb9188ce0c82b6304d80d8dd432e9e919fc4238d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 917546e8c3f48649f5fa00c1de77f7291b0db49223be59623046a6e7d1e8e585
MD5 5120009720723d0fa4238ff3f5fc0dc4
BLAKE2b-256 30459bf64b76792a3620a82ff073b33ac5e071514ac96e7d2329073e447e1068

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 24690231c448d06bf6233e4a189f385cffc82ffbe0a9e72b37f4458563a82620
MD5 75af2676840849b43c2b2fcfc1c93d44
BLAKE2b-256 aa19ef4249b47152289137678ac59f3c7f34f817a7ac374a7268849e246b5485

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 314.3 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.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bf68227165047bfad706122f36a0422fd1d818692ca35b830aeda1e043df88f5
MD5 6b0440a5f2565b960e4ca419c1f524d0
BLAKE2b-256 94e4c3bf8de640169d18d89dede9b14ef509ae2a2d293ba767aad263cbbb27de

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.4.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.4.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.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7e666cc1b9cd334a14781978f1a34f17b6686e8e354061186ffe28c1f6ad2791
MD5 7bec6377c101696cdf541a05a77e2459
BLAKE2b-256 c5d0b692a882496f8665b594156d67072ad34c9972ffbb9623a77fe047abdf65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1632532de8c67c6becbda76ec57133087a43e55c8d704ef47446a73d9b5d0854
MD5 55a2d7d7ad19a8c6e97023011ef00745
BLAKE2b-256 99837f2078e8624038b60102c1e4286db1cdb80afb03c19f5f95fed867e714b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 195e3b617a8847cdf37e75d97ac927d13381e9b4a20a4179531da89c1186d6ba
MD5 fecd321f64231fcd0ae77724c251f3df
BLAKE2b-256 afcfa6568095dec24497dcf4f4f2c755c30bfd3e07500563ae9802e32ed1566d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdf_xarray-0.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 315.9 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.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3194ed3b069bcd45a068e31cecaea35c4f751320db05b15b4b43d54aaf1b737b
MD5 a21246415639d534e3747f1cf81a504f
BLAKE2b-256 9434c9e4241187ba29b3a5944e50cc0cf110eadf782357a4e945865a7d971dda

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.4.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.4.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.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b7c12c107e761f2c1530e3c562a97eafe6674f85619e99dc587e70448a6f077
MD5 c530af1f6408d185322dd5d4ba35a2fe
BLAKE2b-256 9cde1e30148df2986c97e376417817c862350cf4fcd9fdbb5263145d5941082f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77eb5ce80a30cc629cadbbbe7d8bbca30b5b7f5030f1c299336e4190a43b8151
MD5 6830b304495797a79e722f96e1d102c2
BLAKE2b-256 49248da167ccf61709f977d617122f23f60c3b95113ff58cc3202179020d4b2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ace8c5379c18ab4a8d1054de71544ec841d7b73a893ab5d7bfb4744f7e66a039
MD5 347533b387a53a7b81c7e6fa43fb11b1
BLAKE2b-256 c2ea3f5dfa621c97f7ccce5fa19cdae55cf288afaf003062513b1b6bece57e81

See more details on using hashes here.

Provenance

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

File details

Details for the file sdf_xarray-0.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sdf_xarray-0.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 316.3 kB
  • Tags: CPython 3.10, 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.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ce75c278a6587b3e10b63dbac102a26976b85fd9c344cd481681b197ac454cfc
MD5 d1928c5df8980d00523daa562457618a
BLAKE2b-256 14fb41f7ae4e42b74c6b7a2ccd9ef2c06c30f72b4850b143099cfdb7290f1272

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.4.0-cp310-cp310-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.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2bd3f601734eb4c5619f2e35a564093fb124081bea2ea0d4905e50556b384f7a
MD5 88a44037422cab138394387ecaa50999
BLAKE2b-256 e956c1c3199be9b1743aca73b3de7e21f1c1c441ce13630c2e2463d635238671

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.4.0-cp310-cp310-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.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af8f5ff61ed76ae8bf38bd06ca5b395b11a2eeed8f69299cb5a47d96c3d420cb
MD5 9cd866ecf54547f0c58acbeb65d54a64
BLAKE2b-256 7bef13ca1c3b564d775c0decb78243536b4ba855559cec4f41cd9243388535c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdf_xarray-0.4.0-cp310-cp310-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.4.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sdf_xarray-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fce7c63b3765d9baee678982eada2544926946642dc91485cae1c4a687ea8309
MD5 ef0b5be53146dc949861c39be8ec6dfd
BLAKE2b-256 687e4ab16f22441e56c06889bcc27de42f3bbece9dcb704e4f769699ababe8d2

See more details on using hashes here.

Provenance

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