- [ ] 1. fix standard deviation calculation: https://github.com/noaa-onms/climate-dashboard/blob/79ab5430d177421e78bd251e8c9909ab0c73db57/scripts/process_nc.R#L35-L37 - [ ] 2. get ranges to match with similar time steps for comparison; since not matching with switch from monthly (observed) and annual (forecast) <img width="1143" alt="image" src="https://github.com/noaa-onms/climate-dashboard/assets/2837257/a1fba541-9098-4cc6-9e8f-af96821b21b2"> - [ ] 3. consider different temporal extents, eg since 1970 (not 1850), and either limit available data or zoom to this extent by default.
climate-dashboard/scripts/process_nc.R
Lines 35 to 37 in 79ab543