Skip to content

SCynergy 2026 - GeoAI Workshop β€” Worksheet

πŸ“˜ Notebook 1 β€” Understanding Data Acquisition

  1. What problem does STAC solve in geospatial workflows?
    β†’ Think about how data is discovered and filtered.

  2. Why do we define multiple temporal phases (pre-event, event, post-event)?
    β†’ What additional information do they provide?

  3. What factors determine the β€œbest” satellite scene?
    β†’ Consider differences between optical and radar data.


πŸ“— Notebook 2 β€” Understanding Data Packaging

  1. Why must all datasets be aligned onto a common grid?
    β†’ What would happen if they were not?

  2. What is reprojection, and why is it necessary?
    β†’ Think about coordinate systems and pixel alignment.

  3. Why do we split large images into smaller chips?
    β†’ Consider GPU limitations and model requirements.

  4. How does the workflow handle missing or invalid data?
    β†’ Why is this important for AI models?


πŸ“• Notebook 3 β€” Understanding Model Inference

  1. What does each dimension of the input tensor represent?
    β†’ [Batch, Channels, Time, Height, Width]

  2. Why is DEM repeated across the time dimension?
    β†’ Does the terrain change over time?

  3. 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)?