Skip to content

Commit

Permalink
v0.1.55 fixes shoreline extraction area plot issues
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Mar 15, 2024
1 parent af3b02c commit 436292f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ where = ["src"]
[project]
name = "coastsat_package"
dynamic = ["readme"]
version = "0.1.54"
version = "0.1.55"
authors = [
{ name="Sharon Fitzpatrick" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/coastsat/SDS_shoreline.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def filter_shoreline(shoreline, satname, sl_date, acc_georef, cloud_cover, outpu
crs=f"epsg:{output_epsg}",
)
if shoreline_gdf is None:
return np.array(shoreline)
return shoreline
shoreline_gdf.reset_index(drop=True, inplace=True)

# Filter shorelines within the extraction area.
Expand Down

0 comments on commit 436292f

Please sign in to comment.