This tool creates a vector polygon footprint of the area covered by an input raster grid (input). It will create a vector rectangle corresponding to the bounding box of the input raster.

If input data are irregular shape (i.e. there a boundary of NoData cells) the resulting vector will still correspond to the full grid extent, ignoring the irregular boundary. If this is not the desired effect, you may consider the minimum_bounding_envelope tool instead.

See Also

layer_footprint_vector, minimum_bounding_envelope

Function Signature

def layer_footprint_raster(self, input: Raster) -> Vector: ...

Project Links

WbW Homepage User Manual Support WbW