Skip to content

Commit f44a7da

Browse files
authored
removing question marks
1 parent ade9d7f commit f44a7da

File tree

1 file changed

+2
-2
lines changed
  • landsat-8/land_surface_temperature_mapping

1 file changed

+2
-2
lines changed

landsat-8/land_surface_temperature_mapping/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ var band="B10";
55

66
// for analysis of one image (OE Browser), choose option=0. In case of MULTI-TEMPORAL analyis, option values are following:
77
// 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)
99
// 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%)
1010
var option = 0;
1111

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!
1313
var minC = 0;
1414
var maxC = 50;
1515

0 commit comments

Comments
 (0)