Construct boundary box from sf package
Examples
# Get station metadata
stn <- get_metadata_frost(stationid = 18700)
# Define boundary box from SpatVector
box <- make_bbox(stn, dx = 1600)
# Get coordinates matrix and define boundary box
centre <- terra::crds(stn)
box <- make_bbox(centre, dx = 1600)