:py:mod:`statgis.gee.shoreline_analysis` ======================================== .. py:module:: statgis.gee.shoreline_analysis .. autoapi-nested-parse:: Detect changes in coastlines Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: statgis.gee.shoreline_analysis.shoreline_characterization .. py:function:: shoreline_characterization(image: ee.Image, region: ee.Geometry, scale: float, band: str) -> ee.FeatureCollection Extract shoreline from image classified. :param image: Classified image to analyze. :type image: ee.Image :param region: Region of interest to clip the image and shorelines. :type region: ee.Geometry :param scale: Image scale. :type scale: float :param band: Band of interest. :type band: str :returns: **polylines** -- Digitalized shorelines from images. :rtype: ee.FeatureCollection