{"id":22746017,"url":"https://github.com/tumftm/dt-cargo","last_synced_at":"2025-06-10T12:07:37.694Z","repository":{"id":106679273,"uuid":"596554252","full_name":"TUMFTM/dt-cargo","owner":"TUMFTM","description":"Recorded Real Driving Data and Computed Track-Wise Metadata","archived":false,"fork":false,"pushed_at":"2023-05-30T09:26:27.000Z","size":4033,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T10:08:03.692Z","etag":null,"topics":["fleet","gnss","logistics","mobility","road-freight-transport","trucks"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"odbl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TUMFTM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-02-02T12:49:08.000Z","updated_at":"2024-10-02T09:49:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd962fde-307b-43a6-8628-61ae3244a856","html_url":"https://github.com/TUMFTM/dt-cargo","commit_stats":{"total_commits":4,"total_committers":3,"mean_commits":"1.3333333333333333","dds":0.5,"last_synced_commit":"805c534c73ed4d247babd053f60468b486f92519"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUMFTM%2Fdt-cargo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUMFTM%2Fdt-cargo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUMFTM%2Fdt-cargo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUMFTM%2Fdt-cargo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TUMFTM","download_url":"https://codeload.github.com/TUMFTM/dt-cargo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUMFTM%2Fdt-cargo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259072770,"owners_count":22801075,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fleet","gnss","logistics","mobility","road-freight-transport","trucks"],"created_at":"2024-12-11T02:09:54.115Z","updated_at":"2025-06-10T12:07:37.669Z","avatar_url":"https://github.com/TUMFTM.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DT-CARGO dataset\n\nDataset of Trucks' Anonymized Recorded Driving and Operation\n\n### Getting started\n\nA working installation of conda package manager is required.\n\nFirst, install the provided environment. \n \n`conda env create -f environment.yml`\n\nActivate the environment\n\n`conda activate dt_cargo`\n\nAdd the environment as a jupyter kernel.\n\n`python -m ipykernel install --user --name=dt_cargo`\n\n### fleet.csv\nThe overview of the analyzed fleets.\n\nColumn | Data Type | Unit | Description\n---|---|---|---\nvehicle_id | int | - | Unique serial id of each vehicle\nfleet_test_id | int | - | Unique serial id of the fleet the vehicle belongs to\ngross_vehicle_weight | int | - | Gross Vehicle Weight Rating (without trailer)\ntotal_mass_with_trailer | int | kg | Gross Combination Weight Rating \u003cbr /\u003e(with trailer,equals gross_vehicle_weight \u003cbr /\u003eif no trailer can be attached)\naxle_class | int | - | Vehicle class according to [3]\n\n### tracks.csv\nThe overview of track-wise measured and computed data.\n\nColumn | Data Type | Unit | Description\n---|---|---|---\ntrack_id | int | - |  Unique serial id of each recorded track \u003cbr /\u003e(ordered by vehicle_id and start_time)\nvehicle_id | int | - |  Unique serial id of each vehicle\ntour_id | int | - |  Serial id of each tour, assigned to 1..N tracks\nstart_time | timestamptz | - |  Start time of the recording with time zone at time of recording\nstop_time | timestamptz | - |  Stop time of the recording with time zone at time of recording\ndistance | int |  m | Dis tance driven during track\ntrack_gap | float |  m | Dis tance gap to following track\navg_speed | float | m/s | Average speed\nmax_speed | int | m/s | Maximum speed within track\nn_signal_loss | int | - |  Number of signal loss events during recording\nd_signal_loss | float |  m | Dis tance covered during signal losses\nr_signal_loss | float | - |  Ratio of signal loss distance to recorded distance\navg_hdop | float | m | Average horizontal degree of precision during recording\nhome_base | bool | - | End of recording is at home base of fleet operator\nlong_haul | bool | - | End of recording is more than 150 km away from home bases\nrest_area | bool | - |  End of recording is at an unserviced rest area\nservice_area_fuel | bool | - |  End of recording is at a service area\nindustrial_area | bool | - |  End of recording is in an industrial area\ncid | int | - |  Cluster id of last location in recording.\n\n### speed.csv\nSpeed and precision data of each individual track with 10Hz sampling.\nSpeed data are stored in speed.zip in the folder speed/{vehicle_id}/{track_id}.csv\nIn this repository only the Example track is provided, please refer to [1] for the full dataset.\n\nColumn | Data Type | Unit | Description\n---|---|---|---\nepoch | int | s | Unix timestamp of measurement\u003cbr /\u003e in time zone “Europe/Berlin”\nspeed | int | m/s | Speed at measurement in m/s\nhdop| int | m | Horizontal degree of precision during recording [2]\n\n[1] Zenodo Dataset TODO\n\n[2] u-blox, “MAX-M8 series u-blox M8 concurrent GNSS modules Data Sheet”, UBX-15031506-R05 [Revised May 2019]\n\n[3] Bundesanstalt für Straßenwesen, „Datensatzformat der Achslast-\nJahresauswertungen (ALJA)“, 2018. Accessed: 22 nd Jan 2023 [Online]. Available:\nhttps://www.bast.de/DE/Statistik/Achslast/Daten/Daten-Beschreibung.pdf\n\n### Contributing and Support\n\nFor contributing to the code please contact:  \n\nGeorg Balke \nInstitute of Automotive Technology  \nTechnical University of Munich  \n  \nmail: georg.balke@tum.de\n\n### Versioning\n\nV1.1 \n\n### Authors\n\nGeorg Balke, Lennart Adenaw\n\n### License\n\nDT-CARGO is made available under the Open Database License: http://opendatacommons.org/licenses/odbl/1.0/. Any rights in individual contents of the database are licensed under the Database Contents License: http://opendatacommons.org/licenses/dbcl/1.0/\n\nA human-readable summary can be found under https://opendatacommons.org/licenses/odbl/summary/. Disclaimer: This is not a license. It is simply a handy reference for understanding the ODbL 1.0 — it is a human-readable expression of some of its key terms. This document has no legal value, and its contents do not appear in the actual license. Read the full ODbL 1.0 license text for the exact terms that apply.\n\n### Associated Article\nBalke,G. and Adenaw, L. \"Heavy commercial vehicles' mobility: Dataset of trucks' anonymized recorded driving and operation (DT-CARGO)\"\nhttps://doi.org/10.1016/j.dib.2023.109246\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftumftm%2Fdt-cargo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftumftm%2Fdt-cargo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftumftm%2Fdt-cargo/lists"}