Skip to content

Commit

Permalink
add {satname}: Mapping Shorelines to extract shoreline progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Jan 20, 2024
1 parent eff9abb commit 39600b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coastsat/SDS_shoreline.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def extract_shorelines(

# loop through the images
for i in tqdm(
range(len(filenames)), desc="Mapping Shorelines", leave=True, position=0
range(len(filenames)), desc="{satname}: Mapping Shorelines", leave=True, position=0
):
# print('\r%s: %d%%' % (satname,int(((i+1)/len(filenames))*100)), end='')
apply_cloud_mask = settings.get("apply_cloud_mask", True)
Expand Down

0 comments on commit 39600b5

Please sign in to comment.