We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d826f50 + 91c7d03 commit 4a8954aCopy full SHA for 4a8954a
sentinel-2/cyanobacteria_chla_ndci_l1c/script.js
@@ -82,8 +82,6 @@ if (water==0) {
82
return [248/255,207/255,2/255];
83
} else if (chl<90){
84
return [134/255,247/255,0];
85
-} else if (chl<24){
86
- return [245/255,205/255,1/255];
87
} else if (chl<100){
88
return [245/255,164/255,9/255];
89
} else if (chl<150){
@@ -98,4 +96,4 @@ if (water==0) {
98
96
return [239/255,100/255,14/255];
99
97
} else if (chl<500){
100
return [233/255,72/255,21/255];
101
-} else return [233/255,72/255,21/255];
+} else return [233/255,72/255,21/255];
0 commit comments