You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neaps is continuously validated against NOAA tidal predictions, comparing the **time** and **height** of predicted high and low tides for all NOAA tide stations.
170
+
171
+
### Methodology
172
+
173
+
- Recent High/low predictions extracted from both NOAA and Neaps for 3300+ NOAA reference and subordinate stations
174
+
- One-to-one event matching using a ±180-minute window
175
+
- Metrics computed per station and aggregated across all stations
176
+
- Evaluated automatically in CI on every change
177
+
178
+
### Results
179
+
180
+
As of Dec 2025:
181
+
182
+
-**Stations evaluated:** 3,363
183
+
-**High/low events compared:** 36,990
184
+
-**Median |Δt|:** 3.5 minutes
185
+
-**95% of stations** have median |Δt| < **13.5 minutes**
186
+
-**Median MAE:** 1.1 cm
187
+
-**95% of stations** have MAE < 4.5 cm
188
+
189
+
### Summary
190
+
191
+
Neaps reproduces high and low tide timing with **minute-level accuracy** and tide heights with **centimeter-level accuracy** compared to NOAA's tide predictions. Validation is automated and enforced in CI to prevent regressions as the model evolves.
0 commit comments