dali-lab / pine-beetle-backend

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

County dropdown hotfix #69

Closed nathan-m-schneider-22 closed 4 years ago

nathan-m-schneider-22 commented 4 years ago

Currently, the appropriate counties don't always appear in the dropdown because of missing data. We can still make predictions on the remaining data, the users just don't get the option.

In order to fix the underlying problem would require SIGNIFICANT changes to the way the backend and frontend work, as well as fixing several known and difficult issues.

Instead of doing that, I sacrificed some of the theoretical efficacy of the historical data display (which already doesn't work due to the aforementioned issues) in order to get predictions working tonight. I've made some small changes that allow the counties to be displayed, chosen, and make predictions on.

In the meantime, the hotfix is deployed and functioning properly.