docs: embed input/output map preview at top of RasterFlow model notebooks#160
Draft
pdarringer wants to merge 1 commit into
Draft
docs: embed input/output map preview at top of RasterFlow model notebooks#160pdarringer wants to merge 1 commit into
pdarringer wants to merge 1 commit into
Conversation
…ooks Adds a "Preview: model inputs and outputs" markdown cell to each of the RasterFlow ML model notebooks (FTW, SAM3, Tile2Net, ChesapeakeRSC, CHM). The cell is inserted after the model description and before the AOI selection section, so readers get an immediate, interactive sense of what the model does and how well it performs before touching code. Each cell embeds a pre-built cloud.wherobots.com/map iframe with the input imagery, raster model outputs, and (where applicable) vector geometries and PMTiles, plus a fullscreen-fallback link. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Found 5 changed notebooks. Review the changes at https://app.gitnotebooks.com/wherobots/wherobots-examples/pull/160 |
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.
Summary
Adds a "Preview: model inputs and outputs" markdown cell to the top of each RasterFlow ML model notebook (after the model description, before AOI selection) so readers get an immediate, interactive sense of what the model does and how well it performs before touching any code.
Each cell contains:
<iframe>embedding a pre-builtcloud.wherobots.com/mapURLThe iframe attributes (
width=100%,height=640, rounded border,loading=lazy,allowfullscreen, etc.) follow the pattern from the 3 most recent posts inwherobots-notebook-blogs.Files changed
Analyzing_Data/RasterFlow_FTW.ipynb— planting + harvest mosaics, model output raster, vector geometries, PMTilesAnalyzing_Data/RasterFlow_SAM3.ipynb— input mosaic, vector geometries, PMTiles (no raster output — SAM3 is a geometry inference model)Analyzing_Data/RasterFlow_Tile2Net.ipynb— input mosaic, model output raster, vector geometries, PMTilesAnalyzing_Data/RasterFlow_Chesapeake.ipynb— input mosaic, model output raster, vector geometries, PMTilesAnalyzing_Data/RasterFlow_CHM.ipynb— input mosaic, model output raster (no vectors — CHM is a regression model)Notes
l*.nameparameters. They may need refinement.cloud.wherobots.com/map(notviz.wherobots.com). The fullscreen-fallback link covers the case where a host blocks iframe embedding via CSP.vis=0params on layers 0/2/3/4 were stripped from the supplied URL so all five layers are visible by default.Test plan
.ipynbin JupyterLab / VS Code and confirm the new cell renders the iframe map and the fullscreen-fallback link🤖 Generated with Claude Code