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

Prevent against 'null' data from backend. #63

Closed johnmccambridge7 closed 4 years ago

johnmccambridge7 commented 4 years ago

Title

The backend will now return null in cases of no data, instead of hardcoded values; the front-end will need to respond accordingly.

Type of Issue