
select sites within a 3d bounding box
Source:R/get_sites_within_radius.R
get_sites_within_3d_bounding_box.Rd
Examples
if (FALSE) { # \dontrun{
bbx3d<-list(bbx=data.frame(x=c(6.718290, 9.805761),
y=c(44.79938, 47.11089)),
elevation_range=c(1200, 9000))
get_sites_within_3d_bounding_box(bbx3d)
} # }