Convert a bounding box to a SpatialPolygons object Bounding box is first created (in lat/lon) then projected if specified
Source:R/bboxSpatialPolygon.R
bboxSpatialPolygon.Rd
Convert a bounding box to a SpatialPolygons object Bounding box is first created (in lat/lon) then projected if specified
Examples
if (FALSE) { # \dontrun{
boundingbox <- terra::ext(-180, +180, -50, +50)
bbSP <- bboxSpatialPolygon(boundingbox = boundingbox)
} # }