目录
paint(featureCollection, color, width)
ee.Kernel.circle(radius, units, normalize, magnitude)
ee.Kernel.gaussian(radius, sigma, units, normalize, magnitude)
简介
* ee.Image.reduceNeighborhood()
*
* 探索 reduceNeighborhood(又名 “移动窗口”)reducer。
函数
paint(featureCollection, color, width)
Paints the geometries of a collection onto an image, using the given 'color' value to replace each band's values where any geometry covers the image (or, if a line width is specified, where the perimeters do).
This algorithm is most suitable for converting categorical data from feature properties to pixels in an image; if you wish to visualize a collection, consider using FeatureCollection.style instead, which supports RGB col