Skip to content

Commit

Permalink
notes related to #347
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed May 4, 2024
1 parent 39d3ab1 commit 1b195cb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion R/WCS-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,20 @@ WCS_details <- function(wcs = c('mukey', 'ISSR800', 'soilColor')) {
)


## TODO: dynamically get vintage from ... where?
##
## TODO:
##
## * host WCS specifications as JSON on server so that changes don't require a soilDB release
## * each suite of products should have their own spec
## * remove xx.spec lists from soilDB
## * top-level names in specs via JSON are used to determine available products
## * are we just re-inventing a crummy version of STAC?
##

.mukey.spec <- list(

# FY24 data were exported as INT32 instead of UINT32
# NODATA is -2147483648
'gnatsgo' = list(
dsn = 'gnatsgo',
type = 'GEOTIFF_FLOAT',
Expand Down

0 comments on commit 1b195cb

Please sign in to comment.