Skip to content

Instantly share code, notes, and snippets.

@floew2
floew2 / satellite_image_classification.py
Last active August 5, 2023 14:48
A workflow for classifying Landsat satellite images
'''
A workflow for classifying Landsat remote sensing imagery
involves utilizing soft voting with SVM and Gradient Boosting classifiers.
The Isolation Forest algorithm is applied to identify outliers in the
training data. Feature selection is performed through a Recursive Feature
Elimination approach. The outcome consists of classification and classification
probability raster images saved in TIF format.
Author: Fabian Löw
Date: June 2023