Skip to content

K-means cluster excluding gas absorption window #137

@zxdawn

Description

@zxdawn

If the gas absorption is strong, the PCA may cluster plume pixels as one component. It's better to drop the gas absorption window for this.

# fit model to data
radiance_stack = radiance.stack(z=['y', 'x']).transpose()
pca.fit(radiance_stack) # input 2D array (X, band)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions