diff --git a/README.md b/README.md index 4e562cf..2fe7b7e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.yml b/requirements.yml index f031981..e375816 100644 --- a/requirements.yml +++ b/requirements.yml @@ -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