SCynergy 2026 - GeoAI Workshop β Worksheet¶
π Notebook 1 β Understanding Data Acquisition¶
-
What problem does STAC solve in geospatial workflows?
β Think about how data is discovered and filtered. -
Why do we define multiple temporal phases (pre-event, event, post-event)?
β What additional information do they provide? -
What factors determine the βbestβ satellite scene?
β Consider differences between optical and radar data.
π Notebook 2 β Understanding Data Packaging¶
-
Why must all datasets be aligned onto a common grid?
β What would happen if they were not? -
What is reprojection, and why is it necessary?
β Think about coordinate systems and pixel alignment. -
Why do we split large images into smaller chips?
β Consider GPU limitations and model requirements. -
How does the workflow handle missing or invalid data?
β Why is this important for AI models?
π Notebook 3 β Understanding Model Inference¶
-
What does each dimension of the input tensor represent?
β [Batch, Channels, Time, Height, Width] -
Why is DEM repeated across the time dimension?
β Does the terrain change over time? -
What does the model output represent?
β How would you interpret the prediction?
Reflection Questions¶
- Which part of the pipeline was most surprising or new to you?
- Where do you think errors or uncertainties could arise?
- How could this workflow be adapted to another application (e.g., wildfire, agriculture)?