statgis.gee.shoreline_analysis#

Detect changes in coastlines

Module Contents#

Functions#

shoreline_characterization(→ ee.FeatureCollection)

Extract shoreline from image classified.

statgis.gee.shoreline_analysis.shoreline_characterization(image: ee.Image, region: ee.Geometry, scale: float, band: str) ee.FeatureCollection#

Extract shoreline from image classified.

Parameters:
  • image (ee.Image) – Classified image to analyze.

  • region (ee.Geometry) – Region of interest to clip the image and shorelines.

  • scale (float) – Image scale.

  • band (str) – Band of interest.

Returns:

polylines – Digitalized shorelines from images.

Return type:

ee.FeatureCollection