-
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 #205 from jread-usgs/master
v1.0.0
- Loading branch information
Showing
9 changed files
with
57 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: Geo-web processing of gridded data | ||
Version: 0.12.2 | ||
Date: 2013-05-26 | ||
Title: Web-processing of large gridded datasets | ||
Version: 1.0.0 | ||
Date: 2015-10-02 | ||
Authors@R: c( person("Jordan", "Read", role = c("aut","cre"), | ||
email = "[email protected]"), | ||
person("Jordan", "Walker", role = c("aut"), | ||
|
@@ -15,19 +15,28 @@ Authors@R: c( person("Jordan", "Read", role = c("aut","cre"), | |
email = "[email protected]"), | ||
person("Luke", "Winslow", role = c("aut"), | ||
email = "[email protected]")) | ||
Description: Methods for geo-web processing of gridded data via the Geo Data | ||
Portal (cida.usgs.gov/gdp). | ||
License: file LICENSE | ||
Description: The geoknife R package 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. | ||
License: CC0 | ||
URL: https://github.com/USGS-R/geoknife | ||
BugReports: https://github.com/USGS-R/geoknife/issues | ||
Copyright: This software is in the public domain because it contains materials | ||
that originally came from the United States Geological Survey, an agency of | ||
the United States Department of Interior. For more information, see the | ||
official USGS copyright policy at | ||
http://www.usgs.gov/visual-id/credit_usgs.html#copyright | ||
Depends: | ||
R (>= 3.0) | ||
Imports: | ||
XML, | ||
methods, | ||
httr, | ||
sp | ||
sp, | ||
utils | ||
Suggests: | ||
testthat, | ||
xtable, | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
citHeader("To cite the geoknife package in publications use:") | ||
citEntry(entry = "Article", | ||
author = personList( | ||
as.person("Jordan S. Read"), | ||
as.person("Jordan I. Walker"), | ||
as.person("Alison Appling"), | ||
as.person("David L. Blodgett"), | ||
as.person("Emily K. Read"), | ||
as.person("Luke A. Winslow")), | ||
title = "geoknife: Reproducible web-processing of large gridded datasets", | ||
journal = "Ecography", | ||
year = "in press", | ||
doi = "doi:10.1111/ecog.01880", | ||
url = "http://onlinelibrary.wiley.com/doi/10.1111/ecog.01880/abstract", | ||
textVersion = paste("Read JS, JI Walker, A Appling, DL Blodgett, EK Read, LA Winslow. in press. geoknife: Reproducible web-processing of large gridded datasets. Ecography. doi:10.1111/ecog.01880")) |
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