File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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 },
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 },
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" : {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments