v4lli / meteocool

free & open source, "mobile first" weather radar + lightning visualisation for Central Europe.
https://meteocool.com/
GNU Lesser General Public License v3.0
37 stars 10 forks source link

legende einbinden #25

Closed v4lli closed 5 years ago

v4lli commented 6 years ago

The legend needs to be auto-generated from the dbz2color() function in dwd2geojson.py.

pew commented 6 years ago

I put this in dwd since it only needs to be updated when they update something (I guess?), also requires someone with basic math skills to fix the actual size.

v4lli commented 6 years ago

part #1 has been integrated, leaving this as unresolved until the legend gets numeric dbZ values every 20 pixel or so. the values should be between 0 (leftmost) and 96 (rightmost).

v4lli commented 6 years ago

As discussed, we don't want a numeric scale because no one really knows what the numbers mean. A human-readable range from "light mist" to "thunderstorm" would be better. @pew

v4lli commented 5 years ago

numeric scale done, closing this until someone has a better idea for simpler visualisation.