简介
GEE土地分类——土地分类的原始remap转化原始的土地分类名称
函数
first(image2)
Selects the value of the first value for each matched pair of bands in image1 and image2. If either image1 or image2 has only 1 band, then it is used against all the bands in the other image. If the images have the same number of bands, but not the same names, they're used pairwise in the natural order. The output bands are named for the longer of the two inputs, or if they're equal in length, in image1's order. The type of the output pixels is the union of the input types.
为图像 1 和图像 2 中每对匹配的波段选择第一个值。如果图像 1 或图像 2 中只有一个波段,则该波段将用于匹配另一图像中的所有波段。如果图像中的波段数相同,但名称不相同,则按自然顺序成对使用。输出波段以两个输入波段中较长的一个命名,如果两个输入波段长度相等,则按图像 1 的顺序命名。输出像素的类型是输入类型的组合。