match_bboxes#

match_bboxes(raster_source: RasterSource, label_source: Union[LabelSource, LabelStore]) None[source]#

Set label_souce bbox equal to raster_source bbox.

Logs a warning if raster_source and label_source extents don’t intersect when converted to map coordinates.

Parameters
  • raster_source (RasterSource) – Source of imagery for a scene.

  • label_source (Union[LabelSource, LabelStore]) – Source of labels for a scene. Can be a LabelStore.

Return type

None