INFO - Please read the following information carefully: INFO - find_wl_contours2: A method for extracting shorelines that uses the sand water interface detected with the model to refine the threshold that's used to detect shorelines . - This is the default method used when there are enough sand pixels within the reference shoreline buffer. INFO - find_wl_contours1: This shoreline extraction method uses a threshold to differentiate between water and land pixels in images, relying on Modified Normalized Difference Water Index (MNDWI) values. However, it may inaccurately classify snow and ice as water, posing a limitation in certain environments. - This is only used when not enough sand pixels are detected within the reference shoreline buffer. INFO - --------------------------------------------------------------------------------------------------------------------- INFO - Extracting shorelines for L5 Minimum Shoreline Length: 500 INFO - WARNING: CoastSat has hard-coded the value for the minimum shoreline length for L7 to 200 INFO - Extracting shorelines for L7 Minimum Shoreline Length: 200 INFO - Extracting shorelines for L8 Minimum Shoreline Length: 500 INFO - Processing image L8 2024-09-23-22-11-18 INFO - L8 2024-09-23-22-11-18 cloud cover : 0.00% INFO - L8 2024-09-23-22-11-18: sand: 0.23% ,whitewater: 0.00% ,water: 0.46% INFO - L8 2024-09-23-22-11-18: Less than 50 sand pixels detected within reference shoreline buffer. Using find_wl_contours1 ERROR - L8 2024-09-23-22-11-18: Could not map shoreline due to error no valid pixels found in reference shoreline buffer. Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.10/site-packages/coastsat/SDS_shoreline.py", line 626, in extract_shorelines contours_mwi, t_mndwi = find_wl_contours1( File "/home/ubuntu/.local/lib/python3.10/site-packages/coastsat/SDS_shoreline.py", line 921, in find_wl_contours1 raise ValueError("no valid pixels found in reference shoreline buffer.") ValueError: no valid pixels found in reference shoreline buffer. INFO - Processing image L8 2024-10-09-22-11-21 INFO - L8 2024-10-09-22-11-21 cloud cover : 0.00% INFO - L8 2024-10-09-22-11-21: sand: 0.00% ,whitewater: 0.06% ,water: 0.32% INFO - L8 2024-10-09-22-11-21: Less than 50 sand pixels detected within reference shoreline buffer. Using find_wl_contours1 ERROR - L8 2024-10-09-22-11-21: Could not map shoreline due to error no valid pixels found in reference shoreline buffer. Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.10/site-packages/coastsat/SDS_shoreline.py", line 626, in extract_shorelines contours_mwi, t_mndwi = find_wl_contours1( File "/home/ubuntu/.local/lib/python3.10/site-packages/coastsat/SDS_shoreline.py", line 921, in find_wl_contours1 raise ValueError("no valid pixels found in reference shoreline buffer.") ValueError: no valid pixels found in reference shoreline buffer. INFO - Extracting shorelines for L9 Minimum Shoreline Length: 500 INFO - Processing image L9 2024-10-17-22-11-30 INFO - L9 2024-10-17-22-11-30 cloud cover : 0.00% INFO - L9 2024-10-17-22-11-30: sand: 1.30% ,whitewater: 0.11% ,water: 33.31% INFO - L9 2024-10-17-22-11-30: Greater than 50 sand pixels detected within reference shoreline buffer. Using find_wl_contours2 INFO - Number of shorelines before removing shorelines < 500m: 17 shorelines. Number of shorelines after filtering shorelines: 2 shorelines INFO - Number of shoreline points before removing points within 300m of cloud mask 645 INFO - Number of shoreline points after removing points within 300m of cloud mask 645 INFO - Number of shoreline points before removing points within 30m of no data pixel 645 INFO - Number of shoreline points after removing points within 30m of no data pixel 644 ERROR - Skipping L9 2024-10-24-22-17-45 due to cloud cover percentage exceeding cloud threshold: 38.92% > 10.00%.