2DegreesInvesting / tiltPlot

Plots for the TILT project
https://2degreesinvesting.github.io/tiltPlot/
GNU General Public License v3.0
0 stars 0 forks source link

Create a German Map showing regional risks #73

Closed lindadelacombaz closed 11 months ago

lindadelacombaz commented 11 months ago

Closes #68. Dear @maurolepore,

Here is my PR for creating a first version of the german map. The financial data has yet to be corrected so for now, the plot is without financial data. The map is created based on the color interpolation of the high, medium and low propotion of the companies that are found in one region / postcode. For example, a region with 10% low, 10% medium and 80% high risks companies will render more of a reddish color.

For now, I have still not been able to find a way to create a meaningful scale, and I want to create an interactive map with for example the plotly library that shows the proportion of each risks categories in one region. I have talked with @AnneSchoenauer about that and I think it would be a nice implementation for the user.

Note : the main_activity column do not exists anymore in the financial data - I have hence modified some other parts of the code accordingly.


TODO

EXCEPTIONS

lindadelacombaz commented 11 months ago

Thank you @maurolepore ! I tackled all your suggested changes, it is more structured that way, thank you :).