Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Overview

cars-rasterize aims to convert a point cloud into a digital surface (or terrain) model with colors.

It is a part of the photogrammetry tool cars extracting Digital Surface Models from satellite images.

Installation

cars-rasterize is available on Pypi and can be installed by:

pip install cars-rasterize

Quick start

  1. Download subsampled_nimes.laz*:
wget https://raw.githubusercontent.com/CNES/cars-rasterize/master/data/subsampled_nimes.laz
subsampled_nimes.laz
drawing

subsampled_nimes.laz* is from https://geoservices.ign.fr/lidarhd. and has been downsampled (1 point every 50cm) to make the file smaller.

  1. Run las2tif executable:
las2tif subsampled_nimes.laz dsm.tif --clr_out clr.tif
  1. ✅ Done! The executable generates two files:
  • dsm.tif: the elevation of the points (Z dimension) are projected into a regular grid to generate a raster file named Digital Surface Model.
  • clr.tif: the red, the green and the blue dimensions can be also projected producing a color interpretation map superimposable on DSM
dsm.tif clr.tif
drawing drawing

How it works

A LAS file contains a set of points $P = {(x, y, z, r, g, b)_k}$ each having several dimensions:

  • $x$ and $y$ correspond to planimetric information
  • $z$ corresponds to the altitude
  • $r$, $g$ and $b$ correspond to colorimetric information (respectively red, green, blue )

To create a raster digital surface model, we define a regular grid on a region of interest roi of origin $(x_{start}, y_{start})$, size $(x_{size}, y_{size})$ with a constant resolution.

For each cell of center $(c_x, c_y)$, we consider the subset of points contained in the disk $D$ (parameter radius) centered on this cell (see figure below):

Contributing points
drawing

Then, the altitude assigned $z(c_x, c_y)$ to the cell is a Gaussian weighted average (standard deviation sigma $\sigma$) of the distance $d$ to its center :

$$z(c_x, c_y) = \frac{\sum_{p_k \in D} z_k e^{-d_k^2/2\sigma^2}}{\sum_{p_k \in D} e^{-d_k^2/2\sigma^2}}$$

Finally, to have a superimposable color to this dsm, the colors are averaged in the same way.

Contribution

cars-rasterize is a free software: Apache Software License 2.0. See Contribution manual.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cars_rasterize-0.3.0rc0.tar.gz (12.9 MB view details)

Uploaded Source

Built Distributions

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

cars_rasterize-0.3.0rc0-cp313-cp313-win_amd64.whl (105.7 kB view details)

Uploaded CPython 3.13Windows x86-64

cars_rasterize-0.3.0rc0-cp313-cp313-win32.whl (87.9 kB view details)

Uploaded CPython 3.13Windows x86

