Skip to content

Commit

Permalink
Updated Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbaulet committed Mar 3, 2017
1 parent 123f7fb commit 9348237
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions download_and_process_DE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,12 @@
" # Specify direction to original_data folder on the opsd data server\n",
" # BNetzA Power plant list\n",
" url_bnetza = 'http://data.open-power-system-data.org/conventional_power_plants/'\n",
" url_bnetza = url_bnetza + '2016-10-20'\n",
" url_bnetza = url_bnetza + '2017-03-03'\n",
" url_bnetza = url_bnetza +'/original_data/Kraftwerksliste_CSV.csv'\n",
" \n",
" # UBA Power plant list\n",
" url_uba = 'http://data.open-power-system-data.org/conventional_power_plants/'\n",
" url_uba = url_uba + '2016-10-20'\n",
" url_uba = url_uba + '2017-03-03'\n",
" url_uba = url_uba +'/original_data/kraftwerke_in_deutschland_2016_kraftwerksdatenbank.xls'"
]
},
Expand Down Expand Up @@ -2157,7 +2157,7 @@
"anaconda-cloud": {},
"celltoolbar": "Raw Cell Format",
"kernelspec": {
"display_name": "Python [default]",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -2171,7 +2171,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
"version": "3.6.0"
},
"toc": {
"nav_menu": {
Expand Down
8 changes: 7 additions & 1 deletion input/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ resources:
type: string
- name: country_code
description: Two-letter ISO code
type: string
- name: eic_code
description: EIC code
type: string
- name: company
description: Company name
Expand Down Expand Up @@ -192,7 +195,10 @@ resources:
type: string
- name: country_code
description: Two-letter ISO code
type: string
type: string
- name: eic_code
description: EIC code
type: string
- name: company
description: Company name
type: string
Expand Down

0 comments on commit 9348237

Please sign in to comment.