Skip to main content

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

Project description

Bulldozer, a DTM extraction tool requiring only a DSM as input.

Python Contributions welcome License PyPI Version

Overview

demo

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

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.

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.1.0.tar.gz (458.8 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.1.0-cp313-cp313-win_amd64.whl (267.7 kB view details)

Uploaded CPython 3.13Windows x86-64

bulldozer_dtm-1.1.0-cp313-cp313-win32.whl (234.5 kB view details)

Uploaded CPython 3.13Windows x86

bulldozer_dtm-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

bulldozer_dtm-1.1.0-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.1.0-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.1.0-cp313-cp313-macosx_11_0_arm64.whl (278.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bulldozer_dtm-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl (294.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

bulldozer_dtm-1.1.0-cp312-cp312-win_amd64.whl (268.5 kB view details)

Uploaded CPython 3.12Windows x86-64

bulldozer_dtm-1.1.0-cp312-cp312-win32.whl (234.7 kB view details)

Uploaded CPython 3.12Windows x86

bulldozer_dtm-1.1.0-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.1.0-cp312-cp312-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

bulldozer_dtm-1.1.0-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.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

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

bulldozer_dtm-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (281.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bulldozer_dtm-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl (297.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

bulldozer_dtm-1.1.0-cp311-cp311-win_amd64.whl (267.3 kB view details)

Uploaded CPython 3.11Windows x86-64

bulldozer_dtm-1.1.0-cp311-cp311-win32.whl (233.7 kB view details)

Uploaded CPython 3.11Windows x86

bulldozer_dtm-1.1.0-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.1.0-cp311-cp311-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

bulldozer_dtm-1.1.0-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.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

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

bulldozer_dtm-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (279.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bulldozer_dtm-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl (293.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

bulldozer_dtm-1.1.0-cp310-cp310-win_amd64.whl (267.0 kB view details)

Uploaded CPython 3.10Windows x86-64

bulldozer_dtm-1.1.0-cp310-cp310-win32.whl (234.6 kB view details)

Uploaded CPython 3.10Windows x86

bulldozer_dtm-1.1.0-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.1.0-cp310-cp310-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

bulldozer_dtm-1.1.0-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.1.0-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.1.0-cp310-cp310-macosx_11_0_arm64.whl (279.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

bulldozer_dtm-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl (293.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

bulldozer_dtm-1.1.0-cp39-cp39-win_amd64.whl (268.7 kB view details)

Uploaded CPython 3.9Windows x86-64

bulldozer_dtm-1.1.0-cp39-cp39-win32.whl (236.4 kB view details)

Uploaded CPython 3.9Windows x86

bulldozer_dtm-1.1.0-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.1.0-cp39-cp39-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

bulldozer_dtm-1.1.0-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.1.0-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.1.0-cp39-cp39-macosx_11_0_arm64.whl (281.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

bulldozer_dtm-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl (295.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

bulldozer_dtm-1.1.0-cp38-cp38-win_amd64.whl (269.2 kB view details)

Uploaded CPython 3.8Windows x86-64

bulldozer_dtm-1.1.0-cp38-cp38-win32.whl (236.3 kB view details)

Uploaded CPython 3.8Windows x86

bulldozer_dtm-1.1.0-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.1.0-cp38-cp38-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

bulldozer_dtm-1.1.0-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.1.0-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.1.0-cp38-cp38-macosx_11_0_arm64.whl (281.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

bulldozer_dtm-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl (295.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file bulldozer_dtm-1.1.0.tar.gz.

File metadata

  • Download URL: bulldozer_dtm-1.1.0.tar.gz
  • Upload date:
  • Size: 458.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for bulldozer_dtm-1.1.0.tar.gz
Algorithm Hash digest
SHA256 1eeeeea4dddfb8ff0d040b0383d695a46d6323f8d189e9b427d118e142ad3640
MD5 cc714783a4978e5206f88d148cf9e718
BLAKE2b-256 43e3ffa4513bf9eb58d96250881faa2da5479584fb4db24f5629687191ff6158

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0.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.1.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ca6c100238dd7fe6d0b6428153463bc7e99e0fb0ad50d03a06cd29477a7f0d48
MD5 d96a854746581c955f68010e7643b1a7
BLAKE2b-256 78dc3ce4f76149795cda755b74d42a07c93403fa866442bed4592446743a554b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 234.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for bulldozer_dtm-1.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 400603e33e3a23ff43e90659504e946ad82bbc99390727b72d7f7bff485f716f
MD5 ef2d61fad5fcb2d0397f8d1d42b473f4
BLAKE2b-256 efed36ba5eeac041910818b6025129cc61149e63172d265d62f5cc9ef49495f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ede040a19b110627ba058915ada58f25fdeb0746d80868021c011a40c73887b4
MD5 6921e6a47a934053449cb054eb313f46
BLAKE2b-256 ac390d93d9b098d4135127e7330565675e21c2bed0256e28c140ca1313538819

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 917db717473de2eb61f53130c0d11d70c6821b36db5318b0731758b01453b330
MD5 d9883fa9c74b5def2af5a0be8ef49f38
BLAKE2b-256 f1d2e02a1a9b5c995ce565faee3d52ab0f39a625e64a35c0c700b497d15fb9f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7c87e4552bbbc24937d9c0139419b8487a04337d130350f9d6f35fd04c62959
MD5 c3bfec8606f046fa2b2bdf5b168ecd15
BLAKE2b-256 d8219dbf4a9419eaa8d9424737b3b9fd8d253b6ed11f3f02a877f21f7b4b32be

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6fb6bce9208bdfb139684f57cd6625b1860a4413b90b7deccbb2750f47486ddd
MD5 b644a47bc8b6203371feff487a4c6bb6
BLAKE2b-256 45577be25837cf54b3c7815c4eead4523eb76fdc0a05b9904448336942f445e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 710b2b79ed123410ed2b5550ffd86390b3017abe5eb0e518e14eec36611de23b
MD5 cf3c368a81fc3d3e8e807dd02f395a9c
BLAKE2b-256 a4f178b0ec69fd4e5cd6c263b194cdcc94d5b2c81fef89bdbda56fe2dcebf9d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f009c717c132112b6ac19d316667fa6fdee7b9dd09837341c99f6b0673ce2aeb
MD5 0917d20ee6e4ee5779ce67d20062114d
BLAKE2b-256 0e6ad8ddc084f92d0c3de799c9d51abcec84e765ae12935fab2871f6dd7b5ceb

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-cp313-cp313-macosx_10_13_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.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ef2737ca92487f3565d975d4194e0cebdae85e69f30bd6501bf1589b8d6809bb
MD5 4db0c03c0147c4cef30f280c7b86758c
BLAKE2b-256 5049b739825894c6e091f9d5f43ed8b30df6dbfded5f76006ac12189df7b5cad

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 234.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for bulldozer_dtm-1.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 68d1609a778547aac4d09abe00a7b69975f843a1959847b1402b2e6cb8db3bee
MD5 6aff67d8ca6aa5e2bc6c05d78ad14873
BLAKE2b-256 7b2a24e34581114ed98de3ca36868a7b10636467e017b3afe8f2c358f46d244f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f78c0db09018758f83ae32e39cb5f4f0031c03e305d2365a7d61f13c969a45a8
MD5 c83b83c41565236533487e3faa1679bd
BLAKE2b-256 57e3e3561ccaff49a0d45c4951c0bdb2d48597c79033affc1abbf5836c6222f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3836cf93571594c7cce0b845f7ed9f0c15f76223cad43ce7fab44c2f90e47a98
MD5 cc3cab0a22f83152cead69a7e3388064
BLAKE2b-256 fbb6057ef19ed22fa67ae88a0a7d96d729f6b2169ba83f8d0fcbad2575ef6af5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b70bc0fab290856bd9115b7a71839853b74052381382b7d67ddd75f19273969
MD5 bd1d5241b06642d4d74ad0d1a3785cbe
BLAKE2b-256 a201523253b43305c6cd41236bb4a664f508403dbe7e6ca59827f0078717513b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c2406f515f0053e5b5b5528997f4b11f10fc1de7fed7810fcce01eacba45749
MD5 5345f8ae8ee213bc4d3990b0c4d17821
BLAKE2b-256 1a0c1520cf7b471afbfd6d94740511bec8ef4d934d5fdc4e2051915161ad1bde

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16ab27432583a97e5f94850715001e80d363a7074362b710ca05d9887c63ff05
MD5 517b7b9c2ca4c6760de6af04cbdcb126
BLAKE2b-256 1c1962fbc2f8a410afb1d58579ba077988a181614bba5fe49bb0875620e212be

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 501cbcaf730e1a15924f3625231a29b7fa5c0d399052d4060cbc7e9639db88aa
MD5 fb12f3e9d1dd40545c29b443467227fb
BLAKE2b-256 5369ed5e1c30ec95b47f1b149c9e3efa897f04c24c7401286916be0fdf297c22

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-cp312-cp312-macosx_10_13_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.1.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 298adc678536a559a36f7259422ac5fc79834d6c03c2f3301eb398b22e39c386
MD5 e6a0a56e4b9513d03e266a1aa8a6f884
BLAKE2b-256 896ea6b7b5904cf488b47ee9b34dd7e40d8591071f54def4293f36df8f46a3c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 233.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for bulldozer_dtm-1.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5c91e238522895891d9e90e307bd4a2017f8744443a54a41f08a176cca785203
MD5 55ccaa949d2e5411455fa6b252ec5020
BLAKE2b-256 f90758b1cdd2285c7036408c40f148f1349520e9359e1d93318ce73a0f8188f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d882327962a7805565be4d1d147647e18bf945718878a6ae6681dfae4a6222e
MD5 44edeb0e9d23433c45659fe953bd4c25
BLAKE2b-256 b7792e673e13449971be617afff62550c5601ec6e8c801c848f3de4a34e6b31b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 152da2ffc2ceee0e55688cc68530cd207b11676f2141a3c635be998be967cdb0
MD5 ed7305446c35d5c92ef62540e713d0b9
BLAKE2b-256 60326a8a3f79fb86780c4398556b74bb5b72be696709fe22fb5868586bab9d9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a44799760153137464f04a8cb3350f92a0096d1c04abe62d4518c16564043121
MD5 40b2fd363cce30a5f8bcfec04de0970f
BLAKE2b-256 f9c812743968acba1b7575f161ea2efb0d69cfb71df92044ac962ac4f89af563

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ae3d40e7f974801731c4a0ccba622adb8538b5103ef37e6bb034fd487949b4b
MD5 89d022a325689965c6dd90f6a57ed0a3
BLAKE2b-256 b9bc1ee7943d92e5ffa9d5f08bcc4eecfbacda32568a54ddfe39196e63bc5566

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 431ee632441a8a4e93284193463aed3722577564ef7e17e0f1ce843e450e7b34
MD5 305e38315925bcaee868e85e8b76d8a3
BLAKE2b-256 f1d77b1ac37179c18974cc7bf606b790180b53b1a83d417b61bda36fb8fd1fd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44a1c152ec844eb87487a1edd9bc6b6552b2d9812d2d7ca7647ae5f6b66c1cf6
MD5 347f7eff27c22c9606ac461b311fb248
BLAKE2b-256 f0fc7609ec8575946bd5afeb3b7ebbe7874025a289eecce790311a14615e13f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-cp311-cp311-macosx_10_9_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.1.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 086011efeaedf85442ab2cb72b07c3d77866cfd1373d71edcb0a87e1e415f554
MD5 365a14f073e52c04411ed7f21ae79d3b
BLAKE2b-256 890f5cc662d8584332a7b61dae72bc6894104d1a77437825d380677b95650166

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 234.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for bulldozer_dtm-1.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 eb71bcfcbadfee730e1d0ea69446ac563cc48fce4210645fae500aa0d08ddd27
MD5 f1d3bcaab5742d596440b58b24d22c16
BLAKE2b-256 ab6426236be5a6654754ec1c5238b3cd224a0b993126406315b5f5ba3431f9cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8e24b308cef522312c48155d2336080a1638b1030d7224c309400cda1e3a47e
MD5 33e4cf2a0656b61341a9490bc1e39d03
BLAKE2b-256 2f3c446c72d497e3948d8b5e4071a24c78e3bb722f145dfc8a21f33d14f468b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 32aa71202ddb3e1652f92b9c44dd2dc8289d7763b273bf49b3b599f6b5dc9ad1
MD5 108203b9f6f61fbdbfeb433d335a8a6e
BLAKE2b-256 05e89c5d1bc5b62c15e6a6a002367d9d6bde1b769d24c4355b2e402f8711b598

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d21904f58b4afdde10552b47a1d67d30565c5e717729fbf0f12b7751475c41be
MD5 75c5345e4c71406e18a7f659d984d4c9
BLAKE2b-256 c90861d873005c9bbce8dada2eb7177a597ea0b71f566dd86ed9f55d05350eb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 87536d0bc8b269db4333cc114f77dabdd5e88d97786ce3693d8d475fb13836ce
MD5 82e3c902d0570b6d2bdb7488c3489629
BLAKE2b-256 9ddbf14eec4da95a89c6d2ea17840c6a9e7f8d5722c680896235a5eb25550798

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1238415bd51224d1b5658a351ecfa2c5359454c3c09c1261f1abf12a4841267f
MD5 23ba80e29b7ba5a5398d6934552d4bf5
BLAKE2b-256 83548991e8fbcb5cd20dcee948a97966b2f7f84618ca757abbca54661d9b7149

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 422d7d6cc0b2172b9675973155fd90b9cb2fe154e0aad0166495a16018d177c5
MD5 84a3069910879fd5287b400d01bfc5db
BLAKE2b-256 0e18ab6c102aea42b38b676cb2881a68a8ce2d5591443139bce6552e7904190c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-cp310-cp310-macosx_10_9_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.1.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 03691ceab7007c8f459cce29c55d55e0156c983b2c620c14b58f2b6081f6d1ff
MD5 b13fe67b0e7caea6ee7e3e674a33ddff
BLAKE2b-256 2dbf75725bfb87324aacdec1daa4c87080f02e30dd68eb88d22857391e7536da

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for bulldozer_dtm-1.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d8df0040a4b099c8247921e7d5aa3a490553e319a2ea3cc7763d74d4abe19e14
MD5 5ac6c5e49f4683b642387739c4015517
BLAKE2b-256 01ffca53fdec052fa8d8840801dbd0b50807c4a9d7c37ba624b90ac6a8b407bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cc8eb006567a1b9c873006dc373916627458f043409763cd7a8efdebfeee3b6
MD5 8b445a40eeea0b9836cff3e720f8dce3
BLAKE2b-256 1cd14e32e9c868b815845fe8cdf17cc0b904dabea47f678b6769217b57ea652c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 71744ba1e70b150556df8d81ec261d37e0f42347292cc527be583e326a57d908
MD5 009d5e9b99f4cdeb05de262c253b387d
BLAKE2b-256 abd1eb74dd1c6a6bc7160e086c3ad6a1ad1adee5bd1920cc8eefb7309ba542fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b1baa727abf429f31adacd12f75d6ed74dcee415e14a9abbc11c96f08368104
MD5 13e7957f677abd2263a0e0cbc823ed16
BLAKE2b-256 aab0c52f3ebd652576f6e5d11d58014befe5d961e3bc30e711d45b522be3f21d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 96e9eda5a3d5f73524a5e634fb7810a202b2a15efddfd8936f1f22b085318732
MD5 c044297febb0fc512b10ff538bcc59fa
BLAKE2b-256 69724e5558b00939a79e7532e677d1610ead2f199c53250385949255c30f8009

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45e947130626f085d24b5dab4048293feccfaae3db1d3495fa151fd5af56986c
MD5 142360cd23ff0892f5a7eb345cd8a663
BLAKE2b-256 0ea50532b2002b0e06538adf2e9262b4cd84e943ee9da7d094928654e79c1c22

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c767002ad6612eb99fddf5bd4f965ad8450da110770824cfe08f7ade35e86711
MD5 15bb7dd38247a840e49f7c8e12ca5e6c
BLAKE2b-256 82b9b6e5f29a037f4093a29f6da49325c035c117d0bebadc2d7c4d1e2dec05e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-cp39-cp39-macosx_10_9_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.1.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a34c4d928b6e7d2235e70e047048d52ddf0a43679d4627238def24a700ba68a5
MD5 234c2027f1be891518ea9d359d091c5d
BLAKE2b-256 13de3538455a552934cccbc7af41ad04b9ae2626f3a60339d40532928887ded3

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp38-cp38-win32.whl.

File metadata

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

File hashes

Hashes for bulldozer_dtm-1.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ed14f541fa39a79c9d673bb60ac8b5f29e8f146693dfb598d75d4bd9e65a7b35
MD5 1cf8d537a753e676ab032e4e0f432abc
BLAKE2b-256 96260d5e0ac525f0d5b889a880b8054788b38ebc3cb83dd4b0674061d3663eb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 920af7033dc3a826d35cdeb893c0a62eed32e491479ea09a150656ce15ef4b99
MD5 af61fdd7556708f1fe5e23dc5bd5c522
BLAKE2b-256 76cfa89992d700d901e0ab77bdf365d18e22c1a32e3b73c6fc961a189df1c1f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 727bc2cc6eda13ee29db776a128708e5904c4471b2590f5e3528ebbecbafcfef
MD5 f893447d4c975cb520569573999824f0
BLAKE2b-256 fcff5fa628271e38c685a7d8ac74b19a8e85c956c17cd4bcb20da294ad0f65d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad39745ca29eeaaf377d3da83bd321c6bce3624abd299e1dcbba30b836d9990a
MD5 26987d5e4787647ec25f5afe2f5bd638
BLAKE2b-256 3d02b77a9fae4a01387e0a28a4056b4fbf5107ee87d758132255425adaa7bd6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c12b5eb6d92145ca402db8436b79dbcea06be0db710358890ab3ba2b81a4fef3
MD5 398f99971a260010713adb968eed57f2
BLAKE2b-256 b5b1f8b437a08ae930790672e4163518d08d290be30203c722fa82f6232aaa1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-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.1.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e99aa6d243b797b0d8877600d179a6373e90318d6e20cf571fad07b19f7806cd
MD5 0e2bd3c854b62c0391f4fcb56c9545e1
BLAKE2b-256 6f6d3c24df05f4371a331337c84f73c132dea4307f7a32abb6e5745581957160

See more details on using hashes here.

Provenance

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

File details

Details for the file bulldozer_dtm-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b1e8b90a1c4bd71637240c7e032f65fcc7c7e0a90af3ea086470f331571c83c1
MD5 3a9281d3af18428b057003e653f9219a
BLAKE2b-256 9190d00c82e99d7cb055a3f87439f6987b5303981a3252ab8248c0cb0d6ae365

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.0-cp38-cp38-macosx_10_9_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.

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