目录
简介
GEE 训练教程——计算 2017 年橡树大火的燃烧严重程度指标
函数
HLI
var utils = require("users/aazuspan/geeTools:utils.js");
/**
* Calculate McCune and Keon 2002 Heat Load Index (HLI) with corrected coefficients from McCune 2007. This
* implementation follows the R spatialEco library with the addition of per-pixel latitude calculation.
* @param {ee.Image} x An elevation image.
* @param {object} optionalParamters A dictionary of parameters to use in place of default parameters.
* @param {number} optionalParameters.forceLatitude A fixed latitude in degrees to use in HLI calculat