Useful functions for working with paths
Project description
CommonRoad Path Toolkit
This package contains utility functions that are useful for computing geometrical properties.
Instantiating a path
from commonroad_path_toolkit import Path2D
# Either from a list of points or (n, 2) numpy array
path1 = Path2D(points=[[0, 0], [1, 0], [2, 1]])
# Or from seperated x and y coordinates (numpy arrays are allowed as well)
path2 = Path2D(x=[0, 1, 2], y=[0, 0, 1])
Documentation
See gitlab pages https://cps.pages.gitlab.lrz.de/commonroad/commonroad-path-toolkit
Authors
- Kilian Northoff: kilian.northoff[at]tum.de
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file commonroad_path_toolkit-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: commonroad_path_toolkit-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 10.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbf5425de54902751bedff74964370e6008eafbed6903371338d5a84fdf60fee
|
|
| MD5 |
3c23c845d4808e6c362eb4935d5f1345
|
|
| BLAKE2b-256 |
8ac4291b48c8f6680db2dad601932ba204b022a01056ec9969953c4558572af0
|
File details
Details for the file commonroad_path_toolkit-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: commonroad_path_toolkit-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 10.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
311412ef426331512db22fa8e9afe742e29ee07eadbf81f15511fd696e9ad1e7
|
|
| MD5 |
1a3b27d307a91ecc12b1accf7dface71
|
|
| BLAKE2b-256 |
b0ef7c587e95c228060976ac947af8b7e243f3284ea0fb66a32b2f36804d466a
|
File details
Details for the file commonroad_path_toolkit-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: commonroad_path_toolkit-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 10.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70ad0c571b7160bd9da00a311f11e234cafc6f4d18b4ebd5dafeda4035b4f52d
|
|
| MD5 |
6ef23dcef3edac3fd8996e81cf72e62e
|
|
| BLAKE2b-256 |
994fa87f51842e3bd1a38aec0744aaf5e231cd958a748155d708495dba0cc9fe
|
File details
Details for the file commonroad_path_toolkit-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: commonroad_path_toolkit-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 10.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b098177f2eaaf9a8e8e68d33f2b78a70dc6a6a9d0c59acdf90a049d51009d431
|
|
| MD5 |
ff0bd69a21da19c3e8cecfaf6e1f6296
|
|
| BLAKE2b-256 |
5fffeb15ab74b0c7a7af4f30e22076703251ac1936b232fc8094e634c9022b8e
|
File details
Details for the file commonroad_path_toolkit-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: commonroad_path_toolkit-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 10.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51e03394f87fbc30562cd5c83e89a4f6cdbf2666b8d57973c4b82231dd0d79ac
|
|
| MD5 |
f98086eeabbf3ca856c34e5e1a49d64f
|
|
| BLAKE2b-256 |
902326ad575db637964c217f026cebea032a61be25798cebd6426dcdba86eb7c
|