pacificclimate / station-data-portal

Data portal for station data (e.g., BC Station Data, a.k.a. PCDS; Yukon-NWT Station Data); React app
0 stars 0 forks source link

Handle filtering of stations with histories with no observations #152

Closed rod-glover closed 2 years ago

rod-glover commented 2 years ago

Resolves #147 . See discussion there for some discussion of implementation.

Brief version: Add "Include stations with no observations" filtering control (checkbox), and adjust filtering accordingly. Change required: Pass histories with no variables when the control is checked, otherwise normal filtering. This affects filtering on variable and frequency; date range already handled this case.

rod-glover commented 2 years ago

Counts reconciled with PDP. Ready to merge.