From b8b86b58d9ac64e82303f57acecd55eee1ea77e2 Mon Sep 17 00:00:00 2001 From: Weber Date: Thu, 11 Apr 2024 09:11:25 -0700 Subject: [PATCH] Update LakeCat vignette --- README.md | 3 +- docs/articles/LakeCat.html | 306 ------------------------------------- vignettes/LakeCat.Rmd | 8 - 3 files changed, 1 insertion(+), 316 deletions(-) diff --git a/README.md b/README.md index 97983ae..3795b78 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ - ## StreamCatTools: Tools to work with the [StreamCat](https://www.epa.gov/national-aquatic-resource-surveys/streamcat-dataset) API within R and access the full suite of StreamCat and [LakeCat](https://www.epa.gov/national-aquatic-resource-surveys/lakecat-dataset) metrics. @@ -40,7 +39,7 @@ Contributions to development of the package are welcome and encouraged. Please c ### Recommended Citation: ``` - Weber, Marc H, 2024, StreamCatTools: Tools to work with the StreamCat API within R and access the full suite of StreamCat and LakeCat metrics, + Weber, Marc H, Hill, Ryan A., Brookes, Allen F. 2024, StreamCatTools: Tools to work with the StreamCat API within R and access the full suite of StreamCat and LakeCat metrics, https://usepa.github.io/StreamCatTools ``` ### Disclaimer diff --git a/docs/articles/LakeCat.html b/docs/articles/LakeCat.html index c21223c..31f990b 100644 --- a/docs/articles/LakeCat.html +++ b/docs/articles/LakeCat.html @@ -296,312 +296,6 @@

Get NLCD data
-df <- sc_nlcd(year='2006, 2019', aoi='watershed',
-              county='41003')
-knitr::kable(head(df))
- ------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
COMIDFIPSWSAREASQKMPCTSHRB2006WSPCTURBOP2006WSPCTURBMD2006WSPCTCROP2006WSPCTHAY2006WSPCTGRS2006WSPCTURBHI2006WSPCTHBWET2006WSPCTMXFST2006WSPCTOW2006WSPCTICE2006WSPCTDECID2006WSPCTWDWET2006WSPCTBL2006WSPCTURBLO2006WSPCTCONIF2006WSPCTOW2019WSPCTBL2019WSPCTWDWET2019WSPCTURBLO2019WSPCTDECID2019WSPCTICE2019WSPCTURBMD2019WSPCTHBWET2019WSPCTCONIF2019WSPCTURBOP2019WSPCTSHRB2019WSPCTCROP2019WSPCTHAY2019WSPCTMXFST2019WSPCTGRS2019WSPCTURBHI2019WS
237645194100312.585614.653.820.000.000.698.000.000.1916.090.1600.540.090.000.0455.740.160.000.090.040.8600.010.1965.623.8111.820.000.7614.052.600.00
2376275141003213.675325.755.110.050.048.217.310.000.3917.170.0400.971.350.000.4233.160.040.001.450.451.8500.090.3054.235.125.830.377.5320.032.720.01
23763039410035.85090.000.550.7455.9035.920.050.080.710.001.1700.001.520.023.350.001.180.021.553.210.0000.940.680.000.430.0057.2434.550.000.060.14
237628734100313.63413.099.9029.840.007.301.066.030.227.560.0101.520.460.1028.694.220.010.090.5528.381.54030.430.136.839.580.840.007.057.740.446.38
237633134100381.84780.003.478.0126.4149.490.142.490.600.000.4800.000.160.008.700.050.480.000.288.660.0008.950.480.033.080.0031.6843.160.000.173.02
237630234100319.98630.000.860.7149.4841.650.030.131.400.121.0800.031.080.013.120.311.030.011.152.900.0300.971.420.320.700.0060.3230.720.120.040.27
diff --git a/vignettes/LakeCat.Rmd b/vignettes/LakeCat.Rmd index f099a9d..b8bf305 100644 --- a/vignettes/LakeCat.Rmd +++ b/vignettes/LakeCat.Rmd @@ -65,11 +65,3 @@ In this example we access National Land Cover Dataset (NLCD) data for 2019, just df <- lc_nlcd(comid='23783629,23794487,23812618', year='2019', aoi='watershed') knitr::kable(df) ``` - -We can also pass a couple years for a different area of interest for another region like a county. - -```{r get_nlcd2} -df <- sc_nlcd(year='2006, 2019', aoi='watershed', - county='41003') -knitr::kable(head(df)) -```