diff --git a/404.html b/404.html index ba7552d8..aad122f8 100644 --- a/404.html +++ b/404.html @@ -68,7 +68,7 @@

Page not found (404)

diff --git a/LICENSE.html b/LICENSE.html index a68a3d81..f2f6ec4b 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -243,7 +243,7 @@

How to Apply These Terms diff --git a/articles/fetchNASIS.html b/articles/fetchNASIS.html index bff16145..20763d80 100644 --- a/articles/fetchNASIS.html +++ b/articles/fetchNASIS.html @@ -2189,7 +2189,7 @@

Calculated -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/articles/index.html b/articles/index.html index 1bc1ee7b..7a08f329 100644 --- a/articles/index.html +++ b/articles/index.html @@ -53,7 +53,7 @@

All vignettes

diff --git a/articles/wcs-ssurgo.html b/articles/wcs-ssurgo.html index 44ca1ed8..1778c710 100644 --- a/articles/wcs-ssurgo.html +++ b/articles/wcs-ssurgo.html @@ -379,7 +379,7 @@

Map Unit Key Grids#> extent : -1365495, -1358925, 2869245, 2873655 (xmin, xmax, ymin, ymax) #> coord. ref. : NAD83 / Conus Albers (EPSG:5070) #> source(s) : memory -#> varname : file20eb4469371 +#> varname : file214c4770edd #> categories : mukey #> name : mukey #> min value : 144983 @@ -487,7 +487,7 @@

Raster Soil Survey Data#> extent : 1129005, 1135005, 1402995, 1411005 (xmin, xmax, ymin, ymax) #> coord. ref. : NAD83 / Conus Albers (EPSG:5070) #> source(s) : memory -#> varname : file20eb1fcb7393 +#> varname : file214c23ed5235 #> categories : mukey #> name : mukey #> min value : 545800 @@ -501,7 +501,7 @@

Raster Soil Survey Data#> extent : 1129005, 1135005, 1402995, 1411005 (xmin, xmax, ymin, ymax) #> coord. ref. : NAD83 / Conus Albers (EPSG:5070) #> source(s) : memory -#> varname : file20eb27534016 +#> varname : file214c7eb90a4e #> categories : mukey #> name : mukey #> min value : 545800 @@ -515,7 +515,7 @@

Raster Soil Survey Data#> extent : 1129005, 1135005, 1402995, 1411005 (xmin, xmax, ymin, ymax) #> coord. ref. : NAD83 / Conus Albers (EPSG:5070) #> source(s) : memory -#> varname : file20eb37dc916f +#> varname : file214c1afc97bf #> categories : mukey #> name : mukey #> min value : 3244721 @@ -570,7 +570,7 @@

STATSGO#> extent : 1129005, 1135005, 1402995, 1411095 (xmin, xmax, ymin, ymax) #> coord. ref. : NAD83 / Conus Albers (EPSG:5070) #> source(s) : memory -#> varname : file20eb5289bb5a +#> varname : file214c70391325 #> categories : mukey #> name : mukey #> min value : 659074 @@ -1163,7 +1163,7 @@

Sand, Silt, and Clay diff --git a/articles/wcs-ssurgo_files/figure-html/unnamed-chunk-10-1.png b/articles/wcs-ssurgo_files/figure-html/unnamed-chunk-10-1.png index b517abe1..ed9d15fb 100644 Binary files a/articles/wcs-ssurgo_files/figure-html/unnamed-chunk-10-1.png and b/articles/wcs-ssurgo_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/authors.html b/authors.html index 4dd47b6e..87351521 100644 --- a/authors.html +++ b/authors.html @@ -80,7 +80,7 @@

Citation

diff --git a/index.html b/index.html index 34e87d26..59ab6442 100644 --- a/index.html +++ b/index.html @@ -94,7 +94,7 @@

Citation## }
-

soilDB 2.8.4 +

soilDB 2.8.5

@@ -277,7 +277,7 @@

Dev status

diff --git a/news/index.html b/news/index.html index ef3a522a..a6072a1c 100644 --- a/news/index.html +++ b/news/index.html @@ -41,6 +41,8 @@

Changelog

