etiennebr / sparksf

Enable spatial functions in Spark through the `sparklyr` package
8 stars 1 forks source link
apache-spark r rstats spatial

sparksf

sparksf provides acces to spatial functions in sparklyr

Installation

You can install the development version of sparksf from github with:

# install.packages("remotes")
remotes::install_github("etiennebr/sparksf")

Example

library(sparksf)
library(sparklyr)
library(dplyr)

sc <- spark_connect(master = "local")