LassoGrid#

Constructor#

LassoGrid(*args)

Containing definition of LASSO grid (25x25 m resolution?).

Methods#

LassoGrid.dataarray([fill_value])

Return a 2D DataArray filled with a single value with the full extent of the LASSO grid.

LassoGrid.empty_array(layer_coords[, dask, ...])

Create an empty 3D DataArray within the extent of the LASSO grid.

LassoGrid.from_dataarray(da)

LassoGrid.from_raster(raster[, bbox])

Initialize a LassoGrid instance from a raster file.

LassoGrid.xcoordinates()

Return an array of increasing x-coordinates of the LASSO grid.

LassoGrid.ycoordinates()

Return an array of decreasing y-coordinates of the LASSO grid.

Attributes#