odc.geo.xr.xr_zeros
- odc.geo.xr.xr_zeros(geobox, dtype='float64', *, chunks=None, time=None, crs_coord_name='spatial_ref', **kw)[source]
Construct geo-registered xarray from a
GeoBox
.- Parameters:
- Return type:
- Returns:
xarray.DataArray
filled with zeros (numpy or dask)
See also