Description Usage Arguments Details Value Author(s) Examples
View source: R/General_Utils.R
finds the (rectangular) bounding box given decimal latitudes and longitudes
1 | get.boundingBox(latitudes, longitudes)
|
latitudes |
numeric vector. one ore more decimal latitude values |
longitudes |
numeric vector. one ore more decimal longitude values |
Documenting data with metadata on an Integrated Publishing Toolkit (IPT) typically requires a bounding box to simplify the goegraphic content of the dataset. This function is made to quickly calculate this.
a character string with the boundingbox printed to the console
Maxime Sweetlove
1 | get.boundingBox(c(22.4, 23.7), c(98.7, -44.7))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.