Basic Information
Level 1 Product
Level 2 Product
Level 3 Product
Level 4 Product
Workflow
Developer Uuide
Hyperspectral image classification.
Apply PCA and kmeans to classify pixels.
radiance (DataArray) – dims: y, x, bands.
DataArray
pca_dim (int) – n_components for PCA.
ncluster (int) – number of clusters to create.
max_iterations (int) – max number of iterations to perform.
segmentation (DataArray) – Segmentation result with dimensions (y, x).