Chris

Results 19 issues of Chris

There is 15min generation data available at https://www.ceps.cz/en/all-data#Generation. This is better than our current data which is hourly from ENTSOE, which is lagging right now. It's possible to go back...

help wanted
parser
parser buildable!

Really cool project here. I help out on https://www.electricitymap.org and we have an issue open (https://github.com/tmrowco/electricitymap-contrib/issues/1196) about possibly using this api/package to get data for the various regions of Australia....

Hey @ztane can you take a look at #36 & #48. I think the package could really benefit from publishing wheels and updating CI plus the supported versions, most problems...

The EIA will dropping support for v1 of the api in November 2022. https://github.com/electricitymap/electricitymap-contrib/issues/4270#issuecomment-1162962429 https://www.eia.gov/opendata/v1/ https://www.eia.gov/opendata/documentation.php I need to investigate what work is needed to upgrade `eiapy` to work with...

As per the above title, likely to happen at some point this year?

Maybe start using `pyproject.toml`, `PEP 517`, `PEP 518`etc etc

As shown in the example below the eia API expects timestamps in ISO 8601 format (YYYYMMDDTHHZ) with Z meaning [UTC](https://en.wikipedia.org/wiki/Coordinated_Universal_Time). However there was show to be a problem in tmrowco/electricitymap-contrib/pull/2188,...

Is it worth allowing just data to be returned? Something like this; ```python >>> from eiapy import Series >>> cal_to_mex = Series('EBA.CISO-CFE.ID.H') >>> cal_to_mex.last(5, data_only=True) [['20180401T07Z', -11], ['20180401T06Z', -16], ['20180401T05Z',...

Currently the Relation class does not work. The api documentation on this part is poor (looks like it's been copy pasted from previous section) so it's going to be a...