lusos.LassoGrid.dataarray# LassoGrid.dataarray(fill_value: int | float = 1) → DataArray[source]# Return a 2D DataArray filled with a single value with the full extent of the LASSO grid. Parameters: fill_value (int | float, optional) – Value to use in the DataArray. The default is 1. Return type: xr.DataArray