dali-lab / pine-beetle-frontend

Visualizing data and predicting outbreaks of Southern Pine Beetles across twenty US states. Built in the DALI Lab.
https://spbpredict.com
4 stars 0 forks source link

delete no spot data from legend etc. #635

Open jeffzyliu opened 1 year ago

jeffzyliu commented 1 year ago

Description

remove from legend and also remove the ability to assign color[0] i think

image

also, filter out entries with hasspotst0=0. this needs to be fixed on backend. This happens because aggregate sum has 0 as the default, and null + 0 = 0. We could just only do single year fetch now that map is fixed to single year though, and then the backend query parser fix would handle that?

Type of Issue