Analysis results dashboard - #12
Closed
dfguerrerom wants to merge 19 commits into
Closed
Conversation
Add a "map" area-source option that uploads a classification GeoTIFF and derives map_code + per-class areas by sampling it at the reference points, off the UI thread. Column mapping hides the map role and marks x/y required for that source. clear_analysis_data() now also drops the uploaded classification path.
Contributor
Author
|
Superseded by #13, which folds these commits into a single combined PR to main (this branch was stacked underneath it). Closing to consolidate review there. |
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.
Moves the accuracy-assessment results into a dashboard modal with ipecharts charts, leaving a compact summary in the right panel.
RawEChartsWidget(for the heatmap'svisualMap) and a shared echarts theme mixin.No analysis math changed — everything reads from
app_state.analysis_results.Tests: 117 passing; black/ruff clean.
Branches off
main, independent of #11. The only overlap is the one-lineAreaEstimateCharttransparent-background fix that #11 also makes (trivial, auto-resolvable).Follow-ups (non-blocking): de-dup the pie with
summary.pyvia a shared helper; add edge-guard/unit-toggle test coverage; harden the empty-but-present confusion-matrix guard.