Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Turning this lesson into progress on your SDS320 project

Intro

You now have a working set of visualization techniques: basemaps, raster and vector overlays, cloud-hosted previews, split-panel comparisons, and result overlays. The goal of this page is not new theory. It is to turn those techniques into a short, reusable notebook you will come back to throughout the rest of the semester, every time you acquire new data, generate training tiles, or produce a prediction.


Project checklist


Decision points

Which basemap fits your project by default? If your project depends on visually verifying structures or land cover, a satellite basemap is usually the right default. If it depends on terrain or hydrology, a topographic basemap may serve you better.

Which band combination or colormap best reveals your target? If you are not sure yet, try at least two options side by side, as in the mini task on the raster data page, and pick based on what you actually see rather than habit.

What will you need to compare later, and can you set that comparison up now? If your project involves change detection, before/after imagery, or model evaluation, a split-panel pattern you build now will still be useful once you have real predictions.


Common pitfalls


Mini deliverable

Produce a short Project Visualization Notebook containing:

  1. An interactive map of your project’s study area with an appropriate basemap.

  2. At least one raster or vector layer from your own candidate data, styled deliberately (not left at default settings).

  3. One split-panel comparison relevant to your project question.

  4. A two- or three-sentence note on what the visualization revealed, including anything that looked wrong or unexpected.

Keep this notebook. You will extend it directly in L04 – Data preprocessing and again once you generate training tiles in L05 – Training data.


Reflection questions