Skip to content

Enable spatial functions in Spark through the `sparklyr` package

Notifications You must be signed in to change notification settings

etiennebr/sparksf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

Enable spatial functions in Spark through the `sparklyr` package

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published