Skip to content

Commit

Permalink
Fix for get_NASIS_table_name_by_purpose() for vegetation related
Browse files Browse the repository at this point in the history
tables / new queries in 2.7.8
  • Loading branch information
brownag committed Sep 8, 2023
1 parent 380440f commit ac3457a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- Bug fix for `get_vegplot_transpoints_from_NASIS_db()`; using wrong record ID for transect points

- `get_NASIS_table_name_by_purpose()` now includes `"pointplantcoverdetails"`, `"plantprodquadratdetails"` in the `"vegetation"` table purpose group

# soilDB 2.7.8 (2023-08-29)

- Added new SoilWeb "Web Coverage Service" vignette (https://ncss-tech.github.io/soilDB/articles/wcs-ssurgo.html) related to creating thematic maps using grids of mapunit keys from SoilWeb with aggregated tabular data from Soil Data Access.
Expand Down
4 changes: 3 additions & 1 deletion R/get_NASIS_table_name_by_purpose.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ get_NASIS_table_name_by_purpose <- function(purpose = c("metadata", "lookup", "n
"plottreesiteindexsummary",
"plottreesiteindexdetails",
"comparativeyielddata",
"comparativeyieldrefquadrats"
"comparativeyieldrefquadrats",
"pointplantcoverdetails",
"plantprodquadratdetails"
),
project = c(
"project",
Expand Down

0 comments on commit ac3457a

Please sign in to comment.