DESCRIPTION

i.dn2potrad.l7 This module is a ET potential radiative method claculation for Landsat 7. It corrects every band (1,2,3,4,5,6L,6H,7,8Pan) from DN to either reflectance at top of Atmosphere or Kinetic Temperature. Then it calculates the necessary things for a potential ET according to diurnal incoming solar radiation. Only one output: ET potential (radiative)

NOTES

Genereally, after downloading L7ETM+, the bands are in gz format. Run this shell command: "for file in *.gz; do gzip -d $file; done" then run this GRASS module: "for file in *.tif; do r.in.gdal input=$file output=$file title=Landsat7ETM$file ; done" Finally run this GRASS module: "r.dn2potrad.l7 metfile.met output=etpot"

TODO

SEE ALSO

r.in.gdal
i.dn2ref.l7
i.dn2full.l7
i.evapo.potrad

AUTHORS

Yann Chemin, AIT, Thailand

Last changed: $Date$