Skip to content

Earth Observation Hack Challenge using Sentinel 2 Data

License

Notifications You must be signed in to change notification settings

Hack4Dev/flood_detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flood Detection

Description

Welcome to the project on ""! From the tutorials you will learn the following:

  • Tutorial 1 : Optical Satellite Imagery Introduction
  • Tutorial 2 : Using Scikit-learn on Sentinel-2 Image Data
  • Tutorial 3 : Segmenting Radar Images

Data

Hackathon Task

Prerequisites

All the libraries/dependencies necessary to run the tutorials are listed in the requirements.txt file.

Installation

All the required libraries can be installed using pip and the requirements.txt file in the repo:

> pip install -r requirements.txt

Would you like to clone this repository? Feel free!

> git clone https://github.com/Hack4Dev/flood_detection.git

Then make sure you have the right Python libraries for the tutorials.

New to Github?

The easiest way to get all of the lecture and tutorial material is to clone this repository. To do this you need git installed on your laptop. If you're working on Linux you can install git using apt-get (you might need to use sudo):

apt install git

You can then clone the repository by typing:

git clone https://github.com/Hack4Dev/flood_detection.git

To update your clone if changes are made, use:

cd flood_detection/
git pull

About

Earth Observation Hack Challenge using Sentinel 2 Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%