pacificclimate / scip-frontend

Salmon Climate Impacts Portal
GNU General Public License v3.0
1 stars 1 forks source link

some day_temp data is missing #40

Closed corviday closed 10 months ago

corviday commented 1 year ago

Sometimes selecting day_temp as a variable in the DailyDataDisplay crashes the webpage. This seems to be caused by the backend returning an empty list, which probably means the data files don't exist, or aren't indexed or formatted properly.

I don't plan to track down the missing data because we are planning to replace all the data with updated versions pretty soon, but wanted to document the issue.

Handling an empty API response gracefully is a separate issue that does need to be fixed.