hydromt.raster.full_like# hydromt.raster.full_like(other, nodata=None, lazy=False)[source]# Return a full object with the same grid and geospatial attributes as other. Parameters: other (DataArray) – DataArray from which coordinates and attributes are taken nodata (float, int, optional) – Fill value for new DataArray, defaults to other.nodata or if not set np.nan lazy (bool, optional) – If True return DataArray with a dask rather than numpy array. Returns: da – Filled DataArray Return type: DataArray