Description Usage Arguments Value References
Spatially joins two tbl
.
1 2 | sdf_spatial_join(left, right, latitude, longitude, polygon = "polygon",
dropPolyAfterJoin = TRUE)
|
left |
An object coercable to a Spark DataFrame. |
right |
An object coercable to a Spark DataFrame. |
latitude |
Latitude variable. |
longitude |
Longitude variable. |
polygon |
Variable representing the polygon to join. |
dropPolyAfterJoin |
|
tbl_spark
resulting from the spatial join.
https://github.com/harsha2010/magellan https://magellan.ghost.io/how-does-magellan-scale-geospatial-queries/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.