powered by
Internal function used to transform latitude and longitude coordinates to a target coordinate reference system.
transform_bbox(bbox, CRS)
A named numeric vector.
named numeric vector of length four, with xmin, xmax, ymin and ymax values.
xmin
xmax
ymin
ymax
numeric value representing an ESPG.
bbox <- c(xmin = -3.70, xmax = 13.40, ymin = 40.42, ymax = 52.52) transform_bbox(bbox, 3035)
Run the code above in your browser using DataLab