Skip to content

A bridge between RCall.jl, R `sf` geometries, and GeoInterface.jl

License

Notifications You must be signed in to change notification settings

JuliaGeo/RCallSFBridge.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCallSFBridge

Build Status

This package is an integration layer between R's sf package and Julia's GeoInterface ecosystem. It defines RCall.jl methods to materialize sfc and sfg objects as GeoInterface.jl wrapper geometries, complete with CRS information.

Installation

Simply run using Pkg; Pkg.add(url = "https://github.com/JuliaGeo/RCallSFBridge.jl") in your Julia REPL. Ensure that you have the sf library installed in whichever R installation RCall.jl uses.

Usage

using RCallSFBridge

is all that's needed, then you can use RCall's rcopy function or @rget macro to get your R data. Conversion is performed automatically and needs no input from the user.

About

A bridge between RCall.jl, R `sf` geometries, and GeoInterface.jl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages