A python package to facilitate using public data from Energinet. Raw data available at https://www.energidataservice.dk/.
You can test out the package and play around with it on Colab.
Clone repository:
git clone https://github.com/edu230991/pyenerginet.git
Create virtual environment (if you don't have virtualenv
, just pip-install it) and activate it:
python -m virtualenv env
call env\Scripts\activate
Install dependencies (as well as local version of pyenerginet
):
pip install -e .
To see whether the current package version works:
pip install pytest
python -m pytest
Please feel free to request contributor access to edu230991. Once you are a contributor, you will need to make a pull request and someone else will have to approve it before it is merged into main.
Set up following these guides: