diff --git a/pkgdown.yml b/pkgdown.yml index f47062bf..1e690fa4 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: fetchNASIS: fetchNASIS.html wcs-ssurgo: wcs-ssurgo.html -last_built: 2023-08-29T02:56Z +last_built: 2023-08-29T04:47Z urls: reference: http://ncss-tech.github.io/soilDB/reference article: http://ncss-tech.github.io/soilDB/articles diff --git a/reference/Rplot004.png b/reference/Rplot004.png index 306d72ea..b00b90c7 100644 Binary files a/reference/Rplot004.png and b/reference/Rplot004.png differ diff --git a/reference/Rplot005.png b/reference/Rplot005.png index e8b10030..bb28a4c3 100644 Binary files a/reference/Rplot005.png and b/reference/Rplot005.png differ diff --git a/reference/SoilWeb_spatial_query.html b/reference/SoilWeb_spatial_query.html index 1be781be..2bbdc1ed 100644 --- a/reference/SoilWeb_spatial_query.html +++ b/reference/SoilWeb_spatial_query.html @@ -273,7 +273,7 @@

Examples # query by coordinate pair SoilWeb_spatial_query(coords=c(-121, 38)) #> ogc_fid areasymbol musym mukey soilweb_last_update dist_meters -#> 1 1493878 ca077 220 462112 2022-09-14 92.17456302 +#> 1 1494846 ca077 220 462112 2022-09-14 92.17456302 # } diff --git a/reference/fetchGDB.html b/reference/fetchGDB.html index c1c7f48e..230944f3 100644 --- a/reference/fetchGDB.html +++ b/reference/fetchGDB.html @@ -155,8 +155,7 @@

Examples## ## ## download CONUS gNATSGO from here: -## https://www.nrcs.usda.gov/resources/data-and-reports/gridded-national-soil-survey-geographic-database-gnatsgo -## +## https://nrcs.app.box.com/v/soils/folder/191790828371 ## # dsn <- "D:/geodata/soils/gNATSGO_CONUS.gdb" diff --git a/reference/fetchOSD.html b/reference/fetchOSD.html index bc166e67..dfbc0d7d 100644 --- a/reference/fetchOSD.html +++ b/reference/fetchOSD.html @@ -163,7 +163,7 @@

Examples#> $ climate.annual :'data.frame': 88 obs. of 12 variables: #> $ climate.monthly :'data.frame': 264 obs. of 14 variables: #> $ NCCPI :'data.frame': 11 obs. of 16 variables: -#> $ soilweb.metadata:'data.frame': 20 obs. of 2 variables: +#> $ soilweb.metadata:'data.frame': 22 obs. of 2 variables: # use makeChunks() for iteration over larger sequences of soil series s.list <- c('musick', 'cecil', 'drummer', 'amador', 'pentz', diff --git a/reference/fetchSDA_spatial.html b/reference/fetchSDA_spatial.html index fd123ab8..c4afdd26 100644 --- a/reference/fetchSDA_spatial.html +++ b/reference/fetchSDA_spatial.html @@ -137,13 +137,13 @@

Examples single.mukey <- try(fetchSDA_spatial(x = "2924882")) #> Using 1 chunks... #> Chunk #1 completed (n = 1; 0.2 secs) -#> Done in 0.2 secs; mean/chunk: 0.2 secs; mean/symbol: 0.2 secs. +#> Done in 0.2 secs; mean/chunk: 0.2 secs; mean/symbol: 0.16 secs. # demonstrate fetching full extent (multi-mukey) of national musym full.extent.nmusym <- try(fetchSDA_spatial(x = "2x8l5", by = "nmusym")) #> Using 1 chunks... #> Chunk #1 completed (n = 3; 0.8 secs) -#> Done in 1.1 secs; mean/chunk: 0.8 secs; mean/symbol: 0.35 secs. +#> Done in 1 secs; mean/chunk: 0.8 secs; mean/symbol: 0.33 secs. # compare extent of nmusym to single mukey within it if (!inherits(single.mukey, 'try-error') && @@ -162,8 +162,8 @@

Examples # demo adding a field (`muname`) to attribute table of result head(try(fetchSDA_spatial(x = "2x8l5", by="nmusym", add.fields="muname"))) #> Using 1 chunks... -#> Chunk #1 completed (n = 3; 0.6 secs) -#> Done in 0.8 secs; mean/chunk: 0.6 secs; mean/symbol: 0.28 secs. +#> Chunk #1 completed (n = 3; 0.5 secs) +#> Done in 0.7 secs; mean/chunk: 0.5 secs; mean/symbol: 0.24 secs. #> Simple feature collection with 6 features and 4 fields #> Geometry type: POLYGON #> Dimension: XY diff --git a/reference/get_soilDB_env.html b/reference/get_soilDB_env.html index cc6f591f..459a7e5f 100644 --- a/reference/get_soilDB_env.html +++ b/reference/get_soilDB_env.html @@ -80,7 +80,7 @@

Value

Examples

get_soilDB_env()
-#> <environment: 0x55aee9f1b478>
+#> <environment: 0x561e04bfa748>