Skip to content

Commit 91c7d03

Browse files
authored
duplicate chl<24 - script cyanobacteria_chla_ndci_l1c
1 parent d826f50 commit 91c7d03

File tree

1 file changed

+1
-3
lines changed
  • sentinel-2/cyanobacteria_chla_ndci_l1c

1 file changed

+1
-3
lines changed

sentinel-2/cyanobacteria_chla_ndci_l1c/script.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ if (water==0) {
8282
return [248/255,207/255,2/255];
8383
} else if (chl<90){
8484
return [134/255,247/255,0];
85-
} else if (chl<24){
86-
return [245/255,205/255,1/255];
8785
} else if (chl<100){
8886
return [245/255,164/255,9/255];
8987
} else if (chl<150){
@@ -98,4 +96,4 @@ if (water==0) {
9896
return [239/255,100/255,14/255];
9997
} else if (chl<500){
10098
return [233/255,72/255,21/255];
101-
} else return [233/255,72/255,21/255];
99+
} else return [233/255,72/255,21/255];

0 commit comments

Comments
 (0)