Description Usage Arguments Value References See Also Examples
NASA standard ocean color algorithm (version 4, 5, and 6) for the Ocean and Land Color Instrument (OLCI) bands
1 2 3 4 5 6 7 |
Rrs443 |
Rrs443 |
Rrs490 |
Rrs490 |
Rrs510 |
Rrs510 |
Rrs560 |
Rrs560 |
Rrs412 |
Rrs412 |
Rrs665 |
Rrs665 |
A list including the algorithm index and Chla concentration.
O'Reilly J E, Werdell P J. Chlorophyll algorithms for ocean color sensors-OC4, OC5 & OC6[J]. Remote sensing of environment, 2019, 229: 32-47.
Other Algorithms: Chla concentration:
Blend_Bi21(),
Blend_FCMm(),
Blend_Jac17(),
Blend_Moo14(),
Blend_Smith18(),
Bloom(),
C6(),
Chla_FBA,
Chla_Gil10_Git11,
FCM_m_Chla_estimation(),
Gons08(),
NDCI_Mi12(),
OCI_Hu12(),
QAA_v5(),
SCI_Shen10(),
TC2(),
run_all_Chla_algorithms()
1 2 3 4 5 6 7 | data(WaterSpec35)
res_OC4 = OC4_OLCI(WaterSpec35$`442.5`, WaterSpec35$`490`,
WaterSpec35$`510`, WaterSpec35$`560`)
res_OC5 = OC5_OLCI(WaterSpec35$`412.5`, WaterSpec35$`442.5`,
WaterSpec35$`490`, WaterSpec35$`510`, WaterSpec35$`560`)
res_OC6 = OC6_OLCI(WaterSpec35$`412.5`, WaterSpec35$`442.5`,
WaterSpec35$`490`, WaterSpec35$`510`, WaterSpec35$`560`, WaterSpec35$`665`)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.