https://github.com/juliageo/rcallsfbridge.jl

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

https://github.com/juliageo/rcallsfbridge.jl

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: JuliaGeo
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 14.6 KB
Statistics
  • Stars: 2
  • Watchers: 6
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed 8 months ago
Metadata Files
Readme License

README.md

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

julia 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.