rio_tiler.mosaic.methods.defaults
rio_tiler.mosaic.methods.defaults ¶
rio_tiler.mosaic.methods.defaults: default mosaic filling methods.
CountMethod
dataclass
¶
FirstMethod
dataclass
¶
HighestMethod
dataclass
¶
LastBandHighMethod
dataclass
¶
Bases: MosaicMethodBase
Feed the mosaic array using the last band as decision factor (highest value).
LastBandLowMethod
dataclass
¶
Bases: MosaicMethodBase
Feed the mosaic array using the last band as decision factor (lowest value).