Skip to main content

Bulldozer is a DTM extraction tool requiring only a DSM as input

Project description

Bulldozer, a DTM extraction tool that requires only a DSM as input.

pypi docker contributions welcome license

Overview

demo

Bulldozer is a pipeline designed to extract a Digital Terrain Model (DTM) from a Digital Surface Model (DSM). It supports both noisy satellite DSMs and high-quality LiDAR DSMs.

Quick Start

Installation

You can install Bulldozer by running the following command:

pip install bulldozer-dtm

Or you can clone the github repository and use the Makefile:

# Clone the project
git clone https://github.com/CNES/bulldozer.git
cd bulldozer/

# Create the virtual environment and install required depencies
make install

# Activate the virtual env
source bulldozer_venv/bin/activate

Run Bulldozer

There are different ways to launch Bulldozer:

  1. Using the CLI (Command Line Interface) - Run the folowing command line after updating the parameters input_dsm.tif and output_dir:
bulldozer -dsm input_dsm.tif -out output_dir

You can also add optional parameters such as -dhm, please refer to the helper (bulldozer -h) command to see all the options.

✅ Done! Your DTM is available in the output_dir.

  1. Using the Python API - You can directly provide the input parameters to the dsm_to_dtm function:
from bulldozer.pipeline.bulldozer_pipeline import dsm_to_dtm

dsm_to_dtm(dsm_path="input_dsm.tif", output_dir="output_dir")

✅ Done! Your DTM is available in the output_dir.

  1. Using a configuration file (CLI) - Based on provided configuration file templates, you can run the following command line:
bulldozer conf/configuration_template.yaml

✅ Done! Your DTM is available in the directory defined in the configuration file.

Bulldozer docker image

Bulldozer is available on Docker Hub and can be downloaded using:

docker pull cnes/bulldozer

And you can run Bulldozer with the following command:

docker run --user $(id -u):$(id -g) -v <path>:/data cnes/bulldozer:latest /data/<conf>.yaml

⚠️ You have to change the <path> to provide a valide absolute path to a directory where the input data are stored and where Bulldozer will write the ouput DTM. You also have to provide a configuration file (and rename <conf>.yaml in the command line) in this directory with an ouput_dir value using the data folder given to docker, e.g.: output_dir : "/data/outputdir".

License

Bulldozer is licensed under Apache License v2.0. Please refer to the LICENSE file for more details.

Citation

If you use Bulldozer in your research, please cite the following paper:

