Skip to content

Commit 9348237

Browse files
committed
Updated Metadata
1 parent 123f7fb commit 9348237

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

download_and_process_DE.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,12 @@
214214
" # Specify direction to original_data folder on the opsd data server\n",
215215
" # BNetzA Power plant list\n",
216216
" url_bnetza = 'http://data.open-power-system-data.org/conventional_power_plants/'\n",
217-
" url_bnetza = url_bnetza + '2016-10-20'\n",
217+
" url_bnetza = url_bnetza + '2017-03-03'\n",
218218
" url_bnetza = url_bnetza +'/original_data/Kraftwerksliste_CSV.csv'\n",
219219
" \n",
220220
" # UBA Power plant list\n",
221221
" url_uba = 'http://data.open-power-system-data.org/conventional_power_plants/'\n",
222-
" url_uba = url_uba + '2016-10-20'\n",
222+
" url_uba = url_uba + '2017-03-03'\n",
223223
" url_uba = url_uba +'/original_data/kraftwerke_in_deutschland_2016_kraftwerksdatenbank.xls'"
224224
]
225225
},
@@ -2157,7 +2157,7 @@
21572157
"anaconda-cloud": {},
21582158
"celltoolbar": "Raw Cell Format",
21592159
"kernelspec": {
2160-
"display_name": "Python [default]",
2160+
"display_name": "Python 3",
21612161
"language": "python",
21622162
"name": "python3"
21632163
},
@@ -2171,7 +2171,7 @@
21712171
"name": "python",
21722172
"nbconvert_exporter": "python",
21732173
"pygments_lexer": "ipython3",
2174-
"version": "3.5.2"
2174+
"version": "3.6.0"
21752175
},
21762176
"toc": {
21772177
"nav_menu": {

input/metadata.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ resources:
7575
type: string
7676
- name: country_code
7777
description: Two-letter ISO code
78+
type: string
79+
- name: eic_code
80+
description: EIC code
7881
type: string
7982
- name: company
8083
description: Company name
@@ -192,7 +195,10 @@ resources:
192195
type: string
193196
- name: country_code
194197
description: Two-letter ISO code
195-
type: string
198+
type: string
199+
- name: eic_code
200+
description: EIC code
201+
type: string
196202
- name: company
197203
description: Company name
198204
type: string

0 commit comments

Comments
 (0)