electricitymaps / electricitymaps-contrib

A real-time visualisation of the CO2 emissions of electricity consumption
https://app.electricitymaps.com
GNU Affero General Public License v3.0
3.48k stars 923 forks source link

get realtime capacity of 🇪🇪 exchanges EE->FI, EE->LV, EE->RU (from Elering API) #3255

Open Manu1400 opened 3 years ago

Manu1400 commented 3 years ago

now

EE->FI is from statnett parser: https://github.com/tmrowco/electricitymap-contrib/blob/master/parsers/statnett.py#L50

API

It's a public API, see webpage https://dashboard.elering.ee/en

API Documentation (Swagger UI)

extract value

    "FI": [
      {
        "timestamp": 1590958800,
        "in_atc": 89.5,
        "in_ntc": 1016,
        "out_atc": 1771.2,
        "out_ntc": 1016
      },
VIKTORVAV99 commented 1 year ago

Sorry for taking so long to respond to this!

I'm currently pushing for exchange capacity parsers internally and if that becomes a reality this will be really useful so thanks for finding and sharing the data source.