@article{bulldozer2023,
  title={Bulldozer, a free open source scalable software for DTM extraction},
  author={Dimitri, Lallement and Pierre, Lassalle and Yannick, Ott},
  journal = {The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
  volume = {XLVIII-4/W7-2023},
  year = {2023},
  pages = {89--94},
  url = {https://isprs-archives.copernicus.org/articles/XLVIII-4-W7-2023/89/2023/},
  doi = {10.5194/isprs-archives-XLVIII-4-W7-2023-89-2023}
}

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

bulldozer_dtm-1.2.0a0.tar.gz (489.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

bulldozer_dtm-1.2.0a0-cp313-cp313-win_amd64.whl (252.6 kB view details)

Uploaded CPython 3.13Windows x86-64

bulldozer_dtm-1.2.0a0-cp313-cp313-win32.whl (216.5 kB view details)

Uploaded CPython 3.13Windows x86

bulldozer_dtm-1.2.0a0-cp313-cp313-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.2.0a0-cp313-cp313-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

bulldozer_dtm-1.2.0a0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.2.0a0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

bulldozer_dtm-1.2.0a0-cp313-cp313-macosx_11_0_arm64.whl (278.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bulldozer_dtm-1.2.0a0-cp312-cp312-win_amd64.whl (253.0 kB view details)

Uploaded CPython 3.12Windows x86-64

bulldozer_dtm-1.2.0a0-cp312-cp312-win32.whl (216.7 kB view details)

Uploaded CPython 3.12Windows x86

bulldozer_dtm-1.2.0a0-cp312-cp312-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.2.0a0-cp312-cp312-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

bulldozer_dtm-1.2.0a0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.2.0a0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

bulldozer_dtm-1.2.0a0-cp312-cp312-macosx_11_0_arm64.whl (280.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bulldozer_dtm-1.2.0a0-cp311-cp311-win_amd64.whl (251.3 kB view details)

Uploaded CPython 3.11Windows x86-64

bulldozer_dtm-1.2.0a0-cp311-cp311-win32.whl (216.4 kB view details)

Uploaded CPython 3.11Windows x86

bulldozer_dtm-1.2.0a0-cp311-cp311-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.2.0a0-cp311-cp311-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

bulldozer_dtm-1.2.0a0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.2.0a0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

bulldozer_dtm-1.2.0a0-cp311-cp311-macosx_11_0_arm64.whl (278.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bulldozer_dtm-1.2.0a0-cp310-cp310-win_amd64.whl (251.7 kB view details)

Uploaded CPython 3.10Windows x86-64

bulldozer_dtm-1.2.0a0-cp310-cp310-win32.whl (217.8 kB view details)

Uploaded CPython 3.10Windows x86

bulldozer_dtm-1.2.0a0-cp310-cp310-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.2.0a0-cp310-cp310-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

bulldozer_dtm-1.2.0a0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.2.0a0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

bulldozer_dtm-1.2.0a0-cp310-cp310-macosx_11_0_arm64.whl (279.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

bulldozer_dtm-1.2.0a0-cp39-cp39-win_amd64.whl (252.6 kB view details)

Uploaded CPython 3.9Windows x86-64

bulldozer_dtm-1.2.0a0-cp39-cp39-win32.whl (218.7 kB view details)

Uploaded CPython 3.9Windows x86

bulldozer_dtm-1.2.0a0-cp39-cp39-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.2.0a0-cp39-cp39-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

bulldozer_dtm-1.2.0a0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.2.0a0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

bulldozer_dtm-1.2.0a0-cp39-cp39-macosx_11_0_arm64.whl (280.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

bulldozer_dtm-1.2.0a0-cp38-cp38-win_amd64.whl (255.4 kB view details)

Uploaded CPython 3.8Windows x86-64

bulldozer_dtm-1.2.0a0-cp38-cp38-win32.whl (221.4 kB view details)

Uploaded CPython 3.8Windows x86

bulldozer_dtm-1.2.0a0-cp38-cp38-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.2.0a0-cp38-cp38-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

bulldozer_dtm-1.2.0a0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.2.0a0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

bulldozer_dtm-1.2.0a0-cp38-cp38-macosx_11_0_arm64.whl (287.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file bulldozer_dtm-1.2.0a0.tar.gz.

File metadata

  • Download URL: bulldozer_dtm-1.2.0a0.tar.gz
  • Upload date:
  • Size: 489.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bulldozer_dtm-1.2.0a0.tar.gz
Algorithm Hash digest
SHA256 5f2f24edf527cb0dc5e17de1c754c28d3044d397d9ed57ee94c77f37584d0d89
MD5 73349cfdd96127e47972a769042967bf
BLAKE2b-256 93b5f717ce7ca587668978e8d5061350a632a3daeaa2b1ff128ef1944474458a

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0.tar.gz:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 59a152d87ddbe7182c4c58eb328f82de0b488e9158e1d624e544266136460117
MD5 7a615134e80bc7d4fe7c655d86309acc
BLAKE2b-256 a787cc5ebf1d47e95334e7ead737465c86837a702184baad6834e552b0b0b103

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp313-cp313-win_amd64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2665676e1db3315498f59ece481f06c5d0eecec7055b8cb925e58a77888b8c18
MD5 4859fbaaf4dc3e231d944734c573d1d9
BLAKE2b-256 7589df30fc4ffdcb79c064724d7041ba463b4e40acbbd6b439b2fe4625aa9056

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp313-cp313-win32.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 376f3b93f4371e30708687e8173be36ce6513738050a8a12450f57564e9a888d
MD5 759da4c3cddf6997fe0260abc4e5608c
BLAKE2b-256 06350b02b781e442e1d2da25ef0f38fdc571b00a573c75a247180ac0e62f071e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 92b619d9a29024e84a2aa798158f8029e2a9365c0306062053114c019bc483ee
MD5 68f70ac2016ba81628573cb73d3ba241
BLAKE2b-256 1f6d85ca5e88fa92e00a9e0dad195daf1feeaa89d71500b3ea142378d3ce0b54

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e30ff59a55080ac993b865bafe0c76af3014554ab256a696fb0cecaf59d53315
MD5 5df11b83700e166cf2da12a8f4f0c7f9
BLAKE2b-256 5e796fe1f1df1b2469f36ae0534a1451fbb214dfa8e84703d0b16720d747bd9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f992854f44d55c48459201731ce348ed03d83ec2c29e8c3cc888ae64c6b6286f
MD5 e60b9aae7ea6bab372646ace78042130
BLAKE2b-256 adf6612d00f5e60b474310f3eea9881b4f58c915d019a33b9640f4f064bbb411

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1eafad23b828aa082a0de789e803a400449366ef70b7f7abab7d7f6f93b0c31
MD5 0aa865078349b4ba4ebaa4d588339af0
BLAKE2b-256 35922287c799b7f0dfdd7bae2404afc7955d5f878377695a7f6b8800dfad97f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8b7f1125b66aa29283f501ad421fb0f8a1bd7b4b228241291536dcce03cfe6f2
MD5 585896f723043c6fe0218088448d05fa
BLAKE2b-256 260d321a7c37efd1679a3cf5f66da04bd17005ff79e0f35a40de58c01fd93329

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp312-cp312-win_amd64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7828ffe04cb52a11eede718ee3f91cfc91058f1d1e5f0a948335ef8390d328ef
MD5 08f904e0711fd0abbf0601ea028a0b24
BLAKE2b-256 25389c8c0805fa641d3526482daa3e802425c6c9b1b7e4f74632152df86bb0c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp312-cp312-win32.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1341d6e646b432a39bcd938433ccf4565b00c4a364d45fda0f2e0de4f3449e9
MD5 be9cfa46caa51b1f22f07139598e06bd
BLAKE2b-256 8c27a2be7120ba08a526f1c6694a822dacd3f43072c7b8f48d64d41067e7a8d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c5e49a0c9da69a25562dbc22d18b24c3528c701bbc8e6d00f02db8ca871a3489
MD5 8118b9913b1c45065ba0a934f9548e87
BLAKE2b-256 93e7ada090eafb9bebb5ba4788022bbe67442065fc39de313ba07bc86a8ea3a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 deca34d51b6af1b9ec83d58a7da132f40ebe4cf0010b9bb346d94ac6e1d725b9
MD5 50941d02c80e145ca75b374c4c5207e3
BLAKE2b-256 5d13847e91cc21ee5757bd78e137c81f9e2de1a75cdb66c2a52d6a578783e30d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 64a38b97bd2e88640f3294d2578f173d2ff9d2b4d33cf57013622ab20735b685
MD5 035e13f2f4015d278fdb372d1c304a21
BLAKE2b-256 fcc7251a5f65bf996f78be403596dbf49f3e6c69f586a2baeb67e92450760837

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 068ff865db9bd0ab8706890b32befc6690f781880a2466e117418db016fe32a1
MD5 7642994a1874260adbd5d26dec728283
BLAKE2b-256 430cd9c7d0028f5e73bcb27ef0f2cf61504438f4c0c827b3e11d66a18a988e4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c186fe8c31083d80487f9930a86e3d5ac90f19e6a6fd7db9c47fa9057fd13246
MD5 3b29dcda1f8e78972fdbb5b6dc94b4ca
BLAKE2b-256 b2482b648bcd4d9bf63947b380887e4171391543917ac2bfa3dbf8036a33c666

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp311-cp311-win_amd64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4e6b2948a604ad6a689c63b7a116ca34b8927b05f4ede80618ee6ecc5d846214
MD5 80e6caaab73b4227fa270cf71b80513c
BLAKE2b-256 5917bb165e9ab76b412013872917e52a5e93f6cc72575490a2f02d6279d61ffd

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp311-cp311-win32.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 115d67a7f3076ea2ff6ce0c72997fa252b4ffc674c90d5c78c31aabb32e6d8f1
MD5 cb129fe6590d0eded8fb01ad3956a7eb
BLAKE2b-256 c682885a1d9750dbafb72c4b434be965ad900f5cf4b195ab54fca2f0d4171857

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ab3d613e661ecd6e94dfafbb86e6a792fe5eca0c838eba41e501b5482a843238
MD5 c63be752c382a24d7e82aa182690c6cb
BLAKE2b-256 021cc727e201bc7d319a5a1e8dacb3014d3b522fcdba19061d720916cbe65bf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5215732763d7a7c6a3acf6d5a7e27ad45a841f8a60ec68f590c81ae2bc9e828
MD5 486698e600f55caed4fc9603ddf7a7e7
BLAKE2b-256 070247b0a60a506b6cb1b797406a96fc5a6b39d2598862957dfc7bc2b009e1c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 28b37c5cd5b426cb91d22bd89da45a3829754d34bb04fa912ea2fa6e4cd103ba
MD5 0cc0c9f2b4768e2da351b29f532847d8
BLAKE2b-256 5e7a163a0daadc0bd5a773272aa70fd51d7743568bb9dcea9679d2ba2a33f3c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 67479c9b3256bb3d1565ab1e9ae0dab69ef4852e8bcd38e10100ef64df451e8e
MD5 aad45010a759ba55127f4724dd7d30e8
BLAKE2b-256 5f9d50e1c6bad63cfc1fb479f5c91069994068807a06a79a1cf200bdf3816b04

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2f40862978634c665d7965c41c1c273a4f68cbe79e37108d07e1c62a57461afb
MD5 d3001af913922c5bd95459c051a0a0ef
BLAKE2b-256 68024d7629981d7152474b6f4d98d65b51ab8212e2505d27680d30c0c7d01e12

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp310-cp310-win_amd64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8b33b165be3c22e106f3662b7da30a826314fd4bb66c796eac00f7d853f75e74
MD5 39df69b20030ce7da115456554c2691d
BLAKE2b-256 1854ad2abff78271c03ac7b4fd17038d8f99d6a30bbee6bd005f4b5c8bbf08d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp310-cp310-win32.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 159458d7eb79d119b0a347d710ae2c6802dcd0a5bfa76bf2e55800ed6d3f3aa9
MD5 af7ddc57b0aabcd73b8a0a90c8997e22
BLAKE2b-256 6b33ab6728d41801a94109ea708c0fee9b30d949521229c949cad53d2b858f14

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8ce34090309da212818bfa8e83ee74ee8222d6f8c3d4c58d7ca5b80bf79f26e6
MD5 770db0c6e1b5aa27c41f6b048b68bccf
BLAKE2b-256 a5d3d7fec9c0081b55510391828749c237a811be5311653fe3e16e5e15f41989

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 631a4141ea4689e1b32e349308a21d9ca4d454b51cd271c37ddfe2b6ea729005
MD5 f63dc672108880ef8068fc7f2391059a
BLAKE2b-256 7810a6f339a1123c4b0e4968013651bdae863c8d14b12e15436358dbf4ab8d09

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b7eae94e72c506c0aa2e027421cc64f5617c885046a6481c1b7ac7b14aaa72b
MD5 ce3e409907a915cb6bcabcb1a219207b
BLAKE2b-256 7a8e201d4d7d72a01c0d56fd1a4c387463e4b3a7bd9012ffb00d910056ac3037

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6af6b8621e1ef0c77558ec671eeba0627c1b69a6f2962829b43df62e17f7444
MD5 b47959a2f31b9dea7725b6aa69d48e2c
BLAKE2b-256 28508582c2058ec896e7437872c74995ab8489b28c75d373c77cde5141a29394

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9dc963653d64c13da69837454ab75dfb350fae32d52bb7f7c11f55f3e9e9dad4
MD5 a82c5430d8d6ee8cd3cb09c36f4c03b6
BLAKE2b-256 a6a14bef7643b858435d47698b2544655428659440d9fe3511df563ca485aa52

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp39-cp39-win_amd64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp39-cp39-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.2.0a0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 218.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 34947ad72b378979b8cb78f4c35e94d8915c3112c5c7f61ddb89a76f33451fc7
MD5 4f45436e7d8fa7d1b62cd8b115515fd1
BLAKE2b-256 63a23f5d7f67f86d9f2e299b7a9d82924c9dc10e7ffb97817dafb467c720a88d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp39-cp39-win32.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 260835661a9529f95741872f1f4c2258408e22336750723e969a6434c8fa043d
MD5 45eef5af28430b849262035c9356cf16
BLAKE2b-256 444ad6fd83b2694d37d6dd5e0e4d0184afc10729fb64848ab3a2a96b1a9b616e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9003862ca441c5902198ba20d106c0237d1ef215d4843b1f7a6f68d632d4b8ca
MD5 3c686a31f0fe57adc6d0a063db36a051
BLAKE2b-256 6db0e1215cb7a6d0c84a2eb8c703c9813d14c3b91314d4d4e42368b8b6aa123d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb1135f4888d06fe6dab37fc248634735b3faf2cb8248542f11ccb65743ecd6a
MD5 7a224c752864472f11199b5be19a06fc
BLAKE2b-256 daebf8d537db70d0e8848024890ad09dbc9a1ed978fb3dd33e03ef3dc83df754

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 887a458b2cd066cf1b9c752558d78a6bcaeeb4305e465e7aee5855b479d66bad
MD5 805eb7fe81f683fbc2ca728c2a344d5c
BLAKE2b-256 e1504b960caa0983fef7cb28926c35338b8f17708bf6562be001ffe7549b9d9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 915b712d1c9f3567a7b993136712eb0d7f1d0faefa26e7f2a7ea194c50cca04d
MD5 8c33896f2d61ddc576f1e600fc2403a7
BLAKE2b-256 3bd0e1848e14894667f556b8ad3eb11f57e402c923d76a2314d1448383727c03

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2048ad5bffa885ba766254bf525bdffb453001e354164b52102e99375e740697
MD5 d54ba832f8e65b5a576ab9c9fe83f990
BLAKE2b-256 044bd60194f3173f74fd4d977957803134d719159209eadca8c9a10b849d8597

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp38-cp38-win_amd64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp38-cp38-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.2.0a0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 221.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9e6321fe7a46c0084f5395270dd48e66b55115b5d352414057eddd7257b84d63
MD5 3c36109f75cc4ced29ed0a01a85161df
BLAKE2b-256 8149439d3bc0e94d655ad256819ae9464f799fbe09c4d739dc4ec47cc9d5aa7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp38-cp38-win32.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c1dcb2d803336500c28a7d61987c9737cbf697ff66eb805d7dc9dd0bfd53f07
MD5 f7e866bd7f0d6fc8f267af09d690872f
BLAKE2b-256 83c823f7727c1ef354b42db0541ece7e52c21f333a9b31142c701caae8b3d0d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a2c49755b5948ab99c4df11ccceb277d148e3509db3ed43697e930873edc7c88
MD5 ebfb71a287306178843f1c2d4a91d09e
BLAKE2b-256 3297a4170f9171e7dec10ec6b009e15b164b3860e31ef3a3ed99116fd836106c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0519a78efc50f69dc53c640e279b4288a19eafc2f77534808323433eea82e6f
MD5 e18ac2835907b8f8cd161200cac701ec
BLAKE2b-256 d8b16a65a9b06fa9c2a1fa613b4b04fdfc72138df7fcdbbcf463f97df92abf6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 332815543e8e413f4b22264f46c68f245961470796a0e08ada2b1af23e0b6e97
MD5 483d4918a168c6bd7d6b524e4d606d04
BLAKE2b-256 89b3796057255bd7cb5c64255fbf9874a84254d9bdb52b5d414fffe94ebb59b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0a0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0a0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 add331b066aa09dddfcc2e74d99058e58c5e8da89d678b08a0a4c10fcbdd03a5
MD5 ae279c1f7339366017a093078e3a8cc1
BLAKE2b-256 bd89b590aee861a049fe839f8b8af0e26d23a916995048c769f297df31a85e24

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0a0-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

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