Skip to content

Commit

Permalink
Clean up README and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpfenninger committed Jun 7, 2016
1 parent 2cbcc53 commit 1bb9fe6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# datapackage_timeseries
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.
# License
# Time series data package

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.

See the [main Jupter notebook](main.ipynb) for further details.

## License

Add license info here
2 changes: 0 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ channels:
dependencies:
- python=3.5
- bottleneck # accelerates some pandas operations
- cssselect=0.9.1 # pandas: parse HTML
- jupyter
- lxml # pandas: parse HTML # FIXME is this correct?
- notebook
- numexpr # accelerates some pandas operations
- numpy
Expand Down

0 comments on commit 1bb9fe6

Please sign in to comment.