From 49128c367160536c6bd3b341e6b0f9f5263753ad Mon Sep 17 00:00:00 2001 From: Andrew Gene Brown Date: Thu, 22 Jul 2021 17:08:31 -0700 Subject: [PATCH] Update README.Rmd --- README.Rmd | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index 759f45ae..6fc828e7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -41,10 +41,14 @@ Dylan Beaudette, Jay Skovlin, Stephen Roecker and Andrew Brown (2021). soilDB: S #### Soil Data Access (SDA) - * `SDA_query` returns a `try-error` for queries with invalid syntax or on network error; empty results are an empty `data.frame()` - * `fetchSDA_spatial` can return STATSGO `gsmmupolygon` or Soil Survey Area `sapolygon` data; and can join to the `legend` table - * Added several new SDA query methods based on [ssurgoOnDemand](https://github.com/ncss-tech/ssurgoOnDemand) by Jason Nemecek and Chad Ferguson: - * `get_SDA_property`, `get_SDA_interpretation`, `get_SDA_muaggatt`, `get_SDA_hydric`, `get_SDA_pmgroupname` + * `SDA_query()` returns a `try-error` for queries with invalid syntax or on network error; empty results are an empty `data.frame()` + + * `SDA_spatialQuery()` can return Soil Survey Area sapolygon data + * + * `fetchSDA_spatial()` can return STATSGO `gsmmupolygon` or Soil Survey Area `sapolygon` data; and can join to the `legend` table + + * Added several new SDA query methods based on [ssurgoOnDemand](https://github.com/ncss-tech/ssurgoOnDemand) by Jason Nemecek and Chad Ferguson: + * `get_SDA_property()`, `get_SDA_interpretation()`, `get_SDA_muaggatt()`, `get_SDA_hydric()`, `get_SDA_pmgroupname()` #### MS Access @@ -52,7 +56,7 @@ Dylan Beaudette, Jay Skovlin, Stephen Roecker and Andrew Brown (2021). soilDB: S #### SoilWeb API - * `ISSR800.wcs` and `mukey.wcs` now return a result that inherits from `try-error` (and a message) if the Web Coverage Service fails + * `ISSR800.wcs()` and `mukey.wcs()` now return a result that inherits from `try-error` (and a message) if the Web Coverage Service fails ## Functions by Data Source