tasi.dlr.dataset.DLRDatasetManager#
- class tasi.dlr.dataset.DLRDatasetManager(version, path='/home/docs/checkouts/readthedocs.org/user_builds/tasi/checkouts/stable/tasi/tests/data', download_chunk_size=1024, **kwargs)[source]#
A base class for DLR dataset management
- BASE_URI#
The base URI for all DLR datasets on zenodo
- Type:
str
- __init__(version, path='/home/docs/checkouts/readthedocs.org/user_builds/tasi/checkouts/stable/tasi/tests/data', download_chunk_size=1024, **kwargs)[source]#
Methods
__init__(version[, path, download_chunk_size])download(file)extract(file, path)load([path])Download a specified DLR dataset.
openscenario([path])List of files with OpenSCENARIO data.
road_condition([path])List of files with road condition information.
traffic_volume([path])List of files with traffic volume data.
trajectory([path])List of files with trajectory data.
weather([path])List of files with weather data.
Attributes