soilDB 2.8.5 (development)

  • fetchLDM() add support for area_type with local database connections (dsn argument)
  • +
  • updated SCAN, CSCAN, SNOTEL, SNOWLITE station metadata (#61) via @jskovlin
  • +
  • timezone support for hourly data requested by fetchSCAN() (#184) thanks to new WCIS API

soilDB 2.8.4 (2024-08-17)

CRAN release: 2024-08-17

@@ -1135,7 +1137,7 @@

soilDB 0.1

diff --git a/pkgdown.js b/pkgdown.js index 9757bf9e..1a99c65f 100644 --- a/pkgdown.js +++ b/pkgdown.js @@ -152,3 +152,11 @@ async function searchFuse(query, callback) { }); }); })(window.jQuery || window.$) + +document.addEventListener('keydown', function(event) { + // Check if the pressed key is '/' + if (event.key === '/') { + event.preventDefault(); // Prevent any default action associated with the '/' key + document.getElementById('search-input').focus(); // Set focus to the search input + } +}); diff --git a/pkgdown.yml b/pkgdown.yml index 013ebc73..5a19a2c6 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,10 +1,10 @@ pandoc: 3.1.11 -pkgdown: 2.1.0 +pkgdown: 2.1.1 pkgdown_sha: ~ articles: fetchNASIS: fetchNASIS.html wcs-ssurgo: wcs-ssurgo.html -last_built: 2024-09-17T19:38Z +last_built: 2024-09-25T06:28Z urls: reference: http://ncss-tech.github.io/soilDB/reference article: http://ncss-tech.github.io/soilDB/articles diff --git a/reference/ISSR800.wcs.html b/reference/ISSR800.wcs.html index fe0e97d8..7f39bb7b 100644 --- a/reference/ISSR800.wcs.html +++ b/reference/ISSR800.wcs.html @@ -117,7 +117,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/KSSL_VG_model.html b/reference/KSSL_VG_model.html index eabc8f8b..d1916f52 100644 --- a/reference/KSSL_VG_model.html +++ b/reference/KSSL_VG_model.html @@ -141,7 +141,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/NASISChoiceList.html b/reference/NASISChoiceList.html index c070a436..fea0110c 100644 --- a/reference/NASISChoiceList.html +++ b/reference/NASISChoiceList.html @@ -137,7 +137,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/NASISDomainsAsFactor.html b/reference/NASISDomainsAsFactor.html index 8f876355..7909b299 100644 --- a/reference/NASISDomainsAsFactor.html +++ b/reference/NASISDomainsAsFactor.html @@ -76,7 +76,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/NASIS_table_column_keys.html b/reference/NASIS_table_column_keys.html index ba2a84fd..d7a0a282 100644 --- a/reference/NASIS_table_column_keys.html +++ b/reference/NASIS_table_column_keys.html @@ -52,7 +52,7 @@

NASIS 7 Tables, Columns and Foreign Keys

diff --git a/reference/OSDquery-1.png b/reference/OSDquery-1.png index f8eac448..0b494697 100644 Binary files a/reference/OSDquery-1.png and b/reference/OSDquery-1.png differ diff --git a/reference/OSDquery.html b/reference/OSDquery.html index d7420b53..2394f045 100644 --- a/reference/OSDquery.html +++ b/reference/OSDquery.html @@ -167,7 +167,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/ROSETTA.html b/reference/ROSETTA.html index cb6765c7..ee928aab 100644 --- a/reference/ROSETTA.html +++ b/reference/ROSETTA.html @@ -138,7 +138,7 @@

Author< diff --git a/reference/SCAN_SNOTEL_metadata.html b/reference/SCAN_SNOTEL_metadata.html index 0e6a13fe..5005592a 100644 --- a/reference/SCAN_SNOTEL_metadata.html +++ b/reference/SCAN_SNOTEL_metadata.html @@ -1,9 +1,5 @@ -Get SCAN and SNOTEL Station Metadata — SCAN_SNOTEL_metadata • soilDB +USDA-NRCS Station Metadata for SCAN, CSCAN, SNOTEL, SNOWLITE Networks — SCAN_SNOTEL_metadata • soilDB Skip to contents @@ -37,53 +33,20 @@
-

These data have been compiled from several sources and represent a -progressive effort to organize SCAN/SNOTEL station metadata. Therefore, some -records may be missing or incorrect.

+

These metadata are a work in progress.

Format

-

A data frame with 1092 observations on the following 12 variables.

list("Name")
-

station name

-
list("Site")
-

station ID

- -
list("State")
-

state

-
list("Network")
-

sensor network: SCAN / -SNOTEL

-
list("County")
-

county

-
list("Elevation_ft")
-

station -elevation in feet

-
list("Latitude")
-

latitude of station

- -
list("Longitude")
-

longitude of station

-
list("HUC")
-

associated -watershed

-
list("climstanm")
-

climate station name (TODO: remove this -column)

-
list("upedonid")
-

associated user pedon ID

- -
list("pedlabsampnum")
-

associated lab sample ID

- -
+

A data.frame with 1186 SCAN, CSCAN, SNOTEL, and SNOWLITE station metadata records

+
@@ -93,7 +56,7 @@

Format< diff --git a/reference/SDA_query.html b/reference/SDA_query.html index 873be831..7fa4e4dd 100644 --- a/reference/SDA_query.html +++ b/reference/SDA_query.html @@ -173,7 +173,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/SDA_spatialQuery.html b/reference/SDA_spatialQuery.html index 178a4169..a2275b77 100644 --- a/reference/SDA_spatialQuery.html +++ b/reference/SDA_spatialQuery.html @@ -263,7 +263,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/STRplot-1.png b/reference/STRplot-1.png index 55bd7317..d9942615 100644 Binary files a/reference/STRplot-1.png and b/reference/STRplot-1.png differ diff --git a/reference/STRplot.html b/reference/STRplot.html index 43158c1f..941627fa 100644 --- a/reference/STRplot.html +++ b/reference/STRplot.html @@ -111,7 +111,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/SoilWeb_spatial_query.html b/reference/SoilWeb_spatial_query.html index 197a35a9..eb1acd2d 100644 --- a/reference/SoilWeb_spatial_query.html +++ b/reference/SoilWeb_spatial_query.html @@ -273,7 +273,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/WCS_details.html b/reference/WCS_details.html index 19b42e42..d2e1feb9 100644 --- a/reference/WCS_details.html +++ b/reference/WCS_details.html @@ -119,7 +119,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/createSSURGO.html b/reference/createSSURGO.html index a694f1b0..dca66ada 100644 --- a/reference/createSSURGO.html +++ b/reference/createSSURGO.html @@ -138,7 +138,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/createStaticNASIS.html b/reference/createStaticNASIS.html index b0df9ef0..76b6dda2 100644 --- a/reference/createStaticNASIS.html +++ b/reference/createStaticNASIS.html @@ -100,7 +100,7 @@

Value

diff --git a/reference/dbConnectNASIS.html b/reference/dbConnectNASIS.html index 9abaa57c..9ba1a881 100644 --- a/reference/dbConnectNASIS.html +++ b/reference/dbConnectNASIS.html @@ -73,7 +73,7 @@

Value

diff --git a/reference/dbQueryNASIS.html b/reference/dbQueryNASIS.html index 4afdedb0..5aabf5fc 100644 --- a/reference/dbQueryNASIS.html +++ b/reference/dbQueryNASIS.html @@ -81,7 +81,7 @@

Value

diff --git a/reference/downloadSSURGO.html b/reference/downloadSSURGO.html index c5e6a254..bc1dd45d 100644 --- a/reference/downloadSSURGO.html +++ b/reference/downloadSSURGO.html @@ -127,7 +127,7 @@

See also diff --git a/reference/estimateColorMixture.html b/reference/estimateColorMixture.html index 787a5e2b..f935ca39 100644 --- a/reference/estimateColorMixture.html +++ b/reference/estimateColorMixture.html @@ -85,7 +85,7 @@

Author< diff --git a/reference/estimateSTR.html b/reference/estimateSTR.html index 9914cd19..c8c3fd70 100644 --- a/reference/estimateSTR.html +++ b/reference/estimateSTR.html @@ -134,7 +134,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/fetchGDB.html b/reference/fetchGDB.html index 9eb97e66..90623347 100644 --- a/reference/fetchGDB.html +++ b/reference/fetchGDB.html @@ -156,7 +156,6 @@

Examples # } -