Replies: 6 comments 7 replies
-
|
Hi, thanks for making this available. I was just wondering whether renewable_proportion is available soon for NEM and WEM network regions? I am getting an 'Metric Metric.RENEWABLE_PROPORTION not supported' error. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @nc9, |
Beta Was this translation helpful? Give feedback.
-
|
I am trying to get the price data via the API:
However get the following response
Any idea when PRICE might be supported ? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Is there any likelihood of access to the whole historical archive of NEW and WEM data being supported in the near future? |
Beta Was this translation helpful? Give feedback.
-
|
I'm confused by this section of the Python docs.
To me this is the opposite of "built-in support". If I have to write/copy-paste nested for-loops myself, then it is not built in. I would consider a "built-in" approach to be: or or I would find such an approach more useful. In particular, I'm sure I will modify the list of metrics in the API call, and then forget to add another line in the dictionary. Lacking that kind of functionality, it think it would be more clear to say in the documentation that the library does not currently have built-in support for pandas/polars, but that you can cast to a DataFrame via native lists of dicts and then pivot. |
Beta Was this translation helpful? Give feedback.
-
|
Hi all, I’m having trouble retrieving historical data older than around 2025-06 using For example, even a minimal call like: client.get_network_data(
network_code="NEM",
metrics=[DataMetric.POWER],
interval="5m",
date_start=datetime(2019, 1, 1),
date_end=datetime(2019, 1, 2),
)returns The documentation mentions:
so I’m wondering whether:
Any clarification would be much appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We're steadily allowing user to access the OpenElectricity Platform.
If you're not yet on the waitlist - you can signup at:
https://platform.openelectricity.org.au
The client libraries are at:
Typescript - https://github.com/opennem/openelectricity-typescript
Python - https://github.com/opennem/openelectricity-python
You can file issues in each respective client library, or offer suggestions here. There are still more features to build out in the API and the client libraries, but happy to hear feedback and suggestions!
Beta Was this translation helpful? Give feedback.
All reactions