You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: planetary-variables/land-surface-temperature/land-surface-temperature-visualization/index.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ parent: Land Surface Temperature
5
5
layout: script
6
6
nav_exclude: false
7
7
scripts:
8
-
- [Visualization, script.js]
9
-
- [EO Browser, eob.js]
10
-
- [Raw Values, raw.js]
8
+
- [Visualization, script.js]
9
+
- [EO Browser, eob.js]
10
+
- [Raw Values, raw.js]
11
11
---
12
12
13
13
## Evaluate and visualize
@@ -20,6 +20,10 @@ Land Surface Temperature (LST) is the thermodynamic temperature of Earth’s sur
20
20
21
21
Planet's LST product provides near real-time measurements twice a day at 1:30 and 13:30 solar local time and at spatial resolutions of 100 m and 1000 m. It is unhindered by clouds and has a long and consistent data record of more than 20 years. Please check [here](https://docs.sentinel-hub.com/api/latest/data/planet/land-surface-temp/#available-bands) for a list of available bands.
22
22
23
+
{: .note}
24
+
25
+
The different times in the day can be selected in the evalscript by changing the variable `sensing_time`. `const sensing_time = "0130";` will return the LST at nighttime and `const sensing_time = "1330";` will return LST at midday.
26
+
23
27
## Description of representative images
24
28
25
29
Land Surface Temperature (100 m) on Oct 8, 2023 at 13:30 near Hanover, Germany.
@@ -28,6 +32,6 @@ Land Surface Temperature (100 m) on Oct 8, 2023 at 13:30 near Hanover, Germany.
0 commit comments