CRAN

geosapi 0.4-0

GeoServer REST API R Interface

Released May 2, 2019 by Emmanuel Blondel

This package can be loaded by Renjin but 9 out 17 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

XML 3.98-1.19 openssl 1.3 R6 2.4.0 httr 1.4.0

Provides an R interface to the GeoServer REST API, allowing to upload and publish data in a GeoServer web-application and expose data to OGC Web-Services. The package currently supports all CRUD (Create,Read,Update,Delete) operations on GeoServer workspaces, namespaces, datastores (stores of vector data), featuretypes, layers, styles, as well as vector data upload operations. For more information about the GeoServer REST API, see .

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>geosapi</artifactId>
    <version>0.4-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:geosapi')

Test Results

This package was last tested against Renjin 0.9.2725 on May 4, 2019.

Source

R

View GitHub Mirror

Release History