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: landsat-8/land_surface_temperature_mapping/script.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ var band="B10";
5
5
6
6
// for analysis of one image (OE Browser), choose option=0. In case of MULTI-TEMPORAL analyis, option values are following:
7
7
// 0 - outputs average LST in selected timeline (% of cloud coverage should be low, e.g. < 10%)
8
-
// 1�- outputs maximum LST in selected timeline (% of cloud coverage can be high)
8
+
// 1- outputs maximum LST in selected timeline (% of cloud coverage can be high)
9
9
// 2 - outputs standard deviation LST in selected timeline; minTemp and highTemp are overwritten with values 0 and 10 (% of cloud coverage should be low, e.g. < 5%)
10
10
varoption=0;
11
11
12
-
// minimum and maximum values for output colour chart red to white for temperature in �C. Option 2 overwrites this selection!
12
+
// minimum and maximum values for output colour chart red to white for temperature in °C. Option 2 overwrites this selection!
0 commit comments