forked from bkarolina/Electricity_tariffs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatapackage.json
More file actions
84 lines (84 loc) · 1.95 KB
/
Copy pathdatapackage.json
File metadata and controls
84 lines (84 loc) · 1.95 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"profile": "tabular-data-package",
"resources": [
{
"name": "tarrifs_2019",
"path": "data/Rohdaten_Tarife_2019.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "Sequence",
"type": "integer",
"format": "default"
},
{
"name": "ID",
"type": "integer",
"format": "default"
},
{
"name": "Netzbetreiber",
"type": "string",
"format": "default"
},
{
"name": "VSE-ID",
"type": "string",
"format": "default"
},
{
"name": "Kategorie",
"type": "string",
"format": "default"
},
{
"name": "Netznutzung",
"type": "number",
"format": "default"
},
{
"name": "Energie",
"type": "number",
"format": "default"
},
{
"name": "Abgabe",
"type": "number",
"format": "default"
},
{
"name": "KEV",
"type": "number",
"format": "default"
},
{
"name": "Total exkl. MWST",
"type": "number",
"format": "default"
}
]
}
}
],
"keywords": [
"Energy"
],
"name": "electricity_tariffs",
"title": "Electricity Tariffs",
"description": "Costs of energy by customer category",
"homepage": "https://www.elcom.admin.ch/dam/elcom/de/dokumente/2019/Rohdaten%20Tarife%202019%20(Stand%2009.01.2019).xlsx.download.xlsx/Rohdaten%20Tarife%202019%20(Stand%2009.01.2019).xlsx",
"licenses": [
{
"name": "CC0-1.0",
"title": "CC0 1.0",
"path": "LICENSE.md"
}
],
"contributors": [
{
"title": "Karolina Bzdusek",
"role": "author"
}
]
}