Created
October 19, 2016 15:45
-
-
Save rufuspollock/3b6f449a45e91932f3120d5603b33fae to your computer and use it in GitHub Desktop.
Data Package in YAML from Open Power System Data project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: opsd-time-series | |
title: Time series | |
description: Load, wind and solar, prices in hourly resolution | |
long_description: This data package contains different kinds of time series data relevant for power system modelling, namely electricity consumption (load) for 36 European countries as well as... | |
homepage: http://data.open-power-system-data.org/time_series/2016-07-14/ | |
documentation: https://github.com/Open-Power-System-Data/time_series/blob/2016-07-14/main.ipynb | |
version: '2016-07-14' | |
opsd_changes_to_last_version: Included data from Energinet.DK, Elia and Svenska Kraftnaet | |
keywords: | |
- Open Power System Data | |
- time series | |
- power systems | |
- in-feed | |
- renewables | |
- wind | |
- solar | |
- power consumption | |
- power market | |
geographical_scope: 35 European countries | |
contributors: | |
- name: Jonathan Muehlenpfordt | |
email: [email protected] | |
web : http://neon-energie.de/en/team/ | |
sources: | |
- name: ENTSO-E Data Platform | |
web: https://www.entsoe.eu/data/data-portal/consumption/Pages/default.aspx | |
- name: ... | |
web: ... | |
schemas: | |
- 15min: | |
primaryKey : timestamp | |
fields: | |
- name: timestamp | |
description: Start of timeperiod in UTC | |
type: datetime | |
format: fmt:%Y-%m-%dT%H%M%SZ | |
opsd-contentfilter : true | |
- name: load_AT_load | |
type: number | |
description: Consumption in Austria in MW | |
missingValue: "" | |
source: | |
web: https://www.entsoe.eu/data/data-portal/consumption/Pages/default.aspx, | |
name: ENTSO-E | |
opsd_properties: | |
Attribute: load | |
Region: AT | |
Variable: load | |
first: '2006-01-01' | |
last: '2015-21-31' | |
- name: ... | |
- 60min: | |
... | |
resources: | |
- path: timeseries15.csv | |
format: csv | |
mediatype: text/csv | |
encoding: UTF8 | |
dialect: | |
csvddfVersion: 1.0 | |
delimiter: "," | |
lineTerminator: "\\n" | |
header: true | |
schema: 15min | |
alternative_formats: | |
- path: timeseries15.csv | |
stacking: Singleindex | |
format: csv | |
- path: timeseries15.xlsx | |
stacking: Singleindex | |
format: xlsx | |
- path: timeseries15_multiindex.xlsx | |
stacking: Multiindex | |
format: xlsx | |
- path: timeseries15_multiindex.csv | |
stacking: Multiindex | |
format: csv | |
- path: timeseries15_stacked.csv | |
stacking: Stacked | |
format: csv | |
- path: timeseries60.csv | |
format: csv | |
mediatype: text/csv | |
encoding: ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment