CRAN
geoknife 1.6.3
Web-Processing of Large Gridded Datasets
Released Jan 30, 2019 by Jordan Read
Dependencies
curl httr 1.4.0 sp 1.3-1 xml2 whisker 0.3-2 progress 1.2.0
Processes gridded datasets found on the U.S. Geological Survey Geo Data Portal web application or elsewhere, using a web-enabled workflow that eliminates the need to download and store large datasets that are reliably hosted on the Internet. The package provides access to several data subset and summarization algorithms that are available on remote web processing servers.
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>geoknife</artifactId> <version>1.6.3-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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:geoknife')
Test Results
This package was last tested against Renjin 0.9.2719 on Feb 1, 2019.
- XML-method-examples
- bufferPoint-examples
- cancel-methods-examples
- check-geojob-examples
- gconfig-examples
- geojob-methods-examples
- parseCategorical-examples
- parseTimeseries-examples
- simplegeom-methods-examples
- start-methods-examples
- testthat
- times-webdata-examples
- values-examples
- webdata-methods-examples
- webgeom-methods-examples