Configuration¶
API keys¶
To query data from ENTSOE-Transparency you need an API key from them. The Transparency website has a guide.
The API key needs to be set in the environment before querying data, the value should be stored in an environment variable named ENTSOE_API_KEY
Caching¶
The package stores data in a duckdb <https://duckdb.org/> database. This database is persisted on disk at ~/.flowbased_data by default.
This storage location can be changed by setting the environment variable DB_PATH. This variable should be a path + the name of the database ending with a “.db” or “.duckdb” file extension.