datacube.utils.geometry.roi_is_full¶ datacube.utils.geometry.roi_is_full(roi, shape)[source]¶ Check if ROI covers the entire region. Returns: True if roi covers region from (0,..) -> shape False otherwise