A python API wrapper for alsi.gie.eu and agsi.gie.eu
Project description
gie-py
Python client for the API endpoints of gie.eu. Both ASGI for gas storage and ALSI for LNG terminals and lso's are supported
Using it requires an api key which you can get by registering an account at the alsi website. API keys are valid for both ASGI and ALSI if you set "access to" to "Both ALSI and AGSI+" when registering or later in account settings.
Installation
python3 -m pip install gie-py
Usage
The package comes with 2 clients:
GieRawClient
: Returns data in its raw format direct from api, a list of dictionariesGiePandasClient
: Returns data parsed as a Pandas DataFrame
Supported methods:
The same for both clients. Each method has same setup for arguments, a string to denominate the target and a start and end parameter which is either a pandas timestamp or a string
query_gas_storage
query_gas_company
query_gas_country
query_lng_terminal
query_lng_lso
query_lng_country
Example
from gie import GiePandasClient
client = GiePandasClient(api_key=<YOUR API KEY>)
df_terminal=client.query_lng_terminal('zeebrugge', start='2020-01-01', end='2022-07-10')
df_lso=client.query_lng_lso('fluxys_lng', start='2020-01-01', end='2022-07-10')
meaning of dataframe columns
For the meaning of the columns in the resulting dataframes please consult the official documentation chapter 2 page 5 and 6
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gie-py-0.3.0.tar.gz
.
File metadata
- Download URL: gie-py-0.3.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df57dc75e4c999c3464289029bdf7701e3f3b11a191dde1f02a7d4329ba8d00e |
|
MD5 | 2e83f601fd55b4e5ebe3399ddfe0a1e7 |
|
BLAKE2b-256 | 7bfde41fb1ecfa4a8687e48ad8aadf033e60ebd5ec6030d9ae0cf072ff1bbc8c |
File details
Details for the file gie_py-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: gie_py-0.3.0-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d78bcc435d0a26c828f9e0aa94ecc7e4d64d8270eb231235851288e624f5e53 |
|
MD5 | f1fad819a50933a8b2608468626662cd |
|
BLAKE2b-256 | 9da6d6f33a6d723a9a919e930b7b50683d0018fe4df59af2326484e5c105deb7 |