PixelSelection type

Identifier selecting one of the TileMatrixSetId supported (default: 'WebMercatorQuad')

Represents the method used to select or compute pixels when creating composites from multiple sources
KnownPixelSelection can be used interchangeably with PixelSelection, this enum contains the known values that the service supports.

Known values supported by the service

first: Select pixel from the first available image
highest: Select pixel with the highest value
lowest: Select pixel with the lowest value
mean: Calculate mean of available pixels
median: Calculate median of available pixels
stdev: Calculate standard deviation of available pixels
lastbandlow: Select image with lowest value in the last band
lastbandhigh: Select image with highest value in the last band
count: Count available pixels across sources

type PixelSelection = string