Jacques de Chalendar

Results 8 issues of Jacques de Chalendar

This is not an issue per se, but I am curious as to pyhaystack's design choices on this. Apologies if there was another place you would have preferred me to...

The following snippet ```python session = pyhaystack.connect( implementation="skyspark", uri=SKYSPARK_URL, username=SKYSPARK_USERID, password=SKYSPARK_PWD, project=PROJECT, grid_format=hszinc.MODE_JSON, ) print(session.find_entity("site")) print(session.find_entity("site").result) ``` produces the following output ```Traceback (most recent call last): Traceback (most recent call...

## Real-time map down Data last updated Jan 25th. ## Timeseries and heatmaps down ![image](https://github.com/jdechalendar/gridemissions/assets/20404131/68bcc6e5-b294-4fa1-b162-4abb1b9724c4)

Follow-up work from #20: - [x] Update website description - [ ] Automate update of the processed datasets on a 6-month basis when the new bulk dataset from the EIA...

I noticed these failures when working on #20. * For the three EIA API tests, these look like minor changes of the API, but could also be due to the...

Refactor `viz.d3map.create_graph` to the following signature. This would make it easier to re-use this function for more general purposes. ``` def create_graph2( size: ge.GraphData, color: ge.GraphData, field_size: str, field_color: str...

- [x] Update `Makefile` to make bulk dataset easier to reproduce -- see #47 - [x] Update workflow to save deltas [here](https://github.com/jdechalendar/gridemissions/blob/998b4227327f624ca1577b4b6675dc2e7046e0e0/src/gridemissions/workflows.py#L113) -- done in #44 - [x] #40 -...

This would be cleaner. Pass co2i instead of co2 and elec in to maintain current behavior. Will then be able to use this function to make heatmap reports for the...