CRAN

geojsonsf 1.3.0

GeoJSON to Simple Feature Converter

Released Jan 10, 2019 by David Cooley

This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and 45 out 52 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

rapidjsonr 1.1 BH 1.69.0-1 curl jsonify 0.2.0 Rcpp

Converts Between GeoJSON and simple feature objects.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>geojsonsf</artifactId>
    <version>1.3.0-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:geojsonsf')

Test Results

This package was last tested against Renjin 0.9.2719 on Jan 12, 2019.

Source

R
C
C++

View GitHub Mirror

Release History