Skip to contents

Find bounding box of data

Usage

get_bb(in_xyz)

Arguments

in_xyz

data.table (or data.frame) of points to downscale with columns "lon", "lat", "elev" and "id"

Value

numeric vector. Bounding box coordinates with order ymax,ymin,xmax,xmin (e.g. c(51, 50, -121, -122)).