split_bbox: Splits a bbox into a list of bboxes less than a certain size

split_bboxR Documentation

Splits a bbox into a list of bboxes less than a certain size

Description

Splits a bbox into a list of bboxes less than a certain size

Usage

split_bbox(bbox, x, y = x)

Arguments

x

The maximum x size of the resulting bounding boxes

y

The maximum y size of the resulting bounding boxes; defaults to x

Value

A list of bbox objects


FedData documentation built on Oct. 3, 2023, 9:07 a.m.