Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalit31 committed Sep 16, 2023
1 parent c3b927d commit 12b0b16
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Land-Cover-Analysis

This repository contains the project "Land Use/Land Cover change detection in cyclone affected areas using convolutional neural networks" completed at the Indian Institute of Remote Sensing, Dehradun from May 2020 to June 2020. The help in code implementation is taken from [Eye in the Sky](https://github.com/manideep2510/eye-in-the-sky).
This repository contains the project "Land Use/Land Cover change detection in cyclone affected areas using convolutional neural networks" completed at the Indian Institute of Remote Sensing, Dehradun from May 2020 to June 2020. Help in code implementation is taken from [Eye in the Sky](https://github.com/manideep2510/eye-in-the-sky).

## Project Objectives

The aim of the project is to train a convolutional neural network model for image segmentation of satellite images into the following classes: urban, rural, agriculture, deciduous forests, mangrove forests, uncultivable land, ponds/lake and canals or rivers. Upon the completion of training the model, it will then be used to detect chnages in the land cover of west bengal regions before and after the Amphan cyclone.
The aim of the project is to train a convolutional neural network model for image segmentation of satellite images into the following classes: urban, rural, agriculture, deciduous forests, mangrove forests, uncultivable land, ponds/lake and canals or rivers. Upon the completion of training the model, it will then be used to detect changes in the land cover of west bengal regions before and after the Amphan cyclone.

## Flowchart :

Expand All @@ -19,3 +19,9 @@ The aim of the project is to train a convolutional neural network model for imag
* [Sentinel-1-SAR](Sentinel-1-SAR:1-band)

#### For more details about the methodology and results, refer to the [project report](Report.pdf)

### Regarding datasets:
* Satellite images were extracted from Google Earth Engine for both the Sentinel-1 and Sentinel-2 satellites.
Here is the link for it: https://code.earthengine.google.com/. The script for this is added to the repository.
* For the ground truths, the Bhuvan platform was used. Here is the link: https://bhuvan-app1.nrsc.gov.in/thematic/thematic/index.php
* My dataset link: https://drive.google.com/drive/u/1/folders/1ZMlwmboKkTi8bayKyeEBa1XTiHCbLtBa (This is my university's google drive which may get removed soon). Though, the data here is not kept in a structured way.

0 comments on commit 12b0b16

Please sign in to comment.