Skip to content

Commit

Permalink
Update LakeCat vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
mhweber committed Apr 11, 2024
1 parent 9bb404a commit b8b86b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 316 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<!-- badges: end -->



## 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.


Expand Down Expand Up @@ -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
Expand Down
306 changes: 0 additions & 306 deletions docs/articles/LakeCat.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions vignettes/LakeCat.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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))
```

0 comments on commit b8b86b5

Please sign in to comment.