Skip to main content

Digital Terrain Model (DTM) extraction tool

Project description

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

pypi docker contributions welcome license Python >=3.10 Documentation

🌏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.

✨ Features

  • Digital Terrain Model (DTM) extraction from a single Digital Surface Model (DSM)
  • Requires only a DSM as mandatory input
  • Optional ground / non-ground mask support
  • Designed for both noisy satellite DSMs and high-quality LiDAR DSMs
  • Command-line interface (CLI)
  • Python API
  • Configuration-file based execution
  • Docker container support
  • Fully open-source (Apache 2.0)

🚀 Quick Start

🛠️ Installation

You can install Bulldozer by running the following command:

pip install bulldozer-dtm

For alternative installation methods, please refer to the documentation.

Requirements

  • Python ≥ 3.10

⚙️ Run Bulldozer

As described in the documentation, there are many different ways to launch Bulldozer. Here are the three most popular:

  1. Using the CLI (Command Line Interface) - Run the following 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 -ndsm, 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 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:

Linux / macOS

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

Windows (PowerShell)

docker run --rm  -v C:<absolute/path>:/data cnes/bulldozer:latest /data/<conf>.yaml

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

✒️ Credits

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}
}

📜 License

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

🆘 Support

For issues, questions, or feature requests, please open an issue on our GitHub Issues page or check the documentation for additional resources.

🤝Contributing

We welcome contributions! Please read our Contributing Guidelines for details on how to get involved, including coding standards and submission processes.

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.3.1.tar.gz (496.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.3.1-cp313-cp313-win_amd64.whl (731.3 kB view details)

Uploaded CPython 3.13Windows x86-64

bulldozer_dtm-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.3.1-cp313-cp313-musllinux_1_2_i686.whl (3.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

bulldozer_dtm-1.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

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

bulldozer_dtm-1.3.1-cp313-cp313-macosx_11_0_arm64.whl (754.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bulldozer_dtm-1.3.1-cp312-cp312-win_amd64.whl (731.7 kB view details)

Uploaded CPython 3.12Windows x86-64

bulldozer_dtm-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.3.1-cp312-cp312-musllinux_1_2_i686.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

bulldozer_dtm-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

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

bulldozer_dtm-1.3.1-cp312-cp312-macosx_11_0_arm64.whl (756.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bulldozer_dtm-1.3.1-cp311-cp311-win_amd64.whl (729.6 kB view details)

Uploaded CPython 3.11Windows x86-64

bulldozer_dtm-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.3.1-cp311-cp311-musllinux_1_2_i686.whl (3.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

bulldozer_dtm-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

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

bulldozer_dtm-1.3.1-cp311-cp311-macosx_11_0_arm64.whl (754.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bulldozer_dtm-1.3.1-cp310-cp310-win_amd64.whl (730.0 kB view details)

Uploaded CPython 3.10Windows x86-64

bulldozer_dtm-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.3.1-cp310-cp310-musllinux_1_2_i686.whl (3.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

bulldozer_dtm-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

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

bulldozer_dtm-1.3.1-cp310-cp310-macosx_11_0_arm64.whl (755.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for bulldozer_dtm-1.3.1.tar.gz
Algorithm Hash digest
SHA256 4fdef5b6991f47ee93c74f43d80742b235c9eefbe70edeba918eadda5044c6ad
MD5 9e1f93e642473ee74e5d3eb4136756e9
BLAKE2b-256 2c2df355f24c30c1470b51110a77e9e57f47a98d18b25b125edc3f8e1bbc18aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b7aa49aea0d89986d26b83b6439ad0c29a0d0af1c24281e92e53692e6b58f0aa
MD5 c63eb5aeed959f77d6a80b47209b3072
BLAKE2b-256 e4d5a12492e822c681bae336fbfb59efe9a1e7608bdde8595d7ea51d2359542b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e976b267785ce143686a82ee9a6f537c174e55f7944be41b32de3befd2704cc
MD5 aaefb16937570482bc58f74488127ba8
BLAKE2b-256 ca6b5b68ebbbe9c350d99c8331d58287b33256b6d56abfd818b58573cf4b4e2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e1784f9711f8d8f8c0387427319e181c8c405aca31452791d3fea02c72094672
MD5 3fd0ab0ae404a3f73edddb7c1708ed82
BLAKE2b-256 1a98e35370c37ec7552f9a349ace1fc0e431907918e457a40574be2447ca4e50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c9dae35922df940d81ee892919592e940cfba7468d46c378ede0d375565962b
MD5 a6d746b99d6efc26446e7e7a106c2986
BLAKE2b-256 f2d9c452a52ebf8b344baf2816f7e1d77a394b6029d312e0fe3e91cd12c30103

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cb86c483aa84986e69421cfa4ad6e13e4b0ebff0578adfb0c70f6ba3be2b5a6c
MD5 761bf8240069b8e18f8d7109df336bc3
BLAKE2b-256 a71bdc756a245d12fbbf0d866f5fe0277c8c29f768b1ca7bb3d4767b9cf406b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ba5ae0afb470d990f1822dea08d153ff4e027e5782a8f06f5510179f425b90d
MD5 c674004dd24b0197e5c316209c94c508
BLAKE2b-256 dd1acd561839ae08be48479b9ffc64dc6e08e616993954ce5f4c45436577ed4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.3.1-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.3.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 27ea09603a87ac95dcc5179160054ff2eac4ef47b778cd160c4e88f61d7bbbb5
MD5 7e82deff2df5b1b1fe8bd2a8c90dd6d7
BLAKE2b-256 933896aa192e9f91b98bc0a2afaecd584d037b80af31633aaf1263051af3e5a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d9e28beb24fe7e2aa67f158705a82683ab14511e37827e4a7f4495c6b5f7761e
MD5 3e4d6eee5318ea63c18a97a056af8a25
BLAKE2b-256 418773791daded7cab36961d2afa82104bb0c1347498b5345fe142034bc5dbbf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7976e7c3c786dacff6117b10369314bb2fef1becac850cbaca3126bf3f11b98b
MD5 9c167516bb26c02e1fc2e2967e2b3e65
BLAKE2b-256 4f4e9a6149c9ef32b57b5d04ac604e40720901e4bf2ba80ebeec660bb9d34770

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d1c900a274e655c268938524f1bab65121817064683821a0442d992dc578bda3
MD5 cb2a9c4c46717fe680733ec4fee52efa
BLAKE2b-256 cba36fec15a333699fc96dc1571fbf3059bd0c85ce32cd6c3a394ec6a8a37a2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ce0fdd543e23ef253d3464ec64097a689e2fb3fff8956675dd5c03510e9094c
MD5 c90832d01528858cbb3bdfb87b9d2a79
BLAKE2b-256 13bfa454dd1bb3d52b34aae450ed2b2ac6ccaff3b6eb36ab066d1a52b0b77831

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90f08437c17904256a720f247b3c75af59375cbdd097e624c33269070efa287f
MD5 d7347aee0053c41f2d460c5693f291f3
BLAKE2b-256 cbdc242646d428e9287caf0e526c99f42f9187a6a4d17cfc94ececbcef196446

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.3.1-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.3.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ae3d4a99b8471590826ff086e3f29d9fb2a9e23f92c9b4a39094c13ba51d7fcd
MD5 384f5348b5c045f9d88f8cfa61ec7236
BLAKE2b-256 fe514813189a81b9a01ecec2b776cd8d94408e6577f6f2f8cd9886fd4ce75841

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f54c8e36e60d35cc0c9e4cf3436031e0ab6ce51e89225cb61bb346c08821577
MD5 8b8fb6e6e15a1f01a5d30d1be3d8ac61
BLAKE2b-256 380a98b6aee8675e319a5912ab2af5d78a5c6b7e241e5559fd934983aa32e7d8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 513ccb0ef5810c5ce0908ac5fe72daea2c6c133d1b59fe5b4570750c21ca4032
MD5 3c8f6d5e758e10112c450b0effcd9d2e
BLAKE2b-256 57e0be4013f279380854cd5adddbf318add7b186b5a1de40f24b11dff84c4b56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e137e429cb8e87a197e2a58cc89146746142bb9aa0184a6299c5e80cdec49b3
MD5 067e2a785024051328fa180e2f23cfac
BLAKE2b-256 cd3103b93de389d66ba7c0a2610ffc82b0d03feca355148ab0a005677524c620

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ae8102e58b5f29897acd92b94655126a8859932010c950b3f7649cf3f889533
MD5 7ec59a91ff10e71e2a4817b6150f37c3
BLAKE2b-256 2070617450c76a229c97c714a55d9bf8c4c6ce00fbaf6856e0ebc4749df80206

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60d6fc0d94dd312777418df1c72864f303b4e377b25c04c190d1ca29d820fb6a
MD5 7fe00855f59263c33c294feedfac3043
BLAKE2b-256 ebbb41e1b181601acc36ddadcf76bba280d631a312cd143096a1389b0b85615d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.3.1-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.3.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 59a743348a6d05ae04b9593b549e431109c054d0c01466d628323a15117f8f44
MD5 c46f20abb1a929a463659b7f085c45a6
BLAKE2b-256 e25e604d1992798646ef74d19984b374b3556d888591eac991d59dd7845dccef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 600e411e89c57a8c7e0ee5dfcadd7f0f0210a1cf5568cb28159738564f4e0848
MD5 2817dce53405f66e9bcee5eb9ba427cd
BLAKE2b-256 44829813d85f8e5b1f2f221debeeefe39fcb454df8ac8dadbe7544b3597f5f89

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b55f99287bd289092d1d68f18e9dc56ffb143a122193b53fb8c17af633f92cc6
MD5 b099d1d6d8f63de026fe14d2221a4e12
BLAKE2b-256 1218fa3b5ca040d13ed95b0cf6c4fa89600cd8117e566e6e88026e96fb112bac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46d86a5bb10c45014460f56eba121a85ded393de3d14ee903e5bb161109d7fba
MD5 ed1882e3644a68c513109ebcdca3e388
BLAKE2b-256 040da53ccf1bdc03855a2b479ff639261e8492c9f63c943fb6907f8e0cac1882

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3d0ab03f877851943b1301d82a3fb65bab4526b291a6091f0f92582393e1a436
MD5 787c91615cedf482e1ad4a375752eb6c
BLAKE2b-256 85642843a6c39d4d17ad7120f8260ef6857aa3597e383d516cd22f1e9569b2b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bulldozer_dtm-1.3.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 567944aca2a77e492deffd0824a5b60451c23d80485330ac0998cb0d3b7bc410
MD5 db122ecee381946b0b7217aa1f5fdd2b
BLAKE2b-256 08da9b62d4beaeeb3a15391478799ff671b591fc35c8cb7cd5f93c2d9aa1da01

See more details on using hashes here.

Provenance

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

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