mosaic

Utilities for creating spatial mosaics

Source code

General Attributes and Methods

class grounding_zones.mosaic(**kwargs)[source]

Utility for creating spatial mosaics

update_spacing(x, y)[source]

update the step size of mosaic

update_bounds(x, y)[source]

update the bounds of mosaic

image_coordinates(x, y)[source]

get the image coordinates

property dimensions

Dimensions of the mosaic

property shape

Shape of the mosaic

property x

X-coordinates of the mosaic

property y

Y-coordinates of the mosaic