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
Vertical skill landed in #585 but has no user-facing documentation. The notebooks/vertical_skill.ipynb is a useful starting point but not part of the rendered docs.
Scope
Add a docs/user-guide/vertical.qmd page covering:
When to use VerticalObservation / VerticalModelResult (sigma/sigma-z columns, fixed (x, y))
The "pre-extracted column" requirement — link to ADR-011 and show the mikeio extraction snippet users need to run before constructing a VerticalModelResult
Matching: nearest-time + linear interp on depth, default tolerance = half median model dt
Vertical skill landed in #585 but has no user-facing documentation. The
notebooks/vertical_skill.ipynbis a useful starting point but not part of the rendered docs.Scope
docs/user-guide/vertical.qmdpage covering:VerticalObservation/VerticalModelResult(sigma/sigma-z columns, fixed (x, y))VerticalModelResult.verticalaccessor:.skill(bins=...),.mean()/.min()/.max(),.plot.profile(),.plot.hovmoller()SkillProfilereturn typecmp.sel(z=...)for slicing depth ranges or selecting a layerdocs/_quarto.ymlsidebar (next tonetwork.qmd)workflow.qmdanddata-structures.qmdKnown caveats to call out in the docs
match(max_model_gap=...)is not yet supported for vertical matching — raisesNotImplementedError(seesrc/modelskill/matching.py:421)vertical.skill()is 5, same convention asgridded_skillReference material
notebooks/vertical_skill.ipynb— has plots and example flows worth lifting