11 Checklists and Decision Trees
11.2 Pop-level key guidance
Do not assume one universal pop key across species.
Use the key that matches the method, for example:
Pop_ID + Year,CU_ID + Pop_Name + Year, or- a species-specific stream/timing key for intermediate processing.
11.3 Decision tree: do you need multiple selection layers?
Start:
- Are you producing only one CU series with one consistent site set?
- Yes -> one declared layer may be enough
- No -> continue
- Do different outputs serve different purposes (trend, abundance, pop, historical context)?
- Yes -> declare separate output layers and selection specs
- No -> document why one layer is sufficient
- Does any required layer end up with zero included sites or unresolved conflicts?
- Yes -> stop and escalate
- No -> proceed to record selection
11.4 Decision tree: choose estimation pattern
Start:
- Do you have near-complete direct site coverage with stable inclusion?
- Yes -> Direct-sum pattern
- No -> continue
- Do you have defensible expansion factors from indicator systems?
- Yes -> Indicator expansion pattern
- No -> continue
- Do you have model/run-reconstruction inputs and method support?
- Yes -> Run reconstruction / model-based pattern
- No -> Escalate to custom method design
11.5 Decision tree: is the bundle ready for downstream status work?
- Does
cu_timeseriespass uniqueness and year-range checks?- No -> fix the CU series first
- Yes -> continue
- Are
SpnForAbd_*andSpnForTrend_*semantics documented?- No -> stop and document them
- Yes -> continue
- Does
wsp_metric_specsalign to the same CU set?- No -> fix spec alignment
- Yes -> continue
- Are cyclic benchmark cases supplied with a benchmark file?
- No -> stop and add the file
- Yes -> bundle is ready for status/tool handoff
11.6 Top failure modes and fixes
- ID mismatch across files
- Fix: update the crosswalk, rerun joins, and recheck keys.
- Unexpected year truncation
- Fix: inspect start-year rules and source coverage.
- Large retrospective shifts
- Fix: compare input changes versus method changes; isolate the source of the delta.
- Schema drift in output columns
- Fix: run required-column checks and normalize structure before release.
- Unnamed first column from CSV row names
- Fix: drop blank-column headers before downstream processing.
- Bundle looks clean but meaning is unclear
- Fix: strengthen metadata notes and field semantics before handoff.