-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathespeni.json
143 lines (143 loc) · 4.07 KB
/
espeni.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
[
{
"content": {
"@type": "dcat:Dataset",
"@context": {
"dcat": "http://www.w3.org/ns/dcat#",
"dct": "http://purl.org/dc/terms/",
"oe": "http://energydata.org.uk/oe/terms/"
},
"dct:title": "Electrical half hourly raw and cleaned datasets for Great Britain from 2009-11-05",
"dct:description": "Cleaned and raw data sets for Great Britain's public electrical system. From publicly available data.",
"dcat:version": "0.1.2",
"dcat:versionNotes": "Version 5.0.2 of the dataset from 2021-07-20 found on https://doi.org/10.5281/zenodo.3884858",
"oe:sensitivityClass": "OE-O",
"oe:dataSetStableIdentifier": "GB-ESPENI-UoB"
},
"access": [
{
"rule": "oe:verified and oe:last_update within 60 days grants oe:use",
"sufficient": true,
"appliesFrom": "2021-04-22T00:00:00.000Z",
"appliesTo": "2022-04-22T00:00:00.000Z"
},
{
"rule": "oe:groups:some_group grants oe:use, oe:redistribute, oe:aggregate",
"sufficient": false,
"appliesFrom": "2021-04-22T00:00:00.000Z",
"appliesTo": "2022-04-22T00:00:00.000Z"
}
],
"transport": {
"http": {
"openapi": "3.0.0",
"info": {
"title": "Sample API",
"description": "CSV format data",
"version": "5.0.2"
},
"servers": [
{
"url": "https://zenodo.org/record/5055896",
"description": "Electrical half hourly raw and cleaned datasets for Great Britain from 2009-11-05"
}
],
"paths": {
"/files/espeni.csv?download=1": {
"get": {
"summary": "Returns a CSV containing all the data",
"description": "https://doi.org/10.5281/zenodo.3884858 points to the most recent version, where the most recent espeni.csv download link can be found"
},
"responses": {
"200": {
"description": "CSV data stream"
}
}
}
}
}
},
"representation": {
"mime": "text/csv",
"csvw": {
"@context": "http://www.w3.org/ns/csvw",
"tableSchema": {
"columns": [
{
"titles": "ELEXM_SETTLEMENT_DATE"
},
{
"titles": "ELEXM_SETTLEMENT_PERIOD"
},
{
"titles": "ELEXM_UTC"
},
{
"titles": "ELEXM_localtime"
},
{
"titles": "ELEXM_ROWFLAG"
},
{
"titles": "NGEM_ROWFLAG"
},
{
"titles": "POWER_ESPENI_MW"
},
{
"titles": "POWER_ELEXM_CCGT_MW"
},
{
"titles": "POWER_ELEXM_OIL_MW"
},
{
"titles": "POWER_ELEXM_COAL_MW"
},
{
"titles": "POWER_ELEXM_NUCLEAR_MW"
},
{
"titles": "POWER_ELEXM_WIND_MW"
},
{
"titles": "POWER_ELEXM_PS_MW"
},
{
"titles": "POWER_ELEXM_NPSHYD_MW"
},
{
"titles": "POWER_ELEXM_OCGT_MW"
},
{
"titles": "POWER_ELEXM_OTHER_POSTCALC_MW"
},
{
"titles": "POWER_ELEXM_BIOMASS_POSTCALC_MW"
},
{
"titles": "POWER_NGEM_EMBEDDED_SOLAR_GENERATION_MW"
},
{
"titles": "POWER_NGEM_EMBEDDED_WIND_GENERATION_MW"
},
{
"titles": "POWER_NGEM_BRITNED_FLOW_MW"
},
{
"titles": "POWER_NGEM_EAST_WEST_FLOW_MW"
},
{
"titles": "POWER_NGEM_FRENCH_FLOW_MW"
},
{
"titles": "POWER_NGEM_MOYLE_FLOW_MW"
},
{
"titles": "POWER_NGEM_NEMO_FLOW_MW"
}
]
}
}
}
}
]