This is the repository for the Github pages site produced with Jekyll to our page hosting an overview of load forecasting data sets as presented in our paper available as preprint on arXiv and published in Applied Energy.
The easiest way to contribute is to use the issue functionality of Github. For that switch into the tab "Issues" above. Then click "New Issue". Optionally add the label "dataset". Then provide as much as possible from the following information:
Many datasets ask for (or require) attribution of a certain paper. If so, provide it's bibliographic information. Ideally, provide a bibtex entry or simply list the information required (see here for example bibtex entries).
See this issue as an example.
You can also add a paper yourself and add it to the repository as a pull request. This repository has two branches. The code hosted in branch 'source' and the static page hosted in 'gh-pages' which will automatically be deployed by Github to the page. So to add a dataset, follow the following steps:
bundle exec jekyll serve
bundle exec jekyll build
, which creates the sources in folder '_site'git subtree push --prefix _site origin gh-pages
We know, this is yet another list of datasets out there. We believe it is a useful resource and providing a way to keep it up-to-date beyond the paper adds value. If you have any idea on how this could be improved or have other ideas, either open an issue for discussion or contact us. It serves currently the purpose of manual exploration and there was no focus on properly standardizing and harmonizing that data source in the YAML.