0% found this document useful (0 votes)
4 views1 page

Automated Land Use Classification Project

The mini project aims to classify land use from satellite images using Python. It involves loading images, extracting features, training a model, and classifying the raster to produce a land use map and an accuracy assessment table. Tools utilized include rasterio, scikit-learn, and matplotlib.

Uploaded by

jeffy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Automated Land Use Classification Project

The mini project aims to classify land use from satellite images using Python. It involves loading images, extracting features, training a model, and classifying the raster to produce a land use map and an accuracy assessment table. Tools utilized include rasterio, scikit-learn, and matplotlib.

Uploaded by

jeffy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Mini Project: Automated Land Use Classification

Objective:

- Classify land use using satellite images and Python

Tools Used:

- Python, rasterio, scikit-learn, matplotlib

Steps:

1. Load image using rasterio

2. Extract features (NDVI, texture)

3. Train model using scikit-learn

4. Classify raster and export

Outputs:

- Classified land use map

- Accuracy assessment table

You might also like