Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otsaloma/electricity-price-chart
Finnish electricity price chart
https://github.com/otsaloma/electricity-price-chart
data-visualization electricity-prices javascript lambda python
Last synced: about 1 month ago
JSON representation
Finnish electricity price chart
- Host: GitHub
- URL: https://github.com/otsaloma/electricity-price-chart
- Owner: otsaloma
- License: mit
- Created: 2022-09-03T16:55:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T20:58:45.000Z (2 months ago)
- Last Synced: 2024-10-24T08:54:14.259Z (2 months ago)
- Topics: data-visualization, electricity-prices, javascript, lambda, python
- Language: JavaScript
- Homepage: https://otsaloma.io/sahko
- Size: 88.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS.md
Awesome Lists containing this project
README
Finnish Electricity Price Chart
===============================A visualization of Finnish electricity spot prices in two parts: (1) A
lambda function that downloads data from the [ENTSO-E API][] using
[entsoe-py][] to an S3 bucket and (2) a static client-side web app that
renders that data into a custom visualization.[ENTSO-E API]: https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html
[entsoe-py]: https://github.com/EnergieID/entsoe-py## Getting Started
Create a `.env` file with the following content.
```bash
DATAITER_USE_NUMBA=false
ENTSOE_API_KEY=...
```Create a virtual environment and run `./download.py local` to fetch
price data, then use `make run` to launch the web app locally.