refactor: update notebooks for renamed rasterflow sdk methods#161
Draft
rbavery wants to merge 2 commits into
Draft
refactor: update notebooks for renamed rasterflow sdk methods#161rbavery wants to merge 2 commits into
rbavery wants to merge 2 commits into
Conversation
Aligns notebook calls with new SDK method names (build_mosaics, build_gti_mosaics, predict_mosaic_recipe, predict_mosaic_geometries_recipe) and renames store= kwarg to mosaics= in predict_mosaic, predict_mosaic_geometries, run_mosaics_change, vectorize_mosaic calls.
|
Found 9 changed notebooks. Review the changes at https://app.gitnotebooks.com/wherobots/wherobots-examples/pull/161 |
Matches SDK rename to singular form for the single-mosaic input.
pdarringer
approved these changes
May 20, 2026
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
Aligns RasterFlow notebook calls with renamed SDK methods:
build_mosaic→build_mosaicsbuild_gti_mosaic→build_gti_mosaicsbuild_and_predict_mosaic_recipe→predict_mosaic_reciperun_geometry_inference_recipe→predict_mosaic_geometries_recipeAnd renames
store=kwarg tomosaics=forpredict_mosaic,predict_mosaic_geometries,run_mosaics_changeDepends on
wherobots-rasterflow-remotePR release.Test plan