geetools.algorithms#

Module holding misc algorithms.

Classes#

Landsat

TODO add docstring.

Functions#

distanceToMask(image[, kernel, radius, unit, scale, ...])

Compute the distance to the mask in meters.

euclideanDistance(image1, image2[, bands, ...])

Compute the Euclidean distance between two images. The image's bands.

maskCover(image[, geometry, scale, property_name, ...])

Percentage of masked pixels (masked/total * 100) as an Image property.

pansharpenIhsFusion(image[, pan, rgb])

HSV-based Pan-Sharpening.

pansharpenKernel(image, pan[, rgb, kernel])

Compute the per-pixel means of the unsharpened bands.

sumDistance(image, collection[, bands, discard_zeros, ...])

Compute de sum of all distances between the given image and the.