-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #253 from jread-usgs/master
CRAN v 1.2.0
- Loading branch information
Showing
8 changed files
with
54 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: geoknife | ||
Type: Package | ||
Title: Web-Processing of Large Gridded Datasets | ||
Version: 1.1.6 | ||
Date: 2016-01-15 | ||
Version: 1.2.0 | ||
Date: 2016-02-11 | ||
Authors@R: c( person("Jordan", "Read", role = c("aut","cre"), | ||
email = "[email protected]"), | ||
person("Jordan", "Walker", role = c("aut"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,10 +103,11 @@ plot(data[,1:2], ylab = variables(fabric)) | |
job <- geoknife(webgeom('state::New Hampshire'), fabric = 'prism', email = '[email protected]') | ||
``` | ||
|
||
###`geoknife` Functions (as of v0.12.1) | ||
###`geoknife` Functions (as of v1.1.5) | ||
| Function | Title | | ||
| ------------- |:-------------| | ||
| `geoknife` | slice up gridded data according to overlap with feature(s) | | ||
| `gconfig` | set or query package settings for `geoknife` processing defaults | | ||
| `algorithm` | the algorithm of a `webprocess` | | ||
| `attribute` | the attribute of an `webgeom` | | ||
| `check` | check status of `geojob` | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
`geoknife` package version 1.1.4 | ||
`geoknife` package version 1.1.6 | ||
================================ | ||
|
||
[![Build status](https://ci.appveyor.com/api/projects/status/0iacmg82mp50426o/branch/master)](https://ci.appveyor.com/project/jread-usgs/geoknife/branch/master) [![Build Status](https://travis-ci.org/USGS-R/geoknife.svg)](https://travis-ci.org/USGS-R/geoknife) [![Coverage Status](https://coveralls.io/repos/USGS-R/geoknife/badge.svg)](https://coveralls.io/r/USGS-R/geoknife) [![Download Count](http://cranlogs.r-pkg.org/badges/geoknife)](https://cran.r-project.org/package=geoknife) | ||
|
@@ -87,7 +87,7 @@ check(job) | |
## [1] "Process successful" | ||
## | ||
## $URL | ||
## [1] "http://cida.usgs.gov:80/gdp/process/RetrieveResultServlet?id=0ac86798-7a2f-47c8-b153-3673e77e3e80OUTPUT" | ||
## [1] "http://cida.usgs.gov:80/gdp/process/RetrieveResultServlet?id=3089e8d3-1ce7-4058-aa14-989ee4e67ae1OUTPUT" | ||
## | ||
## $statusType | ||
## [1] "ProcessSucceeded" | ||
|
@@ -115,31 +115,32 @@ plot(data[,1:2], ylab = variables(fabric)) | |
job <- geoknife(webgeom('state::New Hampshire'), fabric = 'prism', email = '[email protected]') | ||
``` | ||
|
||
### `geoknife` Functions (as of v0.12.1) | ||
|
||
| Function | Title | | ||
|--------------|:-------------------------------------------------------------| | ||
| `geoknife` | slice up gridded data according to overlap with feature(s) | | ||
| `algorithm` | the algorithm of a `webprocess` | | ||
| `attribute` | the attribute of an `webgeom` | | ||
| `check` | check status of `geojob` | | ||
| `download` | download the results of a `geojob` | | ||
| `error` | convenience function for state of `geojob` | | ||
| `running` | convenience function for state of `geojob` | | ||
| `successful` | convenience function for state of `geojob` | | ||
| `start` | start a `geojob` | | ||
| `cancel` | cancel a `geojob` | | ||
| `geom` | the geom of a `webgeom` | | ||
| `inputs` | the inputs of a `webprocess` | | ||
| `id` | the process id of a `geojob` | | ||
| `values` | the values of a `webgeom` | | ||
| `result` | load the output of a completed `geojob` into data.frame | | ||
| `variables` | the variables for a `webdata` object | | ||
| `times` | the times of a `webdata` object | | ||
| `url` | the url of a `webdata`, `webgeom`, `geojob`, or `webprocess` | | ||
| `version` | the version of a `webgeom` or `webdata` | | ||
| `xml` | the xml of a `geojob` | | ||
| `query` | query datasets or variables | | ||
### `geoknife` Functions (as of v1.1.5) | ||
|
||
| Function | Title | | ||
|--------------|:-----------------------------------------------------------------| | ||
| `geoknife` | slice up gridded data according to overlap with feature(s) | | ||
| `gconfig` | set or query package settings for `geoknife` processing defaults | | ||
| `algorithm` | the algorithm of a `webprocess` | | ||
| `attribute` | the attribute of an `webgeom` | | ||
| `check` | check status of `geojob` | | ||
| `download` | download the results of a `geojob` | | ||
| `error` | convenience function for state of `geojob` | | ||
| `running` | convenience function for state of `geojob` | | ||
| `successful` | convenience function for state of `geojob` | | ||
| `start` | start a `geojob` | | ||
| `cancel` | cancel a `geojob` | | ||
| `geom` | the geom of a `webgeom` | | ||
| `inputs` | the inputs of a `webprocess` | | ||
| `id` | the process id of a `geojob` | | ||
| `values` | the values of a `webgeom` | | ||
| `result` | load the output of a completed `geojob` into data.frame | | ||
| `variables` | the variables for a `webdata` object | | ||
| `times` | the times of a `webdata` object | | ||
| `url` | the url of a `webdata`, `webgeom`, `geojob`, or `webprocess` | | ||
| `version` | the version of a `webgeom` or `webdata` | | ||
| `xml` | the xml of a `geojob` | | ||
| `query` | query datasets or variables | | ||
|
||
### `geoknife` classes (as of v0.12.0) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
## Resubmission | ||
This is a resubmission. In this version I have: | ||
|
||
* Added a new output type to data subsets (geotiff) | ||
* Added a new vignette (plotting geotiffs) | ||
|
||
* Modified the GET and POST requests to work correctly with the release and dev version of the httr package | ||
* Modified the GET and POST requests to capture a warning message from the new CRAN version of the httr package | ||
|
||
* improved documentation | ||
* Added a new feature that allows users to turn on a verbose mode for web requests, and also set defaults for a number of variables. | ||
|
||
* Fixed the CITATION file DOI, which was improperly formatted | ||
|
||
### a note about geoknife URLs: | ||
this package has a numer of service URLs that can be found in code, | ||
in help text, and in vignettes. Some of these URLs will return 404s | ||
without the proper POST body | ||
(e.g., http://cida.usgs.gov/gdp/process/WebProcessingService). These | ||
should be ignored for the purpose of testing valid urls. | ||
* Removed urls in the vignette that cause 404s to url checks (as they are urls that receive POST bodies, not GET/HEAD requests) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters