healpix_geo.auto.zone_coverage#
- healpix_geo.auto.zone_coverage(bbox, grid, *, flat=True)#
Search the cells covering the given bounding box
- Parameters:
- Returns:
cell_ids (
numpy.ndarray) – The rasterized cell ids.levels (
numpy.ndarray) – The refinement levels of the cell ids. Ifflat is True, these will all have the same value. Only returned fornestedandring.fully_covered (
numpy.ndarray) – Boolean array marking whether the cells are fully covered by the bounding box.