Segmentaion
Segmentation (A trivially simple example)
Data
For the Example:
Also bag these files for the challenge:
A simple example of segmentation
Start a QGIS project ad set the project crs 20 EPSG:6339.
- Open
october_ndvi.tif. - What should you do before starting?
- Use the raster calculator to create a binary raster where NDVI > 0.2.
- Use
Raster>Conversion>Polygonizeto make polygons from the raster - Use the field calculator to calculate area (expression:
$area) - What units is area in?
- Remove tiny polygons based on area.
- What did you do?
Challenge!
You know about spectral indices (There’s an index for that!). You know about (very basic) segmentation. You know about zonal statistics.
- Segment the lithium brine evaporation ponds using Sentinel-2 median composite image and/or Sentinel-2 maximum composite image (near Susques Argentina, 2025-04-01 to 2025-10-26).
- Calculate their total area.
- What is the difference in mean SWIR1 (band 11) within and outside of evaporation ponds in the image?
- What is a median composite image? A maximum composite image?