Extract shorelines from publicly available satellite imagery https://github.com/kvos/coastsat
 
 
Go to file
kvos 2abac763b1 added sand classification
functions added sand classification
.gitignore update sds.py module
README.md Update 'README.md'
sds_extract.py added sand classification

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