We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8179ab8 commit ba6bd32Copy full SHA for ba6bd32
1 file changed
app.py
@@ -293,14 +293,14 @@ def dot_row(color, text):
293
html.Div([
294
html.Span("Data: ", style={"color":"rgba(136,136,136,1)","fontSize":"12px"}),
295
html.A("Sentinel-2 via AWS Earth Search",
296
- href="https://earth-search.aws.element84.com/v1",
+ href="https://radiantearth.github.io/stac-browser/#/external/earth-search.aws.element84.com/v1/collections/sentinel-2-l2a",
297
target="_blank",
298
style={"fontSize":"12px","color":"rgba(55,138,221,1)"}),
299
], style={"marginBottom":"5px"}),
300
301
302
html.A("HLS via Microsoft Planetary Computer",
303
- href="https://planetarycomputer.microsoft.com",
+ href="https://planetarycomputer.microsoft.com/dataset/group/hls2",
304
305
306
], style={"marginBottom":"10px"}),
0 commit comments