Replace APA sample by Cumbre Vieja sample#59
Draft
j08lue wants to merge 3 commits into
Draft
Conversation
Member
Author
|
@AliceR, if you have time, could you please help me debug / finish this? |
Use the reduced datacube with the bands dimension in the SWIR algorithm and register the PNG result via add_graph_to_map so it renders correctly in the map panel. Also update Cumbre Vieja sample wording and comments for consistency, including the corrected bounding-box location note.
Member
Add test/integration/support/scenes.ts with centralized scene IDs (ADRIATIC, CUMBRE_VIEJA, NDCI) and a gotoSceneOrFail() helper that validates scene availability on the landing page before navigation, failing with a clear, actionable error listing available scenes if the requested id does not exist. Update navigation.spec.ts and persistence.spec.ts to: - Use shared SCENE_IDS constants and sceneEditorPath() helper - Replace hardcoded removed sentinel-2-apa with sentinel-2-cumbre-vieja - Remove silent-pass patterns in favor of explicit assertions - Update scene title assertions to match Cumbre Vieja copy (SWIR/lava) - Detect missing scene ids at test time instead of failing tests with unhelpful errors
AliceR
force-pushed
the
feat/sample-cumbre-vieja
branch
from
February 24, 2026 14:27
aa85613 to
fee9adb
Compare
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.
Add a Sentinel-2 L2A sample that following the narrative about the Cumbre Vieja eruption in 2021 https://explorer.eopf.copernicus.eu/story/?id=lava-flow
Closes #21