generated from datumorphism/dataset-eu-motorways-network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dataherb.json
58 lines (58 loc) · 2.2 KB
/
dataherb.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"source": "git",
"name": "Eurostats Freight Modal Split",
"id": "dataset-eurostats-freight-modal-split",
"description": "Modal split of freight transport Code: t2020_rk320 (% in total inland freight tonne-km) from Eurostats",
"uri": "https://github.com/datumorphism/dataset-eurostats-freight-modal-split.git",
"metadata_uri": "https://raw.githubusercontent.com/datumorphism/dataset-eurostats-freight-modal-split/main/dataherb.json",
"datapackage": {
"profile": "tabular-data-package",
"resources": [
{
"path": "dataset/eurostats_freight_modal_split.csv",
"profile": "tabular-data-resource",
"name": "eurostats_freight_modal_split",
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": {
"fields": [
{
"name": "transport_mode",
"type": "string",
"format": "default"
},
{
"name": "country",
"type": "string",
"format": "default"
},
{
"name": "year",
"type": "integer",
"format": "default"
},
{
"name": "value",
"type": "number",
"format": "default"
},
{
"name": "is_estimated",
"type": "boolean",
"format": "default"
},
{
"name": "not_applicable",
"type": "boolean",
"format": "default"
}
],
"missingValues": [
""
]
}
}
]
}
}