Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug - Data Issue with marginal emissions values for some intervals #18

Open
dec-heim opened this issue Jun 10, 2023 · 0 comments
Open
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@dec-heim
Copy link
Collaborator

Recent v0.3.3 has resolved not reading in some files from AEMO correctly. This issue rather relates to some intervals being filtered out in the function which reads the json files which contain raw price setter data from AEMO xml files which filters on ENOF.

(df_nested_list['@DispatchedMarket'] == 'ENOF')]

There are some intervals such as "2022-06-17T07:25:00" in which the price setter file data doesn't actually have a unit ("marginal generator") for some regions and shows "DeficitProduct" as the column: "DispatchedMarket". Would appreciate any help in understanding the price setter files and why this is the case. Below is an example of what reading the price setter data from the NEMED combined json file in the cache looks like...
image

@dec-heim dec-heim added bug Something isn't working help wanted Extra attention is needed labels Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant