In these notebooks, we demonstrate segmentation of crops using Planet imagery.
- Crop Segmentation
- Identify Datasets
- Ground truth data, area of interest, and Planet scene are identified and stored.
- Prepare Datasets
- Ground truth and image are cropped to the area of interest.
- KNN Segmentation
- A Planet scene is segmented into crop/non-crop regions.
- The input data and result are georegistered vector features.
- This notebook contains functionality for converting between vector and raster features, as well as KNN Classification.
- KNN Segmentation
- The KNN Segmentation Parameters are tuned.
- Identify Datasets