├── .Rbuildignore ├── .github ├── .gitignore └── workflows │ ├── R-CMD-check.yaml │ └── coverage.yaml ├── .gitignore ├── DESCRIPTION ├── LICENSE.md ├── NAMESPACE ├── NEWS.md ├── R ├── lc_get_comid.R ├── lc_get_data.R ├── lc_get_params.R ├── sc_get_comid.R ├── sc_get_data.R └── sc_get_params.R ├── README.md ├── _pkgdown.yml ├── cran-comments.md ├── docs ├── 404.html ├── LICENSE-text.html ├── LICENSE.html ├── apple-touch-icon-120x120.png ├── apple-touch-icon-152x152.png ├── apple-touch-icon-180x180.png ├── apple-touch-icon-60x60.png ├── apple-touch-icon-76x76.png ├── apple-touch-icon.png ├── articles │ ├── Applications.html │ ├── Applications_files │ │ ├── HomeButton-0.0.1 │ │ │ ├── LICENSE │ │ │ ├── easy-button-src.min.js │ │ │ ├── glyphicons-21-home.png │ │ │ └── home-button.js │ │ ├── Proj4Leaflet-1.0.1 │ │ │ └── proj4leaflet.js │ │ ├── basin-CSS-0.0.1 │ │ │ └── basin_home-button.css │ │ ├── clipboard-0.0.1 │ │ │ └── setClipboardText.js │ │ ├── figure-html │ │ │ └── nars_ggplot-1.png │ │ ├── flowline_nldi___PCTIMP2011CAT-CSS-0.0.1 │ │ │ └── flowline_nldi___PCTIMP2011CAT_home-button.css │ │ ├── htmltools-fill-0.5.8.1 │ │ │ └── fill.css │ │ ├── htmlwidgets-1.6.1 │ │ │ └── htmlwidgets.js │ │ ├── htmlwidgets-1.6.2 │ │ │ └── htmlwidgets.js │ │ ├── htmlwidgets-1.6.4 │ │ │ └── htmlwidgets.js │ │ ├── leaflet-1.3.1 │ │ │ ├── images │ │ │ │ ├── layers-2x.png │ │ │ │ ├── layers.png │ │ │ │ ├── marker-icon-2x.png │ │ │ │ ├── marker-icon.png │ │ │ │ └── marker-shadow.png │ │ │ ├── leaflet.css │ │ │ └── leaflet.js │ │ ├── leaflet-binding-2.1.1 │ │ │ └── leaflet.js │ │ ├── leaflet-binding-2.2.0 │ │ │ └── leaflet.js │ │ ├── leaflet-binding-2.2.1 │ │ │ └── leaflet.js │ │ ├── leaflet-binding-2.2.2 │ │ │ └── leaflet.js │ │ ├── leaflet-binding-2.2.3 │ │ │ └── leaflet.js │ │ ├── leaflet-providers-1.13.0 │ │ │ └── leaflet-providers_1.13.0.js │ │ ├── leaflet-providers-1.9.0 │ │ │ └── leaflet-providers_1.9.0.js │ │ ├── leaflet-providers-2.0.0 │ │ │ └── leaflet-providers_2.0.0.js │ │ ├── leaflet-providers-plugin-2.1.1 │ │ │ └── leaflet-providers-plugin.js │ │ ├── leaflet-providers-plugin-2.2.0 │ │ │ └── leaflet-providers-plugin.js │ │ ├── leaflet-providers-plugin-2.2.1 │ │ │ └── leaflet-providers-plugin.js │ │ ├── leaflet-providers-plugin-2.2.2 │ │ │ └── leaflet-providers-plugin.js │ │ ├── leaflet-providers-plugin-2.2.3 │ │ │ └── leaflet-providers-plugin.js │ │ ├── leafletfix-1.0.0 │ │ │ └── leafletfix.css │ │ ├── mapviewCSS-0.0.1 │ │ │ ├── mapview-popup.css │ │ │ └── mapview.css │ │ ├── proj4-2.6.2 │ │ │ └── proj4.min.js │ │ └── rstudio_leaflet-1.3.1 │ │ │ ├── images │ │ │ └── 1px.png │ │ │ └── rstudio_leaflet.css │ ├── Articles │ │ ├── Applications.html │ │ ├── Applications_files │ │ │ ├── HomeButton-0.0.1 │ │ │ │ ├── LICENSE │ │ │ │ ├── easy-button-src.min.js │ │ │ │ ├── glyphicons-21-home.png │ │ │ │ └── home-button.js │ │ │ ├── Proj4Leaflet-1.0.1 │ │ │ │ └── proj4leaflet.js │ │ │ ├── basin-CSS-0.0.1 │ │ │ │ └── basin_home-button.css │ │ │ ├── clipboard-0.0.1 │ │ │ │ └── setClipboardText.js │ │ │ ├── figure-html │ │ │ │ └── nars_ggplot-1.png │ │ │ ├── flowline_nldi___PCTIMP2011CAT-CSS-0.0.1 │ │ │ │ └── flowline_nldi___PCTIMP2011CAT_home-button.css │ │ │ ├── htmltools-fill-0.5.8.1 │ │ │ │ └── fill.css │ │ │ ├── htmlwidgets-1.6.4 │ │ │ │ └── htmlwidgets.js │ │ │ ├── leaflet-1.3.1 │ │ │ │ ├── images │ │ │ │ │ ├── layers-2x.png │ │ │ │ │ ├── layers.png │ │ │ │ │ ├── marker-icon-2x.png │ │ │ │ │ ├── marker-icon.png │ │ │ │ │ └── marker-shadow.png │ │ │ │ ├── leaflet.css │ │ │ │ └── leaflet.js │ │ │ ├── leaflet-binding-2.2.3 │ │ │ │ └── leaflet.js │ │ │ ├── leaflet-providers-2.0.0 │ │ │ │ └── leaflet-providers_2.0.0.js │ │ │ ├── leaflet-providers-plugin-2.2.3 │ │ │ │ └── leaflet-providers-plugin.js │ │ │ ├── leafletfix-1.0.0 │ │ │ │ └── leafletfix.css │ │ │ ├── mapviewCSS-0.0.1 │ │ │ │ ├── mapview-popup.css │ │ │ │ └── mapview.css │ │ │ ├── proj4-2.6.2 │ │ │ │ └── proj4.min.js │ │ │ └── rstudio_leaflet-1.3.1 │ │ │ │ ├── images │ │ │ │ └── 1px.png │ │ │ │ └── rstudio_leaflet.css │ │ ├── Introduction.html │ │ └── LakeCat.html │ ├── Introduction.html │ ├── Introduction_files │ │ ├── HomeButton-0.0.1 │ │ │ ├── LICENSE │ │ │ ├── easy-button-src.min.js │ │ │ ├── glyphicons-21-home.png │ │ │ ├── home-button.css │ │ │ └── home-button.js │ │ ├── Proj4Leaflet-1.0.1 │ │ │ └── proj4leaflet.js │ │ ├── clipboard-0.0.1 │ │ │ └── setClipboardText.js │ │ ├── figure-html │ │ │ ├── Example Eight ggplot-1.png │ │ │ └── Example_Eight_ggplot-1.png │ │ ├── htmlwidgets-1.5.4 │ │ │ └── htmlwidgets.js │ │ ├── leaflet-1.3.1 │ │ │ ├── images │ │ │ │ ├── layers-2x.png │ │ │ │ ├── layers.png │ │ │ │ ├── marker-icon-2x.png │ │ │ │ ├── marker-icon.png │ │ │ │ └── marker-shadow.png │ │ │ ├── leaflet.css │ │ │ └── leaflet.js │ │ ├── leaflet-binding-2.1.1 │ │ │ └── leaflet.js │ │ ├── leaflet-providers-1.9.0 │ │ │ └── leaflet-providers_1.9.0.js │ │ ├── leaflet-providers-plugin-2.1.1 │ │ │ └── leaflet-providers-plugin.js │ │ ├── leafletfix-1.0.0 │ │ │ └── leafletfix.css │ │ ├── mapviewCSS-0.0.1 │ │ │ ├── mapview-popup.css │ │ │ └── mapview.css │ │ ├── proj4-2.6.2 │ │ │ └── proj4.min.js │ │ └── rstudio_leaflet-1.3.1 │ │ │ ├── images │ │ │ └── 1px.png │ │ │ └── rstudio_leaflet.css │ ├── LakeCat.html │ ├── StartHere.html │ └── index.html ├── authors.html ├── deps │ ├── bootstrap-5.1.0 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ └── bootstrap.min.css │ ├── bootstrap-5.1.3 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ └── bootstrap.min.css │ ├── bootstrap-5.2.2 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ └── bootstrap.min.css │ ├── bootstrap-5.3.1 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ └── bootstrap.min.css │ ├── bootstrap-toc-1.0.1 │ │ └── bootstrap-toc.min.js │ ├── clipboard.js-2.0.11 │ │ └── clipboard.min.js │ ├── data-deps.txt │ ├── font-awesome-6.4.2 │ │ ├── css │ │ │ ├── all.css │ │ │ ├── all.min.css │ │ │ ├── v4-shims.css │ │ │ └── v4-shims.min.css │ │ └── webfonts │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-regular-400.woff2 │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-solid-900.woff2 │ │ │ ├── fa-v4compatibility.ttf │ │ │ └── fa-v4compatibility.woff2 │ ├── font-awesome-6.5.2 │ │ ├── css │ │ │ ├── all.css │ │ │ ├── all.min.css │ │ │ ├── v4-shims.css │ │ │ └── v4-shims.min.css │ │ └── webfonts │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-regular-400.woff2 │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-solid-900.woff2 │ │ │ ├── fa-v4compatibility.ttf │ │ │ └── fa-v4compatibility.woff2 │ ├── headroom-0.11.0 │ │ ├── headroom.min.js │ │ └── jQuery.headroom.min.js │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ └── search-1.0.0 │ │ ├── autocomplete.jquery.min.js │ │ ├── fuse.min.js │ │ └── mark.min.js ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── index.html ├── katex-auto.js ├── lightswitch.js ├── link.svg ├── logo.png ├── news │ └── index.html ├── pkgdown.js ├── pkgdown.yml ├── reference │ ├── Rplot001.png │ ├── figures │ │ ├── logo.png │ │ └── logo_old.png │ ├── index.html │ ├── lc_fullname.html │ ├── lc_get_comid.html │ ├── lc_get_data.html │ ├── lc_get_metric_names.html │ ├── lc_get_params.html │ ├── lc_nlcd.html │ ├── sc_fullname.html │ ├── sc_get_comid.html │ ├── sc_get_data.html │ ├── sc_get_metric_names.html │ ├── sc_get_params.html │ └── sc_nlcd.html ├── search.json └── sitemap.xml ├── inst └── extdata │ ├── Gages_flowdata.csv │ └── sample_nrsa_data.rda ├── man ├── figures │ ├── logo.png │ └── logo_old.png ├── lc_fullname.Rd ├── lc_get_comid.Rd ├── lc_get_data.Rd ├── lc_get_metric_names.Rd ├── lc_get_params.Rd ├── lc_nlcd.Rd ├── sc_fullname.Rd ├── sc_get_comid.Rd ├── sc_get_data.Rd ├── sc_get_metric_names.Rd ├── sc_get_params.Rd └── sc_nlcd.Rd ├── pkgdown └── favicon │ ├── apple-touch-icon-120x120.png │ ├── apple-touch-icon-152x152.png │ ├── apple-touch-icon-180x180.png │ ├── apple-touch-icon-60x60.png │ ├── apple-touch-icon-76x76.png │ ├── apple-touch-icon.png │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ └── favicon.ico ├── tests ├── testthat.R └── testthat │ ├── test-lc_get_comid.R │ ├── test-lc_get_params.R │ ├── test-lc_getdata.R │ ├── test-lc_nlcd.R │ ├── test-sc_get_comid.R │ ├── test-sc_get_params.R │ ├── test-sc_getdata.R │ └── test-sc_nlcd.R └── vignettes ├── Articles ├── Applications.Rmd ├── Introduction.Rmd └── LakeCat.Rmd └── StartHere.Rmd /.Rbuildignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/.Rbuildignore -------------------------------------------------------------------------------- /.github/.gitignore: -------------------------------------------------------------------------------- 1 | *.html 2 | -------------------------------------------------------------------------------- /.github/workflows/R-CMD-check.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/.github/workflows/R-CMD-check.yaml -------------------------------------------------------------------------------- /.github/workflows/coverage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/.github/workflows/coverage.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/.gitignore -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/LICENSE.md -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/NAMESPACE -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/NEWS.md -------------------------------------------------------------------------------- /R/lc_get_comid.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/R/lc_get_comid.R -------------------------------------------------------------------------------- /R/lc_get_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/R/lc_get_data.R -------------------------------------------------------------------------------- /R/lc_get_params.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/R/lc_get_params.R -------------------------------------------------------------------------------- /R/sc_get_comid.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/R/sc_get_comid.R -------------------------------------------------------------------------------- /R/sc_get_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/R/sc_get_data.R -------------------------------------------------------------------------------- /R/sc_get_params.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/R/sc_get_params.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/README.md -------------------------------------------------------------------------------- /_pkgdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/_pkgdown.yml -------------------------------------------------------------------------------- /cran-comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/cran-comments.md -------------------------------------------------------------------------------- /docs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/404.html -------------------------------------------------------------------------------- /docs/LICENSE-text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/LICENSE-text.html -------------------------------------------------------------------------------- /docs/LICENSE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/LICENSE.html -------------------------------------------------------------------------------- /docs/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/apple-touch-icon-180x180.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/apple-touch-icon-60x60.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/apple-touch-icon-76x76.png -------------------------------------------------------------------------------- /docs/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/apple-touch-icon.png -------------------------------------------------------------------------------- /docs/articles/Applications.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications.html -------------------------------------------------------------------------------- /docs/articles/Applications_files/HomeButton-0.0.1/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/HomeButton-0.0.1/LICENSE -------------------------------------------------------------------------------- /docs/articles/Applications_files/HomeButton-0.0.1/easy-button-src.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/HomeButton-0.0.1/easy-button-src.min.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/HomeButton-0.0.1/glyphicons-21-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/HomeButton-0.0.1/glyphicons-21-home.png -------------------------------------------------------------------------------- /docs/articles/Applications_files/HomeButton-0.0.1/home-button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/HomeButton-0.0.1/home-button.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/Proj4Leaflet-1.0.1/proj4leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/Proj4Leaflet-1.0.1/proj4leaflet.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/basin-CSS-0.0.1/basin_home-button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/basin-CSS-0.0.1/basin_home-button.css -------------------------------------------------------------------------------- /docs/articles/Applications_files/clipboard-0.0.1/setClipboardText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/clipboard-0.0.1/setClipboardText.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/figure-html/nars_ggplot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/figure-html/nars_ggplot-1.png -------------------------------------------------------------------------------- /docs/articles/Applications_files/flowline_nldi___PCTIMP2011CAT-CSS-0.0.1/flowline_nldi___PCTIMP2011CAT_home-button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/flowline_nldi___PCTIMP2011CAT-CSS-0.0.1/flowline_nldi___PCTIMP2011CAT_home-button.css -------------------------------------------------------------------------------- /docs/articles/Applications_files/htmltools-fill-0.5.8.1/fill.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/htmltools-fill-0.5.8.1/fill.css -------------------------------------------------------------------------------- /docs/articles/Applications_files/htmlwidgets-1.6.1/htmlwidgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/htmlwidgets-1.6.1/htmlwidgets.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/htmlwidgets-1.6.2/htmlwidgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/htmlwidgets-1.6.2/htmlwidgets.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/htmlwidgets-1.6.4/htmlwidgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/htmlwidgets-1.6.4/htmlwidgets.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-1.3.1/images/layers-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-1.3.1/images/layers-2x.png -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-1.3.1/images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-1.3.1/images/layers.png -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-1.3.1/images/marker-icon-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-1.3.1/images/marker-icon-2x.png -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-1.3.1/images/marker-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-1.3.1/images/marker-icon.png -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-1.3.1/images/marker-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-1.3.1/images/marker-shadow.png -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-1.3.1/leaflet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-1.3.1/leaflet.css -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-1.3.1/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-1.3.1/leaflet.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-binding-2.1.1/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-binding-2.1.1/leaflet.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-binding-2.2.0/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-binding-2.2.0/leaflet.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-binding-2.2.1/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-binding-2.2.1/leaflet.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-binding-2.2.2/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-binding-2.2.2/leaflet.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-binding-2.2.3/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-binding-2.2.3/leaflet.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-providers-1.13.0/leaflet-providers_1.13.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-providers-1.13.0/leaflet-providers_1.13.0.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-providers-1.9.0/leaflet-providers_1.9.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-providers-1.9.0/leaflet-providers_1.9.0.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-providers-2.0.0/leaflet-providers_2.0.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-providers-2.0.0/leaflet-providers_2.0.0.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-providers-plugin-2.1.1/leaflet-providers-plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-providers-plugin-2.1.1/leaflet-providers-plugin.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-providers-plugin-2.2.0/leaflet-providers-plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-providers-plugin-2.2.0/leaflet-providers-plugin.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-providers-plugin-2.2.1/leaflet-providers-plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-providers-plugin-2.2.1/leaflet-providers-plugin.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-providers-plugin-2.2.2/leaflet-providers-plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-providers-plugin-2.2.2/leaflet-providers-plugin.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leaflet-providers-plugin-2.2.3/leaflet-providers-plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leaflet-providers-plugin-2.2.3/leaflet-providers-plugin.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/leafletfix-1.0.0/leafletfix.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/leafletfix-1.0.0/leafletfix.css -------------------------------------------------------------------------------- /docs/articles/Applications_files/mapviewCSS-0.0.1/mapview-popup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/mapviewCSS-0.0.1/mapview-popup.css -------------------------------------------------------------------------------- /docs/articles/Applications_files/mapviewCSS-0.0.1/mapview.css: -------------------------------------------------------------------------------- 1 | .leaflet-control br {clear: both;} 2 | -------------------------------------------------------------------------------- /docs/articles/Applications_files/proj4-2.6.2/proj4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/proj4-2.6.2/proj4.min.js -------------------------------------------------------------------------------- /docs/articles/Applications_files/rstudio_leaflet-1.3.1/images/1px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/rstudio_leaflet-1.3.1/images/1px.png -------------------------------------------------------------------------------- /docs/articles/Applications_files/rstudio_leaflet-1.3.1/rstudio_leaflet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Applications_files/rstudio_leaflet-1.3.1/rstudio_leaflet.css -------------------------------------------------------------------------------- /docs/articles/Articles/Applications.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications.html -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/HomeButton-0.0.1/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/HomeButton-0.0.1/LICENSE -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/HomeButton-0.0.1/easy-button-src.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/HomeButton-0.0.1/easy-button-src.min.js -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/HomeButton-0.0.1/glyphicons-21-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/HomeButton-0.0.1/glyphicons-21-home.png -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/HomeButton-0.0.1/home-button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/HomeButton-0.0.1/home-button.js -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/Proj4Leaflet-1.0.1/proj4leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/Proj4Leaflet-1.0.1/proj4leaflet.js -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/basin-CSS-0.0.1/basin_home-button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/basin-CSS-0.0.1/basin_home-button.css -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/clipboard-0.0.1/setClipboardText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/clipboard-0.0.1/setClipboardText.js -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/figure-html/nars_ggplot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/figure-html/nars_ggplot-1.png -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/flowline_nldi___PCTIMP2011CAT-CSS-0.0.1/flowline_nldi___PCTIMP2011CAT_home-button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/flowline_nldi___PCTIMP2011CAT-CSS-0.0.1/flowline_nldi___PCTIMP2011CAT_home-button.css -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/htmltools-fill-0.5.8.1/fill.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/htmltools-fill-0.5.8.1/fill.css -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/htmlwidgets-1.6.4/htmlwidgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/htmlwidgets-1.6.4/htmlwidgets.js -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/leaflet-1.3.1/images/layers-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/leaflet-1.3.1/images/layers-2x.png -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/leaflet-1.3.1/images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/leaflet-1.3.1/images/layers.png -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/leaflet-1.3.1/images/marker-icon-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/leaflet-1.3.1/images/marker-icon-2x.png -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/leaflet-1.3.1/images/marker-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/leaflet-1.3.1/images/marker-icon.png -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/leaflet-1.3.1/images/marker-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/leaflet-1.3.1/images/marker-shadow.png -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/leaflet-1.3.1/leaflet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/leaflet-1.3.1/leaflet.css -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/leaflet-1.3.1/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/leaflet-1.3.1/leaflet.js -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/leaflet-binding-2.2.3/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/leaflet-binding-2.2.3/leaflet.js -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/leaflet-providers-2.0.0/leaflet-providers_2.0.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/leaflet-providers-2.0.0/leaflet-providers_2.0.0.js -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/leaflet-providers-plugin-2.2.3/leaflet-providers-plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/leaflet-providers-plugin-2.2.3/leaflet-providers-plugin.js -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/leafletfix-1.0.0/leafletfix.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/leafletfix-1.0.0/leafletfix.css -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/mapviewCSS-0.0.1/mapview-popup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/mapviewCSS-0.0.1/mapview-popup.css -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/mapviewCSS-0.0.1/mapview.css: -------------------------------------------------------------------------------- 1 | .leaflet-control br {clear: both;} 2 | -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/proj4-2.6.2/proj4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/proj4-2.6.2/proj4.min.js -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/rstudio_leaflet-1.3.1/images/1px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/rstudio_leaflet-1.3.1/images/1px.png -------------------------------------------------------------------------------- /docs/articles/Articles/Applications_files/rstudio_leaflet-1.3.1/rstudio_leaflet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Applications_files/rstudio_leaflet-1.3.1/rstudio_leaflet.css -------------------------------------------------------------------------------- /docs/articles/Articles/Introduction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/Introduction.html -------------------------------------------------------------------------------- /docs/articles/Articles/LakeCat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Articles/LakeCat.html -------------------------------------------------------------------------------- /docs/articles/Introduction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction.html -------------------------------------------------------------------------------- /docs/articles/Introduction_files/HomeButton-0.0.1/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/HomeButton-0.0.1/LICENSE -------------------------------------------------------------------------------- /docs/articles/Introduction_files/HomeButton-0.0.1/easy-button-src.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/HomeButton-0.0.1/easy-button-src.min.js -------------------------------------------------------------------------------- /docs/articles/Introduction_files/HomeButton-0.0.1/glyphicons-21-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/HomeButton-0.0.1/glyphicons-21-home.png -------------------------------------------------------------------------------- /docs/articles/Introduction_files/HomeButton-0.0.1/home-button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/HomeButton-0.0.1/home-button.css -------------------------------------------------------------------------------- /docs/articles/Introduction_files/HomeButton-0.0.1/home-button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/HomeButton-0.0.1/home-button.js -------------------------------------------------------------------------------- /docs/articles/Introduction_files/Proj4Leaflet-1.0.1/proj4leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/Proj4Leaflet-1.0.1/proj4leaflet.js -------------------------------------------------------------------------------- /docs/articles/Introduction_files/clipboard-0.0.1/setClipboardText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/clipboard-0.0.1/setClipboardText.js -------------------------------------------------------------------------------- /docs/articles/Introduction_files/figure-html/Example Eight ggplot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/figure-html/Example Eight ggplot-1.png -------------------------------------------------------------------------------- /docs/articles/Introduction_files/figure-html/Example_Eight_ggplot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/figure-html/Example_Eight_ggplot-1.png -------------------------------------------------------------------------------- /docs/articles/Introduction_files/htmlwidgets-1.5.4/htmlwidgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/htmlwidgets-1.5.4/htmlwidgets.js -------------------------------------------------------------------------------- /docs/articles/Introduction_files/leaflet-1.3.1/images/layers-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/leaflet-1.3.1/images/layers-2x.png -------------------------------------------------------------------------------- /docs/articles/Introduction_files/leaflet-1.3.1/images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/leaflet-1.3.1/images/layers.png -------------------------------------------------------------------------------- /docs/articles/Introduction_files/leaflet-1.3.1/images/marker-icon-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/leaflet-1.3.1/images/marker-icon-2x.png -------------------------------------------------------------------------------- /docs/articles/Introduction_files/leaflet-1.3.1/images/marker-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/leaflet-1.3.1/images/marker-icon.png -------------------------------------------------------------------------------- /docs/articles/Introduction_files/leaflet-1.3.1/images/marker-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/leaflet-1.3.1/images/marker-shadow.png -------------------------------------------------------------------------------- /docs/articles/Introduction_files/leaflet-1.3.1/leaflet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/leaflet-1.3.1/leaflet.css -------------------------------------------------------------------------------- /docs/articles/Introduction_files/leaflet-1.3.1/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/leaflet-1.3.1/leaflet.js -------------------------------------------------------------------------------- /docs/articles/Introduction_files/leaflet-binding-2.1.1/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/leaflet-binding-2.1.1/leaflet.js -------------------------------------------------------------------------------- /docs/articles/Introduction_files/leaflet-providers-1.9.0/leaflet-providers_1.9.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/leaflet-providers-1.9.0/leaflet-providers_1.9.0.js -------------------------------------------------------------------------------- /docs/articles/Introduction_files/leaflet-providers-plugin-2.1.1/leaflet-providers-plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/leaflet-providers-plugin-2.1.1/leaflet-providers-plugin.js -------------------------------------------------------------------------------- /docs/articles/Introduction_files/leafletfix-1.0.0/leafletfix.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/leafletfix-1.0.0/leafletfix.css -------------------------------------------------------------------------------- /docs/articles/Introduction_files/mapviewCSS-0.0.1/mapview-popup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/mapviewCSS-0.0.1/mapview-popup.css -------------------------------------------------------------------------------- /docs/articles/Introduction_files/mapviewCSS-0.0.1/mapview.css: -------------------------------------------------------------------------------- 1 | .leaflet-control br {clear: both;} 2 | -------------------------------------------------------------------------------- /docs/articles/Introduction_files/proj4-2.6.2/proj4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/proj4-2.6.2/proj4.min.js -------------------------------------------------------------------------------- /docs/articles/Introduction_files/rstudio_leaflet-1.3.1/images/1px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/rstudio_leaflet-1.3.1/images/1px.png -------------------------------------------------------------------------------- /docs/articles/Introduction_files/rstudio_leaflet-1.3.1/rstudio_leaflet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/Introduction_files/rstudio_leaflet-1.3.1/rstudio_leaflet.css -------------------------------------------------------------------------------- /docs/articles/LakeCat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/LakeCat.html -------------------------------------------------------------------------------- /docs/articles/StartHere.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/StartHere.html -------------------------------------------------------------------------------- /docs/articles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/articles/index.html -------------------------------------------------------------------------------- /docs/authors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/authors.html -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.0/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-5.1.0/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.0/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-5.1.0/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.0/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-5.1.0/bootstrap.min.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-5.1.3/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-5.1.3/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.1.3/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-5.1.3/bootstrap.min.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-5.2.2/bootstrap.min.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-5.3.1/bootstrap.min.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js -------------------------------------------------------------------------------- /docs/deps/clipboard.js-2.0.11/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/clipboard.js-2.0.11/clipboard.min.js -------------------------------------------------------------------------------- /docs/deps/data-deps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/data-deps.txt -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.4.2/css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.4.2/css/all.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.4.2/css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.4.2/css/all.min.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.4.2/css/v4-shims.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.4.2/css/v4-shims.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.4.2/css/v4-shims.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.4.2/css/v4-shims.min.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.4.2/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.4.2/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.4.2/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.4.2/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.4.2/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.4.2/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.4.2/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.4.2/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.4.2/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.4.2/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.4.2/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.4.2/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.4.2/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.4.2/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.4.2/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.4.2/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.5.2/css/all.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.5.2/css/all.min.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/v4-shims.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.5.2/css/v4-shims.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/v4-shims.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.5.2/css/v4-shims.min.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /docs/deps/headroom-0.11.0/headroom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/headroom-0.11.0/headroom.min.js -------------------------------------------------------------------------------- /docs/deps/headroom-0.11.0/jQuery.headroom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/headroom-0.11.0/jQuery.headroom.min.js -------------------------------------------------------------------------------- /docs/deps/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /docs/deps/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /docs/deps/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /docs/deps/search-1.0.0/autocomplete.jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/search-1.0.0/autocomplete.jquery.min.js -------------------------------------------------------------------------------- /docs/deps/search-1.0.0/fuse.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/search-1.0.0/fuse.min.js -------------------------------------------------------------------------------- /docs/deps/search-1.0.0/mark.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/deps/search-1.0.0/mark.min.js -------------------------------------------------------------------------------- /docs/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/favicon-16x16.png -------------------------------------------------------------------------------- /docs/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/favicon-32x32.png -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/katex-auto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/katex-auto.js -------------------------------------------------------------------------------- /docs/lightswitch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/lightswitch.js -------------------------------------------------------------------------------- /docs/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/link.svg -------------------------------------------------------------------------------- /docs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/logo.png -------------------------------------------------------------------------------- /docs/news/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/news/index.html -------------------------------------------------------------------------------- /docs/pkgdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/pkgdown.js -------------------------------------------------------------------------------- /docs/pkgdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/pkgdown.yml -------------------------------------------------------------------------------- /docs/reference/Rplot001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/Rplot001.png -------------------------------------------------------------------------------- /docs/reference/figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/figures/logo.png -------------------------------------------------------------------------------- /docs/reference/figures/logo_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/figures/logo_old.png -------------------------------------------------------------------------------- /docs/reference/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/index.html -------------------------------------------------------------------------------- /docs/reference/lc_fullname.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/lc_fullname.html -------------------------------------------------------------------------------- /docs/reference/lc_get_comid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/lc_get_comid.html -------------------------------------------------------------------------------- /docs/reference/lc_get_data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/lc_get_data.html -------------------------------------------------------------------------------- /docs/reference/lc_get_metric_names.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/lc_get_metric_names.html -------------------------------------------------------------------------------- /docs/reference/lc_get_params.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/lc_get_params.html -------------------------------------------------------------------------------- /docs/reference/lc_nlcd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/lc_nlcd.html -------------------------------------------------------------------------------- /docs/reference/sc_fullname.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/sc_fullname.html -------------------------------------------------------------------------------- /docs/reference/sc_get_comid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/sc_get_comid.html -------------------------------------------------------------------------------- /docs/reference/sc_get_data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/sc_get_data.html -------------------------------------------------------------------------------- /docs/reference/sc_get_metric_names.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/sc_get_metric_names.html -------------------------------------------------------------------------------- /docs/reference/sc_get_params.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/sc_get_params.html -------------------------------------------------------------------------------- /docs/reference/sc_nlcd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/reference/sc_nlcd.html -------------------------------------------------------------------------------- /docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/search.json -------------------------------------------------------------------------------- /docs/sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/docs/sitemap.xml -------------------------------------------------------------------------------- /inst/extdata/Gages_flowdata.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/inst/extdata/Gages_flowdata.csv -------------------------------------------------------------------------------- /inst/extdata/sample_nrsa_data.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/inst/extdata/sample_nrsa_data.rda -------------------------------------------------------------------------------- /man/figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/figures/logo.png -------------------------------------------------------------------------------- /man/figures/logo_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/figures/logo_old.png -------------------------------------------------------------------------------- /man/lc_fullname.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/lc_fullname.Rd -------------------------------------------------------------------------------- /man/lc_get_comid.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/lc_get_comid.Rd -------------------------------------------------------------------------------- /man/lc_get_data.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/lc_get_data.Rd -------------------------------------------------------------------------------- /man/lc_get_metric_names.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/lc_get_metric_names.Rd -------------------------------------------------------------------------------- /man/lc_get_params.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/lc_get_params.Rd -------------------------------------------------------------------------------- /man/lc_nlcd.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/lc_nlcd.Rd -------------------------------------------------------------------------------- /man/sc_fullname.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/sc_fullname.Rd -------------------------------------------------------------------------------- /man/sc_get_comid.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/sc_get_comid.Rd -------------------------------------------------------------------------------- /man/sc_get_data.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/sc_get_data.Rd -------------------------------------------------------------------------------- /man/sc_get_metric_names.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/sc_get_metric_names.Rd -------------------------------------------------------------------------------- /man/sc_get_params.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/sc_get_params.Rd -------------------------------------------------------------------------------- /man/sc_nlcd.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/man/sc_nlcd.Rd -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/pkgdown/favicon/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/pkgdown/favicon/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/pkgdown/favicon/apple-touch-icon-180x180.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/pkgdown/favicon/apple-touch-icon-60x60.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/pkgdown/favicon/apple-touch-icon-76x76.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/pkgdown/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /pkgdown/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/pkgdown/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /pkgdown/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/pkgdown/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /pkgdown/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/pkgdown/favicon/favicon.ico -------------------------------------------------------------------------------- /tests/testthat.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/tests/testthat.R -------------------------------------------------------------------------------- /tests/testthat/test-lc_get_comid.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/tests/testthat/test-lc_get_comid.R -------------------------------------------------------------------------------- /tests/testthat/test-lc_get_params.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/tests/testthat/test-lc_get_params.R -------------------------------------------------------------------------------- /tests/testthat/test-lc_getdata.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/tests/testthat/test-lc_getdata.R -------------------------------------------------------------------------------- /tests/testthat/test-lc_nlcd.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/tests/testthat/test-lc_nlcd.R -------------------------------------------------------------------------------- /tests/testthat/test-sc_get_comid.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/tests/testthat/test-sc_get_comid.R -------------------------------------------------------------------------------- /tests/testthat/test-sc_get_params.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/tests/testthat/test-sc_get_params.R -------------------------------------------------------------------------------- /tests/testthat/test-sc_getdata.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/tests/testthat/test-sc_getdata.R -------------------------------------------------------------------------------- /tests/testthat/test-sc_nlcd.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/tests/testthat/test-sc_nlcd.R -------------------------------------------------------------------------------- /vignettes/Articles/Applications.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/vignettes/Articles/Applications.Rmd -------------------------------------------------------------------------------- /vignettes/Articles/Introduction.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/vignettes/Articles/Introduction.Rmd -------------------------------------------------------------------------------- /vignettes/Articles/LakeCat.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/vignettes/Articles/LakeCat.Rmd -------------------------------------------------------------------------------- /vignettes/StartHere.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USEPA/StreamCatTools/HEAD/vignettes/StartHere.Rmd --------------------------------------------------------------------------------