Skip to content

Commit

Permalink
add handling for XS_concave_hull in thumbnail script
Browse files Browse the repository at this point in the history
  • Loading branch information
sclaw committed Nov 22, 2024
1 parent ac911fc commit 6e68312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ras_stac/ras1d/utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def make_thumbnail(gdfs: dict):

# Add data
for layer in gdfs.keys():
if layer == "XS_concave_hull":
continue
gdfs[layer].plot(ax=ax, color=cdict[layer], linewidth=1, label=layer)
try:
ctx.add_basemap(ax, crs=crs, source=ctx.providers.USGS.USTopo)
Expand Down

0 comments on commit 6e68312

Please sign in to comment.