ee.FeatureCollection.inverseDistance

Returns an inverse-distance weighted estimate of the value at each pixel.

UsageReturns
FeatureCollection.inverseDistance(range, propertyName, mean, stdDev, gamma, reducer)Image
ArgumentTypeDetails
this: collectionFeatureCollectionFeature collection to use as source data for the estimation.
rangeFloatSize of the interpolation window (in meters).
propertyNameStringName of the numeric property to be estimated.
meanFloatGlobal expected mean.
stdDevFloatGlobal standard deviation.
gammaFloat, default: 1Determines how quickly the estimates tend towards the global mean.
reducerReducer, default: nullReducer used to collapse the 'propertyName' value of overlapping points into a single value.