Skip to content

Commit a0873e7

Browse files
author
Jonathan Mühlenpfordt
committed
2 parents 8e63818 + 1bb9fe6 commit a0873e7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# datapackage_timeseries
2-
This repository contains a jupyter-script to create timeseries data of wind and solar in-feed into the grids of German Transmission System Operators (TSOs) as well as load timeseries for 37 European countries from ENTSO-E.
3-
# License
1+
# Time series data package
2+
3+
This repository contains scripts to create time series data of wind and solar in-feed into the grids of German Transmission System Operators (TSOs) as well as load time series for 37 European countries from ENTSO-E.
4+
5+
See the [main Jupter notebook](main.ipynb) for further details.
6+
7+
## License
8+
49
Add license info here

requirements.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dependencies:
77
- python=3.5
88
- bottleneck # accelerates some pandas operations
99
- jupyter
10-
- lxml # pandas: parse HTML # FIXME is this correct?
1110
- notebook
1211
- numexpr # accelerates some pandas operations
1312
- numpy

0 commit comments

Comments
 (0)