extract_overlap_shp | R Documentation |
Evaluate the intersection between coordinates and bounding boxes of the database
extract_overlap_shp(XY, col_x = "ddlon", col_y = "ddlat")
XY |
data.frame with two columns with geographical coordinates (latitude, longitude) |
col_x |
string column name indicating longitude |
col_y |
string column name indicating latitude |
A list with two elements
Gilles Dauby, gilles.dauby@ird.fr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.