match_bboxes#
- match_bboxes(raster_source: RasterSource, label_source: Union[LabelSource, LabelStore]) None[source]#
Set
label_soucebbox equal toraster_sourcebbox.Logs a warning if
raster_sourceandlabel_sourceextents 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