cars_rasterize-0.3.0rc0-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cars_rasterize-0.3.0rc0-cp313-cp313-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cars_rasterize-0.3.0rc0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cars_rasterize-0.3.0rc0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (148.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

cars_rasterize-0.3.0rc0-cp313-cp313-macosx_11_0_arm64.whl (102.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cars_rasterize-0.3.0rc0-cp312-cp312-win_amd64.whl (105.7 kB view details)

Uploaded CPython 3.12Windows x86-64

cars_rasterize-0.3.0rc0-cp312-cp312-win32.whl (87.9 kB view details)

Uploaded CPython 3.12Windows x86

cars_rasterize-0.3.0rc0-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cars_rasterize-0.3.0rc0-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cars_rasterize-0.3.0rc0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cars_rasterize-0.3.0rc0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (148.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

cars_rasterize-0.3.0rc0-cp312-cp312-macosx_11_0_arm64.whl (102.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cars_rasterize-0.3.0rc0-cp311-cp311-win_amd64.whl (103.3 kB view details)

Uploaded CPython 3.11Windows x86-64

cars_rasterize-0.3.0rc0-cp311-cp311-win32.whl (86.6 kB view details)

Uploaded CPython 3.11Windows x86

cars_rasterize-0.3.0rc0-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cars_rasterize-0.3.0rc0-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cars_rasterize-0.3.0rc0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (139.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cars_rasterize-0.3.0rc0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (146.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

cars_rasterize-0.3.0rc0-cp311-cp311-macosx_11_0_arm64.whl (98.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cars_rasterize-0.3.0rc0-cp310-cp310-win_amd64.whl (102.4 kB view details)

Uploaded CPython 3.10Windows x86-64

cars_rasterize-0.3.0rc0-cp310-cp310-win32.whl (85.5 kB view details)

Uploaded CPython 3.10Windows x86

cars_rasterize-0.3.0rc0-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cars_rasterize-0.3.0rc0-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cars_rasterize-0.3.0rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cars_rasterize-0.3.0rc0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (145.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

cars_rasterize-0.3.0rc0-cp310-cp310-macosx_11_0_arm64.whl (97.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cars_rasterize-0.3.0rc0-cp39-cp39-win_amd64.whl (102.5 kB view details)

Uploaded CPython 3.9Windows x86-64

cars_rasterize-0.3.0rc0-cp39-cp39-win32.whl (85.5 kB view details)

Uploaded CPython 3.9Windows x86

cars_rasterize-0.3.0rc0-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cars_rasterize-0.3.0rc0-cp39-cp39-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cars_rasterize-0.3.0rc0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cars_rasterize-0.3.0rc0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (145.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

cars_rasterize-0.3.0rc0-cp39-cp39-macosx_11_0_arm64.whl (97.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file cars_rasterize-0.3.0rc0.tar.gz.

File metadata

  • Download URL: cars_rasterize-0.3.0rc0.tar.gz
  • Upload date:
  • Size: 12.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cars_rasterize-0.3.0rc0.tar.gz
Algorithm Hash digest
SHA256 6df774d44036128eba3d3dc9e2eb94f4c8db876d10107a877b98fea563b23b1b
MD5 52a326c0dfdc94b88a5de235789e049a
BLAKE2b-256 af79389f56a8a97cf15d53a772d63a14d4b25b97f7343ae91727a8bf0ec0665f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0.tar.gz:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2fb801e6ea766de8d373c7220ccbb55571ae7760e45094aa4d82a11969bec5a6
MD5 f14433c6ddf5d4bcbf11c1cced5a1a62
BLAKE2b-256 f4f89bf9fb87a60f0dcb98bdcffd7de973333ba7e6e1a7b7eca15e47b0e5f0fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp313-cp313-win_amd64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9f96427c68f16641fb7474dc9b78e83beb8a2f432ae29cb9f9fe960a439dc8a6
MD5 b3d16ca82ba5a9a9a75f5929b7ee6225
BLAKE2b-256 56d88457ca5a863b206cf5596cefe66ec74b96565db9f9e8c63dda501ff8a84a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp313-cp313-win32.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3cc85e34bcf9ae78af95f99b4f61fbf50cc279af35a63115b4da9af48308cbc
MD5 e18e425b8543cbf33cd92666489c09b4
BLAKE2b-256 4fe38703319e69768ea1defb1cfd0293959687f385579d8ba32a378306a45cb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 679f3f423d5aa2ca9fc85d9babdbf6984dad211269a2dd1ab3b08e007fdde391
MD5 c0704bc66cd0726dee28130b784690a1
BLAKE2b-256 a8fc82a1038d103c0a21afc76262830589c7d26afc63d1b9f1cd299a8872b067

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c9eece588b7c07767d9a8722a08ca8ed9d6be8e60f3f3d0cd54d27ed269962b
MD5 e0198a288631d58375d55664cf5df569
BLAKE2b-256 9d12f3ea4d21fde8e5dc39502edd01a0933953306d4c4524489ce9005dccf57b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6f741adca32948a687285457b2eea1af1ad798b26d5c00d8f6781d3a7d47d32f
MD5 2783b82aff2e5aef1824294fce46a0f9
BLAKE2b-256 b33810e7e29a71753c448fb34692886b396bdd557f50434a4d7c0041bd04b837

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42b0f1bb09672f3de94eab8f78f0c4933f4c71c56a880552ad6ed98d9f0fc0c5
MD5 e1136e533bd57a92ceb647d20df48114
BLAKE2b-256 f3e70a8c1bcbc9bf3a88a48f67e9f92adef683149e8eeed33d9a5efdda2daef5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7d04d24a31d188e81fca24dbf40cee6d0b9f37e0505178340cfed4fc512ef54f
MD5 b7f0bb3de201ca8e38b8688d014a896e
BLAKE2b-256 18b84e7b740fa8f48f903430b8b05d05f1841bece993be603b0a77a08c39d3d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp312-cp312-win_amd64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 466e1d6e644ccba487ec31278286e62b7a2e85231653ecb67c9a61c906eac034
MD5 00bf90290ca32702c61d020dd7fa5f8a
BLAKE2b-256 79492eb6730b53bfab3eed61baa415f4a7156b2d0d1ebca61912a0dd4dd1a3fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp312-cp312-win32.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef668f2deb9c8ea92097fcc8fc495ad2ba7742ad6aa5facb3da4ef9c49167624
MD5 9bff294f326571d9d4a79b9128a54c4a
BLAKE2b-256 c5e880d1cd98191ea22cf6c376ff2b6d6a83e229fd9008f914f105a8dead9c15

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5c57b92589e29d26a8aabdf958f36c6e45e401f1b2a8686804d39beb69fefadf
MD5 6d2e95b05dc3aedddb07f8bc679ab0ab
BLAKE2b-256 e57519e7b756d4d232c4a048781cba412bbf48891aa016a2c1c6732e00154433

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f589565a68c547e5dd26141e07d718f62c6ef510c0f83f827fe2f6835b4acd69
MD5 9d849b0cc63b8ac6237fdfadb215228f
BLAKE2b-256 ee502592fedc8355d509fca1d7e2acc8e6b7138c8be0f5bfbb7a70a2977f9312

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 823e1b6df259aae24da40ee13b4af69d5a5063ac9eb875bc92140f26a6708357
MD5 241a8538331e6248b55405c330f65cd0
BLAKE2b-256 11141a07e8d34f0842c6eb6616e0cc940c72a5cc988848ef5181b31708b5ed2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d873e9c5906f9d41bc4ac412ccf72ad1343f19694c012cb736dc4e0f1516478
MD5 d86ed5997fbbf0beb42392df687a03e4
BLAKE2b-256 37a289bb129184f798461a8bbdf08958595ea8b9e4a538f56d5238cfa24fda39

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 373e2bc88fb25ed737d17f0db1526095a67d41241cc27275a74578482b9e5c7f
MD5 2aa5444aeb9918262ec4659490a1796f
BLAKE2b-256 27e3c681adb84b2ebd34cba2d9111934736c01177af60300d8fe342d04d5003e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp311-cp311-win_amd64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ced4223142aad0aeece6be260aa4708777d9618017a6de72d62b22d1b61af878
MD5 79fbb130d0ec35678bdd70fbdf408458
BLAKE2b-256 4061801fd4815dfb4e2fe446add6630fea545776a91b6455b103ed64151e472d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp311-cp311-win32.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebc2fafd62959253d9e4618d9e4dd5b1adbc4e8efa3866d476d750fdb0b11a1f
MD5 1d7c6a28eff2fa6b050766a79e0bd509
BLAKE2b-256 bee441d8a6d425102dfffa1aa7edba548f1efc013f0d7fc937b0b60493d70e8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b29a739e61f99058820a981e309cb007924113e5c0ca302ba6bd81805d7866ee
MD5 18af2faa5259fdb786c07c41ac1c6392
BLAKE2b-256 adbf9358111865f08b2155c26de50ac90d87056dfe10e61e9bfe6e53a29505da

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a20df7b1ca0d8fbdb95cb3e3b84c911b1cfe8b71ad011b4499db774e172c360
MD5 0f2ba776e999259df663b96cd505af24
BLAKE2b-256 56fe2381d1b9a90f27f4c0aadcf0ce668f2f3cf2f224af8ce2b208907e977d15

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e9175010cf110cff5c4e14478ea1b2fb175fee9112186dd6997527dddbfd075d
MD5 b83b3882aa5a5b2240feeea3d09211b1
BLAKE2b-256 8a75436d5d47bf59c08e902ed0d7b3ebee4d711dda75c88dc410ee930c8b511f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e8075eca5539ceee7dd132772bd70c13f19ad356db421a290f92de684feb605
MD5 c27617e0ca3718bb541dd429de6bb873
BLAKE2b-256 0591e82a467fc3beb62ce14e3cba5c1314ac21cc215e82ad0eb92822289f18bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e89b98e5360862ae72a4b9df434da8922f401fa96adb373e003dd288ff69cc7d
MD5 2daabde518a6e99c992403354cfdc354
BLAKE2b-256 13c1c002ff96e17d3735342cbc568a35656161c75f1cee922614ccf9fd0f8615

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp310-cp310-win_amd64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0a1e1392e347c2beb06dc26c806d1d72c25199d452cc87ecff777e529bf4ad1b
MD5 bf12cd97b99bc88401f6f29553eeef26
BLAKE2b-256 87765df20acae85e37789be5ec385dd119ab31ea8b65aadbd43c38f2b9c0a665

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp310-cp310-win32.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d57f69ab8156bf46ce5d61e825519667bca8f6d847c24cdaa5edb98dcd64d56c
MD5 8e884a5b4ce4b86db46f65ddc3ac6191
BLAKE2b-256 ba427994a8f9d23da0abdb7d52e1e0e4c01ea4656c8803785923a16c4a4642fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 25eba9658111929460c07fa7d9dbaa71ebb9c28a00362e54b9e0f911f41e8e53
MD5 c064090c7cc0517dc649e1f45f4479f8
BLAKE2b-256 d0be9559d63f0209ad3d6ac74c48c091b4f22c8ab437e5d60f0bf08f27cd8465

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a392712b98349a91d76654952cd4004e465ba79e3f414023ab9d70a0ec9bcaa
MD5 287f13ca5478599d994101d7bf902df1
BLAKE2b-256 30b88f20c366f96ce0708c46108e056aabd57ce41ab7ef8dea6f72b9646e46c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf9522e7eb69be87af2f9cd85ae366f9b95e0fd5ec1c4155fe593d9fe9c3f21d
MD5 450b1e1631d248bd4ba92570ea261748
BLAKE2b-256 6dac50c84a7451917739d8e9d8ab3f7408fba1b127092bccf8d576bd7457ad16

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d22622dbf574bbadec9e83961795f9d8eb39f72542e6c33a50e7a1ad9107c8b
MD5 2a81b5b8019686dfc20016227d0fc895
BLAKE2b-256 94eb2d1281ab94fd65f0da40fc8fc2b714e81ff5528a290551bb141329aac2a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ce6c4907dbe2a3290cbae6966e4678e5f7de122780cd9648d6653418c3f89a2e
MD5 4cd71d79b0fd3ebf45b04c19fb98b97b
BLAKE2b-256 b35023041da19a78f196cd9f51147ade3a03e147fa63c3e275997c09ac4f61b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp39-cp39-win_amd64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 08fd8eaba0524b629c2b6fabdf6d522b5c3bcb0f60fbbbeb02faf8e07bc48b35
MD5 cc930bd25e05cafb52d46753a40c62df
BLAKE2b-256 d4915f5f1fe096f51e71aa1215bf6879b4f277d8a8c04f0dfb27833d4d07e388

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp39-cp39-win32.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eaf680e1e6ed5cb3f20459fd579f22f2d4ed45c76a0dacfdc4c7e94cf7d377f1
MD5 868ff3eac086452cde0223fbfb411680
BLAKE2b-256 56a47aa46588b802f7950959878090c863da5e238bdcfaa627747bdb7c1be66b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 232952d4847f5152b5f1f7e4891d55a896657bbc995ac69e9e5cc02d71010ec0
MD5 f4e47a35e1af31687ecb30cbbab04fae
BLAKE2b-256 e1586888d6e37bbe2598b5e222e8862b40bc0c8bfe516ff5de9d4bdc0970e32d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee257f61f4d311020d59c81e6c5de691153e0bd335f0061655d9c794ed0b441f
MD5 ec05ce278b65195b391f99405b1195a0
BLAKE2b-256 9b9776cae65757e984e171cca3cdf9698d84784803c3993b4ce1c7751e146cee

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3d021948cd553ef02f372b0bbe34ba502fe16f17e449f6747f8875ba70f7c730
MD5 835aa67eb0ecc0dbd69e6c5bf57c52b2
BLAKE2b-256 268ddd5049b420ada1014f0d64fc08699d48a11e275a27b57ea115d507db449c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

File details

Details for the file cars_rasterize-0.3.0rc0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cars_rasterize-0.3.0rc0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74846ed3be949f96ffd9ea5392e8e08eb87ac38360fb5795cfabc8e319a666f4
MD5 3a04b4a5a70c995c62373da3bbcaba7f
BLAKE2b-256 fb6518a9fa9c4ddaf44d69b6b9af99b58ca1dd1e5144e1fc448bf9b23b2d4495

See more details on using hashes here.

Provenance

The following attestation bundles were made for cars_rasterize-0.3.0rc0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yml on CNES/cars-rasterize

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

Release history Release notifications | RSS feed

This release

0.3.0rc0 This release

36 files

0.2.3

41 files

0.2.2

1 file

0.2.1

1 file

0.2.0

1 file

0.1.1

1 file

0.1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page