jao-py
Python client for the various endpoints offered by the Joint Allocation Office, Europe's single leading trading platform for cross-border transmission capacity.
https://github.com/fboerman/jao-py
Category: Energy Systems
Sub Category: Energy Data Accessibility and Integration
Last synced: about 5 hours ago
JSON representation
Repository metadata
- Host: GitHub
- URL: https://github.com/fboerman/jao-py
- Owner: fboerman
- License: mit
- Created: 2021-07-23T15:52:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T10:14:48.000Z (about 1 month ago)
- Last Synced: 2025-03-23T15:01:34.786Z (about 1 month ago)
- Language: Python
- Size: 61.5 KB
- Stars: 16
- Watchers: 5
- Forks: 6
- Open Issues: 1
- Releases: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
README.md
jao-py
Python client for the various endpoints offered by jao.eu, the Joint Allocation Office.
"Europe's single leading trading platform( e-CAT) for cross-border transmission capacity"
More information about JAO can be found on their website https://jao.eu/
jao.eu has various ways of retrieving data. This package tries to offer useful functions to handle them.
This package is not exhaustive, more methods are added when the authors needs them.
If you want to see other methods added please either open a feature request issue to give others ideas or
supply a pull request yourself.
Installation
python3 -m pip install jao-py
Usage
Current clients
The package comes with the current pandas clients:
JaoAPIClient
: api client for the webservice API defined hereJaoPublicationToolClient
: client for the CORE Day Ahead publication tool defined hereJaoPublicationToolPandasIntraDay
: client for CORE Intradaypublication tool for Intraday defined here
The publication tool clients have valid data from their respective go lives:- CORE Day Ahead: business day 2022-06-09 onwards
- CORE Intraday(b): business day 2024-05-29 onwards
- CORE Intraday(a): business day 2024-06-14 onwards
CORE Intraday a and b are combined in the same intraday client. In the initialization of the client you can choose which one you want like so:
from jao import JaoPublicationToolPandasIntraDay
client = JaoPublicationToolPandasIntraDay(version='a') # IDCC(a)
client = JaoPublicationToolPandasIntraDay(version='b') # IDCC(b)
There is also a client available for parallel run, which works in the exact same way as the intraday client above:
from jao import JaoPublicationToolPandasIntraDayParRun
client = JaoPublicationToolPandasIntraDayParRun('c') #IDCC(c)
Deprecated clients
The package also includes legacy clients for flowbased CWE data in the CWE subpackage. These return data up until business day 2022-06-08
JaoUtilityToolASMXClient
: a very light wrapper around the ASMX Web Service API implemented as a passthrough to the suds-community pakcageJaoUtilityToolCSVClient
: client to download csv data inm the same way as the utility tool excel file, returns pandas dataframesJaoUtilityToolXmlClient
: downloads xml data of the utilitytool, this requires solving a captcha by the user, returns pandas dataframes
To use these deprecated clients be sure to install the following additional dependencies:
suds-community
lxml
pillow
this is only required for the CWE deprecated subpackage
Owner metadata
- Name: fboerman
- Login: fboerman
- Email:
- Kind: user
- Description:
- Website: https://boerman.dev/
- Location: Boxtel
- Twitter: FrankBoerman
- Company: @KolibriSolutions
- Icon url: https://avatars.githubusercontent.com/u/4730734?v=4
- Repositories: 43
- Last ynced at: 2024-06-11T15:59:53.608Z
- Profile URL: https://github.com/fboerman
GitHub Events
Total
- Release event: 5
- Watch event: 1
- Push event: 9
- Fork event: 1
- Create event: 4
Last Year
- Release event: 5
- Watch event: 1
- Push event: 9
- Fork event: 1
- Create event: 4
Committers metadata
Last synced: 7 days ago
Total Commits: 86
Total Committers: 5
Avg Commits per committer: 17.2
Development Distribution Score (DDS): 0.128
Commits in past year: 19
Committers in past year: 2
Avg Commits per committer in past year: 9.5
Development Distribution Score (DDS) in past year: 0.053
Name | Commits | |
---|---|---|
Frank Boerman | f****k@f****l | 75 |
Frank Boerman | f****n@t****u | 6 |
angryvoegi | n****i@g****m | 3 |
Simon95H | 5****H | 1 |
Florian Maurer | m****r@f****e | 1 |
Committer domains:
- fh-aachen.de: 1
- tennet.eu: 1
- fboerman.nl: 1
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 2
Total pull requests: 8
Average time to close issues: 18 days
Average time to close pull requests: 11 days
Total issue authors: 2
Total pull request authors: 4
Average comments per issue: 1.5
Average comments per pull request: 1.13
Merged pull request: 7
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- maurerle (1)
- idati (1)
Top Pull Request Authors
- FrankBoermanTenneT (4)
- maurerle (2)
- SimonSaysCode418 (1)
- angryvoegi (1)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 1
-
Total downloads:
- pypi: 2,028 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 47
- Total maintainers: 1
pypi.org: jao-py
A python API wrapper for JAO.eu
- Homepage: https://github.com/fboerman/jao-py
- Documentation: https://jao-py.readthedocs.io/
- Licenses: MIT
- Latest release: 0.5.6 (published about 1 month ago)
- Last Synced: 2025-04-27T07:30:51.608Z (1 day ago)
- Versions: 47
- Dependent Packages: 0
- Dependent Repositories: 1
- Downloads: 2,028 Last month
-
Rankings:
- Dependent packages count: 10.026%
- Downloads: 12.044%
- Forks count: 12.539%
- Average: 14.376%
- Stargazers count: 15.575%
- Dependent repos count: 21.694%
- Maintainers (1)
Dependencies
- lxml *
- pillow *
- suds-community *
- beautifulsoup4 *
- lxml *
- pandas *
- pillow *
- python-dateutil *
- requests *
- suds-community *
- beautifulsoup4 *
- pandas *
- python-dateutil *
- requests *
- actions/checkout master composite
- actions/setup-python v1 composite
- pypa/gh-action-pypi-publish master composite
- svenstaro/upload-release-action 2.2.1 composite
- actions/checkout master composite
- actions/setup-python v4 composite
Score: 12.05844232852615