-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix choropleth legend and RE share choropleth #156
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for the fix!
The choropleth for RE share is working now.
As you set the range to 10, 100, ... the color range is not completely used leading to a map with very similar colors..which in my opinion is a drawback but I could live with that.. but it has effects like this:
because in one mun (Bliesdorf) the factor is 270 (which is correct) leading to 27000% but this sets the legend range to 100000%..
Indeed, the ranges are too wide now. |
@henhuy Could you please have a look how this could be solved taking the issues from above into account? |
Fixed RE share legend to 100% - but then many municiaplities colored dark blue as they exceed 100%. |
Could you have a look @nesnoj ? |
To list the issues and their status again:
Can you solve this please? |
Could you have a look @henhuy ? |
5926c9f
to
d2b4a1d
Compare
Hey @nesnoj please review again. Please check different choropleths and especially chorpleths for energy shares (%) |
From today @henhuy
|
6367e4d
to
7e2e65f
Compare
Cannot change continuous coloring - there is no option to do so...
Done.
There is a mismatched between chorpleth names i choropleth.json and choropleth.py. Once keys are mapping, number of legend entries gets adapted. For now, this is not needed, as I simply changed default number to 6 in mapengine. |
Would like to merge now and encounter continuous coloring in a new issue if necessary. |
Thx @henhuy for the fix, looks good now! And do not worry about the continuous coloring.
pointing to your "Minor fix" in 4f0d002 . After undoing popups work again. What's the reason for this change? |
A shit, this is due to pandas warnings in the console - but apparently |
Done. |
Great, thanks! I'm happy to finally merge this :) |
Fixes #142
Fixes #141
Needs poetry update due to fix in mapengine