Skip to content

Day ahead market, forecasting electricity prices

Notifications You must be signed in to change notification settings

pnorm/day-ahead

Repository files navigation

Ze względu na niewystarczające dane predykcje są na 3 dni wstecz, tj. 2023-11-30 daje predykcje z 2023-11-27.

Najpierw należy uruchomic pnizsze komendy

git clone https://github.com/pnorm/day-ahead.git
cd day-ahead
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
./create_project_structure.sh

Pobieranie i przetwarzanie danych. Aby pobierać i aktualizować automatycznie możemy ustawic cronjob.

cd src/data
# Pobieranie lub aktualizowanie danych
./etl.sh

Uruchamianie api

cd api
uvicorn main:app --reload

Struktura folderów projektu

├── api
│   └── utils
├── data
│   ├── external
│   ├── interim
│   │   ├── PL_GEN_MOC_JW_EPS
│   │   ├── PL_GEN_WIATR
│   │   └── TGE
│   ├── processed
│   └── raw
│       ├── PL_GEN_MOC_JW_EPS
│       ├── PL_GEN_WIATR
│       └── TGE
├── notebooks
└── src
    ├── data
    │   ├── logs
    │   ├── tests
    │   └── utils
    ├── features
    ├── models
    └── visualization

About

Day ahead market, forecasting electricity prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published