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

Observation counts for <= 1 month period are zero #170

Closed rod-glover closed 1 year ago

rod-glover commented 1 year ago

This likely occurs because the month indexes run from (start month) to (end month -1), hence no months within same month.

Possible solutions: