tile_bbox: Split Bounding Box

View source: R/tile_bbox.R

tile_bboxR Documentation

Split Bounding Box

Description

Split a bounding box into an equal number of squares

Usage

tile_bbox(bbox, resolution, ratio = 1)

Arguments

bbox

a bounding_box created by sf::st_bbox()

resolution

the resolution (in the units of the crs) of the output bbox.

ratio

the ratio of the x to y dimension of the output bbox

Value

a list of bounding boxs generated by sf::st_bbox()


MatthewJWhittle/spatialutils documentation built on March 16, 2023, 11:30 p.m.