i tried to do land surface temperature using landsat 4 TM image. using ndvi to estimate emissitivity, i found that the value data for water become nan. what should i do?
i used this algorithm at band math to retrieve emissitivity,
1.0094 + ( 0.0047*alog (b1))
|