Skip to content

Commit ba6bd32

Browse files
committed
Updated data credit links
1 parent 8179ab8 commit ba6bd32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,14 +293,14 @@ def dot_row(color, text):
293293
html.Div([
294294
html.Span("Data: ", style={"color":"rgba(136,136,136,1)","fontSize":"12px"}),
295295
html.A("Sentinel-2 via AWS Earth Search",
296-
href="https://earth-search.aws.element84.com/v1",
296+
href="https://radiantearth.github.io/stac-browser/#/external/earth-search.aws.element84.com/v1/collections/sentinel-2-l2a",
297297
target="_blank",
298298
style={"fontSize":"12px","color":"rgba(55,138,221,1)"}),
299299
], style={"marginBottom":"5px"}),
300300
html.Div([
301301
html.Span("Data: ", style={"color":"rgba(136,136,136,1)","fontSize":"12px"}),
302302
html.A("HLS via Microsoft Planetary Computer",
303-
href="https://planetarycomputer.microsoft.com",
303+
href="https://planetarycomputer.microsoft.com/dataset/group/hls2",
304304
target="_blank",
305305
style={"fontSize":"12px","color":"rgba(55,138,221,1)"}),
306306
], style={"marginBottom":"10px"}),

0 commit comments

Comments
 (0)