Commit 15d3789
fix(waterdata.xarray): drop time_series_id from the flat stats dataset
The stats flat conversion keeps every column, and _handle_stats_nesting
surfaces all outer feature-property keys, so a time_series_id could leak into
the CF dataset as an opaque-UUID variable. Add it to _build_stats's drop set
(alongside computation_id / parent_time_series_id), matching the coverage of
the removed pandas-path hash drop. Test asserts all three are dropped.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f1755e7 commit 15d3789
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
714 | | - | |
| 714 | + | |
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
188 | | - | |
189 | | - | |
| 189 | + | |
| 190 | + | |
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| |||
0 commit comments