feat(byo): 'My stands' — bring-your-own-inventory overlay#83
Open
holoros wants to merge 2 commits into
Open
Conversation
…lope Bring-your-own-inventory mode. Upload a CSV of stand/monitoring observations (a year-or-age column + a value column, optional stand id); tolerant parser auto-detects columns, handles headered/headerless/tab. Points plot over the selected state's cross-engine envelope (full range band + median) for the current metric, shaded green/amber above/below the model median, with summary stats (n, % above median, mean deviation). Runs entirely client-side. Closes the upload-your-stands gap vs Forest Flux, on PERSEUS's multi-model footing. Parser + build verified.
Stand inventory is often age-based, so add a by-year / by-age toggle. Age mode builds a reference band from the landowner yield curves (aggregated across owner x forest type into per-age q10..q90 + median q50) where available (Maine today); elsewhere it plots the stands on a stand-age axis without a band. Auto-selects age mode when uploaded X values look like ages (<=200). Aggregation + build verified.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A My stands tab that closes the biggest competitive gap (upload-your-own-inventory, vs Forest Flux / OSI) on PERSEUS's multi-model footing.
Why
This is the 'are the models tracking my forest?' view — it lets a landowner or analyst sanity-check their inventory against the regional model ensemble, which is exactly what Forest Flux does from USFS methods but here with the multi-model spread PERSEUS uniquely provides.
Privacy / scope
npm run buildpasses.Opened for review — not auto-merged.