Pierre Segonne

Results 20 issues of Pierre Segonne

### Description The readability and the consistency of data presented in the `footprints.yml` file could greatly be enhanced by cleaning the file ### Tasks - [ ] Clean the identifiers...

__Improvement on #373__ ## What is it about EXIOBASE relies on numbers from the past. The data we're currently using is from 2011. To improve the accuracy of our carbon...

🛒 retail
carbon model

### Description LU production is not parsed because we deem necessary to have fossil production. Fossil capacity is very small though, so I suggest we should accept these data points.

parser

## Description This PR changes the configuration system to support zone configuration as a file per zone. The configuration is in `.yaml` for better readability and those yaml files are...

frontend 🎨
dependencies
python
tests
infrastructure

### Description Access to `https://app.electricitymap.org/zone/US-NW-SCL` makes the app crash. It seems like it also happens with any zone that should not exist. ### Screenshot ### Further context I'm not sure...

bug 🐞
techdebt

### Description As explained in https://github.com/electricitymap/electricitymap-contrib/pull/3817#issuecomment-1050852974, there are multiple small US zones that should be re-arranged or deleted. Some of the US zones were too small to show on the...

parser
data

After the amazing work of @kruschk in #3937, we now have a nice setup for testing the co2eq parameter files ([co2eq_parameters_all](https://github.com/electricitymap/electricitymap-contrib/blob/master/config/co2eq_parameters_all.json), [co2eq_parameters_direct](https://github.com/electricitymap/electricitymap-contrib/blob/master/config/co2eq_parameters_direct.json), [co2eq_parameters_lifecycle](https://github.com/electricitymap/electricitymap-contrib/blob/master/config/co2eq_parameters_lifecycle.json)) The tests currently ran can be extended...

help wanted
good first issue
python

# Problem The template test `test_classifier.py` does not pass when triggered as a GitHub action. The issue comes from imports. Indeed the import `from project.datasets.mnist import mnist` is erroneous. There...

bug

Hi, thanks for this initiative! I'd like to suggest adding that the cloud jewels figures returned are in kWh. I guess that modifying `cloud_jewels` to `cloud_jewels_kwh` lines 55 and 63...

__Quick preview__: ![power_plants](https://user-images.githubusercontent.com/32778266/191972962-7fb2d3f3-7e6e-4dea-8850-e8649087b287.gif) __Description__: During our last hack-day @mathilde-daugy and I tried to add a visualisation of installed power-plants on the app. We used the [Global Power Plant Database](https://datasets.wri.org/dataset/globalpowerplantdatabase) for...

help wanted
idea 💡
frontend 🎨