Skip to content

Commit

Permalink
1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Apr 27, 2021
1 parent 0298656 commit fe3f9d9
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 18 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ DISCLAIMER.md
code.json
^doc$
^Meta$
.github
4 changes: 2 additions & 2 deletions DESCRIPTION
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.6.4
Date: 2020-05-20
Version: 1.6.5
Date: 2021-04-26
Authors@R: c( person("Jordan", "Read", role = c("aut","cre"),
email = "jread@usgs.gov"),
person("Jordan", "Walker", role = c("aut"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
geoknife 1.6.5
==========
* Updated schema for jobs that use geoknife generated geometry
* Migrated package to use github actions for CI

geoknife 1.6.4
==========
* Improved error handling for failed processing jobs
Expand Down
6 changes: 3 additions & 3 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "geoknife",
"organization": "U.S. Geological Survey",
"description": "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.",
"version": "1.6.1",
"version": "1.6.5",
"status": "Production",

"permissions": {
Expand All @@ -17,7 +17,7 @@
},

"homepageURL": "https://code.usgs.gov/water/geoknife",
"downloadURL": "https://code.usgs.gov/water/geoknife/tags/v1.6.1",
"downloadURL": "https://code.usgs.gov/water/geoknife/tags/v1.6.5",
"disclaimerURL": "https://code.usgs.gov/water/geoknife/blob/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/water/geoknife.git",
"vcs": "git",
Expand All @@ -42,7 +42,7 @@
},

"date": {
"metadataLastUpdated": "2018-08-07"
"metadataLastUpdated": "2021-04-27"
}
}
]
13 changes: 3 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
## Test environments
* local OS X install, R 3.6.3
* travis (Ubuntu)
* win-builder (R-release)
* local windows and ubuntu
* rhub windows and ubuntu

## R CMD check results
No ERRORS, WARNINGS or NOTES

## Resubmission
Removed comma from keywords in bufferPoint.Rd as requested, and added publication reference to description

Fixed DOI formatting

Note the original contents of this submission fix the CRAN check fail from 2020-06-01


Applied URL redirect for citation
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ citEntry(entry = "Article",
journal = "Ecography",
year = "2015",
doi = "10.1111/ecog.01880",
url = "http://onlinelibrary.wiley.com/doi/10.1111/ecog.01880/abstract",
url = "https://onlinelibrary.wiley.com/doi/full/10.1111/ecog.01880",
textVersion = paste("Read JS, JI Walker, A Appling, DL Blodgett, EK Read, LA Winslow. 2015. geoknife: Reproducible web-processing of large gridded datasets. Ecography. doi:10.1111/ecog.01880"))
2 changes: 1 addition & 1 deletion vignettes/custom_data_sources.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ attribute(stencil) <- stencil_attributes[2]
print(query(stencil, 'values'))
```

Now we'll set up our webdata with an OPeNDAP service as its url. Note that this can be any OPeNDAP service compatible with `geoknife` and the Geo Data Portal. What datasets are compatible is beyond the scope of this vignette, but is documented [here](https://my.usgs.gov/confluence/display/GeoDataPortal/Custom+Dataset+Use+Guidlines). The OPeNDAP dataset used here is from the [main USGS THREDDS archive](https://cida.usgs.gov/thredds) and is one included in `geoknife` but many other OPeNDAP datasets could be used by entering their OPeNDAP service base URL in the same way.
Now we'll set up our webdata with an OPeNDAP service as its url. Note that this can be any OPeNDAP service compatible with `geoknife` and the Geo Data Portal. What datasets are compatible is beyond the scope of this vignette, but is documented [here](https://my.usgs.gov/confluence/display/GeoDataPortal/Custom+Dataset+Use+Guidlines). The OPeNDAP dataset used here is from the [main USGS THREDDS archive](https://cida.usgs.gov/thredds/) and is one included in `geoknife` but many other OPeNDAP datasets could be used by entering their OPeNDAP service base URL in the same way.

```{r fabric, echo=T}
fabric <- webdata(url = 'https://cida.usgs.gov/thredds/dodsC/prism_v2',
Expand Down
2 changes: 1 addition & 1 deletion vignettes/geoknife.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,5 @@ cancel()
geoknife outsources all major geospatial processing tasks to a remote server. Because of this, users must have an active internet connection. Problems with connections to datasets or the processing resources are rare, but they do happen. When experiencing a connectivity problem, the best approach is often to try again later or email gdp@usgs.gov with any questions. The various web dependencies are described below.

### Geo Data Portal
The U.S. Geological Survey's "Geo Data Portal" (GDP) provides the data access and processing services that are leveraged by the `geoknife` package. See [cida.usgs.gov/gdp](https://cida.usgs.gov/gdp) for the GDP user interface.
The U.S. Geological Survey's "Geo Data Portal" (GDP) provides the data access and processing services that are leveraged by the `geoknife` package. See [cida.usgs.gov/gdp](https://cida.usgs.gov/gdp/) for the GDP user interface.

0 comments on commit fe3f9d9

Please sign in to comment.