View source: R/func_data_transformation.R
transform_bbox | R Documentation |
Internal function used to transform latitude and longitude coordinates to a target coordinate reference system.
transform_bbox(bbox, CRS)
bbox |
named numeric vector of length four, with |
CRS |
numeric value representing an ESPG. |
A named numeric vector.
bbox <- c(xmin = -3.70, xmax = 13.40, ymin = 40.42, ymax = 52.52)
transform_bbox(bbox, 3035)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.