Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 15 new columns ({'traglast_stat_kg', 'traglast_dyn_kg', 'preis_eur', 'typ', 'segment', 'traglast_dyn_pro_traeger_kg', 'modell', 'montagearten', 'hersteller', 'traglast_quelle', 'eigengewicht_kg', 'land', 'traglast_konfidenz', 'url', 'traglast_notiz'}) and 7 missing columns ({'hoehe_cm', 'max_zuladung_kg', 'name', 'gewicht_kg', 'marke', 'confidence', 'volumen_l'}).

This happened while the csv dataset builder was generating data using

hf://datasets/Dachlast/dachlast-open-data/dachtraeger.csv (at revision 56ab54ca5a9687b099bcaebffa9b0137d9e9dde4), ['hf://datasets/Dachlast/dachlast-open-data@56ab54ca5a9687b099bcaebffa9b0137d9e9dde4/dachboxen.csv', 'hf://datasets/Dachlast/dachlast-open-data@56ab54ca5a9687b099bcaebffa9b0137d9e9dde4/dachtraeger.csv', 'hf://datasets/Dachlast/dachlast-open-data@56ab54ca5a9687b099bcaebffa9b0137d9e9dde4/dachzelte.csv', 'hf://datasets/Dachlast/dachlast-open-data@56ab54ca5a9687b099bcaebffa9b0137d9e9dde4/markisen.csv']

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              hersteller: string
              modell: string
              typ: string
              segment: string
              land: string
              montagearten: string
              laenge_cm: double
              breite_cm: double
              eigengewicht_kg: double
              traglast_dyn_kg: double
              traglast_dyn_pro_traeger_kg: double
              traglast_stat_kg: double
              preis_eur: double
              url: string
              traglast_quelle: string
              traglast_konfidenz: string
              traglast_notiz: string
              quelle: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2482
              to
              {'marke': Value('string'), 'name': Value('string'), 'laenge_cm': Value('float64'), 'breite_cm': Value('float64'), 'hoehe_cm': Value('float64'), 'volumen_l': Value('int64'), 'gewicht_kg': Value('float64'), 'max_zuladung_kg': Value('float64'), 'quelle': Value('string'), 'confidence': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 15 new columns ({'traglast_stat_kg', 'traglast_dyn_kg', 'preis_eur', 'typ', 'segment', 'traglast_dyn_pro_traeger_kg', 'modell', 'montagearten', 'hersteller', 'traglast_quelle', 'eigengewicht_kg', 'land', 'traglast_konfidenz', 'url', 'traglast_notiz'}) and 7 missing columns ({'hoehe_cm', 'max_zuladung_kg', 'name', 'gewicht_kg', 'marke', 'confidence', 'volumen_l'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/Dachlast/dachlast-open-data/dachtraeger.csv (at revision 56ab54ca5a9687b099bcaebffa9b0137d9e9dde4), ['hf://datasets/Dachlast/dachlast-open-data@56ab54ca5a9687b099bcaebffa9b0137d9e9dde4/dachboxen.csv', 'hf://datasets/Dachlast/dachlast-open-data@56ab54ca5a9687b099bcaebffa9b0137d9e9dde4/dachtraeger.csv', 'hf://datasets/Dachlast/dachlast-open-data@56ab54ca5a9687b099bcaebffa9b0137d9e9dde4/dachzelte.csv', 'hf://datasets/Dachlast/dachlast-open-data@56ab54ca5a9687b099bcaebffa9b0137d9e9dde4/markisen.csv']
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

marke
string
name
string
laenge_cm
float64
breite_cm
float64
hoehe_cm
float64
volumen_l
int64
gewicht_kg
float64
max_zuladung_kg
float64
quelle
string
confidence
string
Atera
Atera Casar L
191
81
42
420
17.5
75
https://www.atera.de/products/dachbox-casar-l-lava-1-082293
high
Atera
Atera Casar M
177
77
42
380
14.5
75
https://www.atera.de/products/dachbox-casar-l-lava-082291
high
Atera
Atera Casar XL
215
90
43
540
20.5
75
https://www.atera.de/products/dachbox-casar-xl-lava-082295
high
Atera
Atera Lunar 470
186
90
42
470
22.5
75
https://www.atera.de/products/dachbox-lunar-082297
high
CRUZ
CRUZ Paddock 400
165
90
46
400
15.1
75
https://cruz-products.com/en/roof-boxes/4054-cruz-paddock-400n-glossy-black-.html
high
CRUZ
CRUZ Paddock 470
186
90
46
470
16.5
75
https://cruz-products.com/en/roof-boxes/4056-cruz-paddock-470n-glossy-black-.html
high
CRUZ
CRUZ Xtreme 450
195
78
39
450
23
50
https://bagazniki.pl/pl/p/Box-dachowy-CRUZ-Xtreme-450-Antracyt-Szybki-Montaz-85mm-Dwustronne-Otwieranie/11888
medium
Farad
Farad Koral N20 480
190
80
40
480
14
75
https://www.traegerspezialist.de/Dachboxen/Dachboxen/Farad-Koral-Dachbox-Dachkoffer-Skibox-Gepaeckbox-N20-weiss-glaenzend/
medium
Farad
Farad Marlin F3 400
160
80
40
400
13
75
https://www.faradworld.com/it/p/632-box-da-tetto-farad-marlin-nero-goffrato-400l/
high
Farad
Farad Marlin F3 480
190
80
40
480
15
75
https://www.faradworld.com/it/p/628-box-da-tetto-farad-marlin-nero-goffrato-480l/
high
Farad
Farad Marlin F3 680
210
100
42
680
21
75
https://www.faradworld.com/it/p/638-box-da-tetto-farad-marlin-nero-goffrato-680l/
high
G3
G3 Absolute 480
193
74
37
390
13
75
https://www.g3spa.it/en/product/absolute-480-2/
high
G3
G3 Krono 480
195
73.8
36
390
13
75
https://www.g3spa.it/en/product/krono-480-2/
high
G3
G3 Spark 320
133.8
73
36
240
7
50
https://www.g3spa.it/en/product/spark-320-2/
high
G3
G3 Spark 400
144
86
37.5
330
10
75
https://www.g3spa.it/en/product/spark-400/
high
G3
G3 Spark 480
195
73.8
36
390
13
75
https://www.g3spa.it/en/product/spark-480/
high
Hapro
Hapro Cruiser 10.8
226
94
43
600
27
75
https://vdlhapro.com/en/products/cruiser-10-8/
high
Hapro
Hapro Nordic 10.8
226
94
32
460
23.5
75
https://vdlhapro.com/en/products/nordic-10-8/
high
Hapro
Hapro Rider 4.4
145
95
42
370
13
75
https://vdlhapro.com/en/products/rider-4-4/
high
Hapro
Hapro Rider 5.4
178
78
42
370
14
75
https://vdlhapro.com/en/products/rider-5-4/
high
Hapro
Hapro Rider 6.4
192
82
42
410
17
75
https://vdlhapro.com/en/products/rider-6-4/
high
Hapro
Hapro Roady 350
135
78
40
300
11
50
https://vdlhapro.com/producten/roady-350/
high
Hapro
Hapro Traxer 4.6
148
97
42
370
15.5
75
https://vdlhapro.com/en/products/traxer-4-6/
high
Hapro
Hapro Traxer 5.6
177
77
42
370
15
75
https://vdlhapro.com/en/products/traxer-5-6/
high
Hapro
Hapro Traxer 6.2
193
65
42
320
15
75
https://vdlhapro.com/en/products/traxer-6-2/
high
Hapro
Hapro Traxer 6.6
191
81
42
410
18
75
https://vdlhapro.com/en/products/traxer-6-6/
high
Hapro
Hapro Traxer 8.6
215
90
43
530
21.5
75
https://vdlhapro.com/en/products/traxer-8-6/
high
Hapro
Hapro Traxer 9.3
230
70
42
405
19
75
https://vdlhapro.com/en/products/traxer-9-3/
high
Hapro
Hapro Trivor 440
192
82
45
440
20
75
https://vdlhapro.com/en/products/trivor-440/
high
Hapro
Hapro Trivor 560
216
90
46
560
23.5
75
https://vdlhapro.com/en/products/trivor-560/
high
Hapro
Hapro Trivor 640
221
94
47
640
25
75
https://vdlhapro.com/en/products/trivor-640/
high
Hapro
Hapro Verno
193
83
42
430
18
75
https://vdlhapro.com/en/products/verno/
high
Hapro
Hapro Zenith 6.6
191
80
37
360
19
75
https://vdlhapro.com/producten/zenith-8-6/
high
Hapro
Hapro Zenith 8.6
215
88
37
440
23.5
75
https://vdlhapro.com/producten/zenith-8-6/
high
Junior
Junior Altro 460
185
80
41
460
18
75
https://www.kupplung.de/dachbox-junior-altro-460-schwarz-matt-152576.html
medium
Junior
Junior Altro 500
200
90
41
500
22
75
https://www.dachbox.de/dachbox-junior-altro-500-schwarz-glaenzend_138448
medium
Junior
Junior PRE 480
198
78
40
480
18
50
https://www.dachbox.de/dachbox-junior-pre-480-grau-glaenzend_138391
medium
Junior
Junior PRE 530
180
94
39
530
19
75
https://www.ebay.de/p/6033524772
medium
Junior
Junior Xtreme 400
195
78
34
400
21
50
https://www.adac.de/rund-ums-fahrzeug/ausstattung-technik-zubehoer/zubehoer/dachboxen/vdp-xtreme-400-id-4942/
medium
Junior
Junior Xtreme 450
195
78
39
450
19
50
https://www.transportsysteme24.de/dachboxen/Junior-Dachbox-Xtreme-450-schwarz-matt.html
medium
Junior
Junior Xtreme 500
225
83
39
500
19
50
https://www.kupplung.at/dachbox-junior-xtreme-500-schwarz-matt-152590.html
medium
Junior
Junior Xtreme 600
195
95
44
600
22
50
https://www.transportsysteme24.de/dachboxen/Junior-Dachbox-Xtreme-600-schwarz-matt.html
medium
Kamei
Kamei Base 400
190
75
43
400
15
50
https://www.kamei.de/produkte/details/08140001-dachbox-base400-schwarz-matt
high
Kamei
Kamei Fosco 420
195
80
40
420
18
75
https://www.kamei.de/produkte/details/08155101-dachbox-fosco-420-schwarz-matt
high
Kamei
Kamei Fosco 540
216
94
44
540
22
75
https://www.kamei.de/produkte/details/08154101-dachbox-fosco-540-schwarz-matt
high
Kamei
Kamei Husky 300
220
60
36
300
14
50
https://www.kamei.de/produkte/details/08132201-dachbox-husky-300-schwarz-matt
high
Kamei
Kamei Husky 330
190
75
38
330
13
50
https://www.kamei.de/produkte/details/08144401-dachbox-husky-330-schwarz-matt
high
Kamei
Kamei Husky 420
165
88
44
420
15
75
https://www.kamei.de/produkte/details/08142001-dachbox-husky-420-schwarz-matt
high
Kamei
Kamei Husky 510
200
90
44
510
18
75
https://www.kamei.de/produkte/details/08144801-dachbox-husky-510-schwarz-matt
high
Kamei
Kamei Husky 620
232
90
44
620
21
75
https://www.kamei.de/produkte/details/08162001-dachbox-husky-620-schwarz-matt
high
Kamei
Kamei Oyster 450
206
95
36
450
21
75
https://www.kamei.de/produkte/details/08139121-dachbox-oyster-450-schwarz-hochglaenzend
high
LEVUP
LEVUP Cube 470
190
78
36
470
15
75
https://www.bertelshofer.com/dachbox/levup-dachbox-cube-470-schwarz-matt-355966-bs-14.html
medium
LEVUP
LEVUP Space 330
136
78
39.5
330
10
75
https://www.bertelshofer.com/dachbox/levup-dachbox-space-330-schwarz-glaenzend-355661-bs-14.html
medium
LEVUP
LEVUP Space 430 Duo
190
78
39.5
430
15
75
https://www.bertelshofer.com/dachbox/levup-dachbox-space-430-duo-schwarz-glaenzend-355722-bs-14.html
medium
LEVUP
LEVUP Space 530 Duo
201
89
41
530
17
75
https://www.transportsysteme24.de/dachbox/levup-dachbox-space-530-duo-schwarz-glaenzend-t24355783-ts24-14.html
medium
LEVUP
LEVUP Space 630 Duo
201
89
46
630
19
75
https://www.bertelshofer.com/dachbox/levup-dachbox-space-630-duo-schwarz-glaenzend-355844-bs-14.html
medium
Menabo
Menabo Diamond 450
163
90.7
36
450
14.2
75
https://d1blekj7w4kc3j.cloudfront.net/files/catalogue/products/Data-Sheet-Menabo-Diamond-Roof-Box.pdf
high
Menabo
Menabo Diamond 500
209
79
36.6
500
16.4
75
https://d1blekj7w4kc3j.cloudfront.net/files/catalogue/products/Data-Sheet-Menabo-Diamond-Roof-Box.pdf
high
Menabo
Menabo Mania 320
137
79
36
320
8.2
50
https://menabo.com.gr/wp-content/uploads/2024/03/MANIA_320_data_sheet.pdf
high
Menabo
Menabo Mania 400
164
79
36
400
15
75
https://menabo.com.gr/wp-content/uploads/2024/03/MANIA_400_460_data_sheet.pdf
high
Menabo
Menabo Mania 460
195
79
36
460
17
75
https://menabo.com.gr/wp-content/uploads/2024/03/MANIA_400_460_data_sheet.pdf
high
Menabo
Menabo Mania 580
225
89
36
580
20
75
https://spcshop.ch/en/products/menabo-dachbox-mania-580-schwarz-2250x360x890mm-dachbox-mania-580-schwarz
medium
Modula
Modula Beluga XL 460
156
90
45
460
null
75
https://www.modulacs.com/en/prodotti/roof-boxes/beluga/
high
Modula
Modula Ciao 310
126
78
35
310
null
75
https://www.modulacs.com/en/prodotti/roof-boxes/ciao/
high
Modula
Modula Ciao 340
140
80
44
340
null
75
https://www.modulacs.com/en/prodotti/roof-boxes/ciao/
high
Modula
Modula Ciao 430
175
80
44
430
12.4
75
https://www.modulacs.com/en/prodotti/roof-boxes/ciao/
medium
Modula
Modula Ciao 580
220
92
44
580
null
75
https://www.modulacs.com/en/prodotti/roof-boxes/ciao/
high
Modula
Modula Evo 400
165
90
41
400
null
75
https://www.modulacs.com/en/prodotti/roof-boxes/evo/
high
Modula
Modula Evo 470
186
90
43
470
null
75
https://www.modulacs.com/en/prodotti/roof-boxes/evo/
high
Modula
Modula Evo 550
206
90
47
550
null
75
https://www.modulacs.com/en/prodotti/roof-boxes/evo/
high
Modula
Modula Falcon 400
165
90
39
400
null
75
https://www.modulacs.com/en/prodotti/roof-boxes/falcon/
high
Modula
Modula Falcon 470
186
90
40
470
null
75
https://www.modulacs.com/en/prodotti/roof-boxes/falcon/
high
Modula
Modula Falcon 550
206
90
43
550
null
75
https://www.modulacs.com/en/prodotti/roof-boxes/falcon/
high
Modula
Modula Wego 450
175
82
46
450
null
75
https://www.modulacs.com/en/prodotti/roof-boxes/wego/
high
Modula
Modula Wego 500
198
80
38
500
null
75
https://www.modulacs.com/en/prodotti/roof-boxes/wego/
high
Mont Blanc
Mont Blanc Cargo 450 (Vista)
175
95
38
450
16
50
https://www.montblancgroup.com/en/products/cargo-roof-box-450-450-483000
medium
Mont Blanc
Mont Blanc Vista 320
135
85
38
320
null
50
https://www.amazon.de/Blanc-731906-Vista-Dachbox-silberschwarz/dp/B00492C4ZY
medium
Neumann
Neumann Whale 130
130
90
38
320
null
50
https://www.autoteile-immler.com/neumann-whale-130-dachbox-320-liter-anthrazit-matt
medium
Neumann
Neumann Whale 200
200
90
45
520
18
50
https://www.traegerspezialist.de/Neumann-Dachbox-Whale-200-Carbon-schwarz-rechts-BW/
medium
Neumann
Neumann Whale 227
227
52
33
270
null
50
https://scarcentrum.cz/index.php?id_product=63&rewrite=neumann-whale-227-&controller=product
medium
Norauto
Norauto Bermude 300
180
82
41
385
14.5
75
https://www.atu.de/produkt/norauto-bermude-300-dachbox-anthrazit-385-l-no2003
high
Norauto
Norauto Bermude 400
192
82
42
421
17.5
75
https://www.atu.de/produkt/norauto-dachbox-bermude-400-anthrazit-421-l-no2004
high
Norauto
Norauto Bermude 500
215
90
42
524
20.5
75
https://www.atu.de/produkt/norauto-dachbox-bermude-500-anthrazit-524-l-no2005
high
Nordrive
Nordrive Box 330
135
78
37
330
11
75
https://autoricambisanmauro.it/en/product/roof-box-en/box-da-tetto-auto-nordrive-box-330-baule-in-abs-330-litri-singola-apertura-grigio-goffrato-135x78x37-cm/
medium
Nordrive
Nordrive Box 430
190
78
36
430
14
75
https://www.king-truck.com/de/box-tett-nordrive-430.html
medium
Nordrive
Nordrive Box 530
201
90
40
530
17
75
https://autoricambisanmauro.it/en/product/roof-box-en/box-da-tetto-auto-nordrive-box-530-baule-in-abs-530-litri-singola-apertura-nero-goffrato-201x90x40-cm/
medium
Northline
Northline EcoSpace
190
67
36
310
15
75
https://www.einfach-campen.eu/dachbox-northline-ecospace-weiss-glaenzend
medium
Northline
Northline Element
200
90
29
320
20
75
https://www.northline-de.com/p/649/northline-element-schwarz-glanzend
high
Northline
Northline EvoSpace
190
67
36
310
15
75
https://www.northline-de.com/p/410/northline-evospacetef-black
high
Northline
Northline RoadSpace
205
84
35
420
21
75
https://www.northline-de.com/p/632/northline-roadspace-black-2
high
Northline
Northline Sunny L
175
91
45
430
18
75
https://www.northline-de.com/p/640/northline-sunny-l-schwarz
high
Northline
Northline Sunny XL
205
84
46
480
21
75
https://www.northline-de.com/p/657/northline-sunny-xl-schwarz
high
Northline
Northline Sunny XXL
230
96
47
630
25
75
https://www.northline-de.com/p/658/northline-sunny-xxl-schwarz
high
Northline
Northline Tirol 420
205
84
35
420
20
75
https://www.northline-de.com/p/424/northline-tiroltef-schwarz
high
Northline
Northline Yetti
131
72
36
300
10
50
https://www.northline-de.com/p/253/northline-yetti-black
high
Packline
Packline FX-SUV
210
90
27
400
25
null
https://www.mydachbox.com/packline-dachboxen/fx-suv/
medium
Packline
Packline FX-SUV XL
222
90
29
460
29
null
https://www.mydachbox.com/packline-dachboxen/fx-suv-xl/
medium
Packline
Packline NX 215
215
90
31
450
24
null
https://www.mydachbox.com/packline-dachboxen/nx-215/
medium
Packline
Packline NX Premium DL
215
87
31
430
29
75
https://www.ahkautocar.de/15841-dachbox-packline-nx-premium-dl.html
medium
Packline
Packline NX Summit
210
85
34
450
26
null
https://www.packline-roofbox.com/products/roof-boxes/fiberglass-roof-boxes/packline-nx-summit/
high
End of preview.

German Roof-Mounted Equipment Market: Tents, Boxes, Racks, Awnings

Four datasets covering the German/DACH market for roof-mounted vehicle equipment, collected from official manufacturer product pages — the source URL is included in every single row, so every value can be verified.

  • dachzelte.csv — 646 roof tents from 107 brands
  • dachboxen.csv — 157 roof boxes from 19 brands
  • dachtraeger.csv — 191 roof rack systems from 58 manufacturers
  • markisen.csv — 272 vehicle awning size variants from 39 manufacturers

Canonical source & field documentation: https://dachlast.de/daten/ DOI (citable, always latest version): https://doi.org/10.5281/zenodo.21798284 GitHub: https://github.com/DACHLAST/open-data · Methodology: https://dachlast.de/methodik.html

Why this data exists

Two numbers drive every roof-tent or roof-box purchase, and manufacturers publish neither in comparable form:

  1. Packed height (packhoehe_cm) of a roof tent. It determines aerodynamic drag and therefore fuel consumption — on flat roads, 95–98 % of the extra consumption comes from air resistance, not weight.
  2. Total weight on the roof. Rack + tent/box + awning must stay below the vehicle's permissible roof load, typically 50–100 kg for passenger cars.

What makes it unusual

Gaps are documented, not guessed. An empty cell means the manufacturer does not publish the value. Nothing is interpolated or copied from another size variant.

For roof racks, the gap itself is a finding. 132 of 191 racks have a manufacturer load rating; for the other 59, the traglast_notiz column explains why not — brands like Rhino-Rack, Front Runner, Upracks and horntools deliberately publish no system load rating and refer to the vehicle's roof load instead. Four manufacturers rate load per crossbar; those values sit in a separate column so nobody mistakes them for system ratings.

For awnings, montagebasis answers the question nobody else answers: does the awning mount on the roof (counts against roof load — 150 of 272 variants), on the side wall (73) or in the keder rail (49)? Wall and keder loads don't touch the roof budget.

Language note

Column headers and categorical values are German (source market). Key terms: marke/hersteller = brand/manufacturer · gewicht_kg = weight · packhoehe_cm = packed height · liege_l_cm/liege_b_cm = sleeping area length/width · hartschale = hard shell · softshell = soft shell · traglast_dyn_kg = dynamic load rating while driving · traglast_stat_kg = static load rating (parked, e.g. sleeping) · eigengewicht_kg = dead weight · laenge_cm/auslage_cm = length/projection · montagebasis = mounting base (dach = roof, wand = wall, kederschiene = keder rail) · quelle = source URL · zaehlt_zur_dachlast = counts against roof load.

Full field documentation (German): https://dachlast.de/daten/

Ideas for analysis

Flattest tents ranking (packed height ≈ fuel cost) · hard-shell vs. soft-shell weight/area trade-off · price per kg of rack load rating · remaining luggage budget after rack + tent per vehicle class · which manufacturers publish load ratings at all (traglast_notiz makes industry transparency itself measurable).

License & citation

CC BY 4.0 — any use including commercial, attribution required:

Data source: dachlast.de – https://dachlast.de/daten/ (CC BY 4.0)

Academic citation: dachlast.de (2026): Dachlast Open Data. Zenodo. https://doi.org/10.5281/zenodo.21798284

No warranty; the manufacturer's official documentation is binding. The awning→vehicle-class mapping is our editorial assessment based on length, type and mounting base — not a manufacturer approval.

Downloads last month
27