Skip to content

Commit

Permalink
soilDB 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Apr 22, 2024
1 parent 5150d26 commit b2efd1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# soilDB 2.8.2 (development)
# soilDB 2.8.2 (2024-04-22)

- SoilWeb Web Coverage Service MUKEY grid data source (used for `mukey.wcs()`) and metadata have been updated for FY2024
- Note that ISSR800 WCS (`ISSR800.wcs()` source) is still using FY2023/FY2022 data
Expand Down
3 changes: 2 additions & 1 deletion R/fetchSRI.R
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ get_SRI_layers <- function(gdb) {
#' matching helper
#' @param gdb A character.
#' @return A gdb character.
#' @noRd
.get_SRI_gdb_names <- function(gdb) {

gdb_names <- tolower(c('Region6', 'Deschutes', 'Fremont', 'GiffordPinchot', 'Malheur',
Expand All @@ -159,7 +160,7 @@ get_SRI_layers <- function(gdb) {
ifelse(gdb %in% c('fremont'), 'Fremont',
ifelse(gdb %in% c('giffordpinchot', 'giford pinchot'), 'GiffordPinchot',
ifelse(gdb %in% c('malheur'), 'Malheur',
ifelse(gdb %in% c( 'mtbaker','mt. baker', 'mt baker'), 'MtBaker',
ifelse(gdb %in% c('mtbaker','mt. baker', 'mt baker'), 'MtBaker',
ifelse(gdb %in% c('mthood','mt hood','mt. hood'), 'MtHood',
ifelse(gdb %in% c('ochoco'), 'Ochoco',
ifelse(gdb %in% c('okanogan'), 'Okanogan',
Expand Down
17 changes: 0 additions & 17 deletions man/dot-get_SRI_gdb_names.Rd

This file was deleted.

0 comments on commit b2efd1f

Please sign in to comment.