Jacques de Chalendar
Jacques de Chalendar
Thanks for replying back soon. I was actually just looking into more detailed logs. It looks like before the update, the server returned a `Ref` for `id`. After the update,...
I wonder whether this is intended behavior on the Skyspark side actually. From the blog post you referenced, I understand that you should only be getting the "Hayson" format if...
Is there a parser available for hayson, or would this need to be written from scratch?
Coming back to this a year later. I had missed the description of this change in the Skyspark 3.0.28 build notes (see below). I was able to get the previous...
> Not easily… See `pyhaystack` was designed to the previous contract, which SkySpark decided to break. _That is on them._ I'd work on it, but I have limited time to...
Understood. Does your comment about management at your workplace also mean that general maintenance of the `pyhaystack` library will be discontinued? Thanks for all the work you have done on...
It's possible I had a different source at the time that seemed more recent than this one - but I'm surprised I didn't leave a comment about it like I...
The newer files date back to the updates I made for the EIA's switch to v2 of their API (#12). At that time, I also updated the gridemissions API to...
> FYI, we have some functions in the OGE repo to [download](https://github.com/singularity-energy/open-grid-emissions/blob/64f9a036110bcda4a3a7ce3f52c22937bffcd1e7/src/oge/download_data.py#L250) and [process](https://github.com/singularity-energy/open-grid-emissions/blob/64f9a036110bcda4a3a7ce3f52c22937bffcd1e7/src/oge/eia930.py#L25) the six month files into the format you use here. Not sure if this would be...
The data coming out of that source definitely seem like they have the same graph-like structure as what is being assumed to process data here -- so yes, I think...