get_bb.Rd
Find bounding box of data
get_bb(in_xyz)
data.table (or data.frame) of points to downscale with columns "lon", "lat", "elev" and "id"
data.table
data.frame
numeric vector. Bounding box coordinates with order ymax,ymin,xmax,xmin (e.g. c(51, 50, -121, -122)).
c(51, 50, -121, -122)