Contains Google Earth Engine tools developed by Kiliain Voz
Go to file
Kilian Vos d3f61b57e4 Supprimer 'sds_extract.py'
functions updated functions folder
.gitignore updated gitignore
README.md update README.md
download_images.py Code to download and read sentinel 2 images
py3_environment.txt uploaded p3_environment.txt
read_images.py added plot

README.md

This toolbox uses the Google Earth Engine Python API to explore collections of publicly available satellite imagery (Landsat, Sentinel).

It has .py routines to:

  • read and preprocess satellite images (cloud masking, contrast stretching)
  • pansharpen Landsat 8 images
  • extract shorelines with the Marching Squares algorithm
  • classify image in 4 classes (sand, whitewater, water, other) using a Neural Network classifier

Requirements: all the packages contained in py3_environments.txt