diff --git a/AQP/soilDB/WCS-demonstration-01.Rmd b/AQP/soilDB/WCS-demonstration-01.Rmd index 4bad4f8..3d8e814 100644 --- a/AQP/soilDB/WCS-demonstration-01.Rmd +++ b/AQP/soilDB/WCS-demonstration-01.Rmd @@ -138,6 +138,13 @@ plot(mu, legend = FALSE, axes = FALSE, main = metags(mu, name = 'description')) plot(st_transform(x, 5070), add = TRUE) ``` +### Metadata +Print attached metadata with the `terra::metags()` function. Currently, a short description and "vintage" are included. The gNATSGO, gSSURGO, and derivatives are typically created 2-3 months after the annual SSURGO refresh on October 1st of each year (beginning of US federal fiscal year). +```{r, results='asis', echo=FALSE} +# pretty-print metadata +kableExtra::kable_styling(knitr::kable(t(metags(mu)), format = 'html')) +``` + A buffer applied to a [single WGS84 coordinate](https://casoilresource.lawr.ucdavis.edu/gmap/?loc=36.52578,-118.55639,z13) can create a BBOX: ```{r fig.width = 5, fig.height = 5} @@ -175,13 +182,6 @@ plot(st_transform(p, 5070), add = TRUE, pch = 16) ``` - - - - - - - # Setup Need the latest version of `soilDB` and `terra`, along with all packages specified below (CRAN versions fine). ```{r eval = FALSE} diff --git a/AQP/soilDB/WCS-demonstration-01.html b/AQP/soilDB/WCS-demonstration-01.html index 627e91d..10286ae 100644 --- a/AQP/soilDB/WCS-demonstration-01.html +++ b/AQP/soilDB/WCS-demonstration-01.html @@ -10,7 +10,7 @@ - +
terra::metags()
function.
+Currently, a short description and “vintage” are included. The gNATSGO,
+gSSURGO, and derivatives are typically created 2-3 months after the
+annual SSURGO refresh on October 1st of each year (beginning of US
+federal fiscal year).
++description + | ++vintage + | +
---|---|
+gSSURGO map unit keys + | ++FY2024 + | +
A buffer applied to a single WGS84 coordinate can create a BBOX:
library(sf)
@@ -1933,6 +1962,7 @@ Manually Creating bounding-boxes for WCS requests

Need the latest version of soilDB
and
@@ -2000,7 +2030,7 @@