Skip to content

Commit

Permalink
trying to fix issue 106
Browse files Browse the repository at this point in the history
  • Loading branch information
bocinsky committed Dec 11, 2023
1 parent 2b95369 commit c2fed7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# FedData (development version)
- Updated the getting started article to not include a degree symbol in the Daymet graph, which caused compilation errors in Windows. Fixes [Issue #106](https://github.com/ropensci/FedData/issues/106).
- Updated `get_nlcd()` to inlcude the 2021 NLCD as the default, in response to [Issue #105](https://github.com/ropensci/FedData/issues/105).
- Updated outdated package description

Expand Down
4 changes: 2 additions & 2 deletions vignettes/articles/FedData.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ DAYMET <- get_daymet(
)
plot_map(DAYMET$tmax$`1985-10-23`,
layer.name = "TMAX on 23 Oct 1985 (ºC)",
layer.name = "TMAX on 23 Oct 1985 (Degrees C)",
maxpixels = terra::ncell(DAYMET$tmax)
)
```
Expand Down Expand Up @@ -182,7 +182,7 @@ plot_nhd(NHD, template = FedData::meve)
NHD[purrr::map_lgl(NHD, ~ (nrow(.x) != 0))] %>%
plot_map()
# You can also retriev the Watershed Boundary Dataset
# You can also retrieve the Watershed Boundary Dataset
WBD <-
get_wbd(
template = FedData::meve,
Expand Down

0 comments on commit c2fed7b

Please sign in to comment.