I am struggling with an equation, getting some syntax error in it, The equation is following: formula : (K2 / ln ((K1/TOA_band10)+1)) - 273.15
I am trying to do operation on image bands, but not being able to construct the right code. I have used this instead, var BT = band_10.expression((1329.24051.0/((799.02841.0/TOA_B10)+1).log10())-273.15);
but it did not work.
A general hint about constructing an equation in earth engine - javascript.
Via Active questions tagged javascript - Stack Overflow https://ift.tt/3Im2Ejx
Comments
Post a Comment