match_bboxes#
- match_bboxes(raster_source: RasterSource, label_source: LabelSource | LabelStore) None [source]#
Set
label_souce
bbox equal toraster_source
bbox.Logs a warning if
raster_source
andlabel_source
extents don’t intersect when converted to map coordinates.- Parameters:
raster_source (RasterSource) – Source of imagery for a scene.
label_source (LabelSource | LabelStore) – Source of labels for a scene. Can be a
LabelStore
.
- Return type:
None