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


ropensci/FedData documentation built on April 12, 2024, 11:44 a.m.