get_geo_info | R Documentation |
This functions intersects coordinates with a set of shapefiles.
get_geo_info(
.longitude,
.latitude,
.naturraum = NULL,
.boundaries = NULL,
.elevation = NULL,
.tk25 = TRUE
)
.longitude |
A numeric vector of longitudes. |
.latitude |
A numeric vector of latitudes. |
.naturraum |
Optional sf polygon of naturraum data. |
.boundaries |
Optional sf polygon of administrative boundaries. |
.elevation |
Optional terra::rast of elevation values. |
.tk25 |
Logical value. Should tk25 info be included? |
A data.table with one row per coordinate pair.
get_geo_info(
.longitude = 11, .latitude = 48,
.naturraum = naturraum_bayern,
.boundaries = boundaries_bayern
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.