LU-LC-classification

Land-Use/ Land use classification in GEE

image

Land-Use / Land-Cover Classification in Google Earth Engine (GEE)

License: MIT GEE

This project demonstrates a comprehensive approach to land-use and land-cover (LULC) classification using the powerful capabilities of Google Earth Engine. By leveraging satellite imagery, machine learning algorithms, and cloud-based processing, we aim to accurately map and analyze land-use patterns over time.

Table of Contents

About

LULC classification is essential for understanding environmental changes, urban development, agricultural patterns, and resource management. This project provides a streamlined workflow to classify land cover into categories such as:

Key Features

Data Sources

image

Methodology

  1. Data Preprocessing:
    • Cloud masking, atmospheric correction, and image normalization.
    • Selection of optimal spectral bands and indices (e.g., NDVI, EVI).
  2. Training Data Collection:
    • Careful selection of representative training samples for each land-use class.
    • Can utilize existing LULC products or create custom samples using visual interpretation or field surveys.
  3. Classification:
    • Training and validation of machine learning models.
    • Evaluation of model performance using accuracy assessment metrics.
  4. Post-Processing:
    • Smoothing and filtering to refine classification results.
    • Accuracy assessment and validation using ground truth data (if available).

Results

Showcase your classification results here:

Usage

Provide clear instructions on how to use the code in this repository:

  1. Environment Setup: Install Google Earth Engine Python API and other necessary libraries.
  2. Data Acquisition: Specify your region of interest and time period.
  3. Model Training: Select a machine learning algorithm and train it on your training data.
  4. Classification and Analysis: Run the classification script and explore the results.

Contributing

We welcome contributions! Please see our CONTRIBUTING.md for guidelines.

License

This project is licensed under the MIT License.