Skip to content

Commit

Permalink
fetchNASIS: add ecostatename, ecostateid, commphasename, commphaseid …
Browse files Browse the repository at this point in the history
…to columns returned from Site Observation table
  • Loading branch information
brownag committed Nov 12, 2024
1 parent bb4ab12 commit 27968a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: soilDB
Type: Package
Title: Soil Database Interface
Version: 2.8.5
Version: 2.8.6
Authors@R: c(person(given="Dylan", family="Beaudette", role = c("aut"), email = "[email protected]"),
person(given="Jay", family="Skovlin", role = c("aut")),
person(given="Stephen", family="Roecker", role = c("aut")),
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# soilDB 2.8.6 (development)
- `fetchNASIS()` and `get_site_data_from_NASIS_db()` now return Ecological Site State and Community Phase information (ecostatename, ecostateid, commphasename, commphaseid columns) from Site Observation table

# soilDB 2.8.5 (2024-11-04)
- `fetchLDM()` add support for `area_type` argument with local database connections (`dsn` argument)
- `fetchSCAN()` updates:
Expand Down
3 changes: 2 additions & 1 deletion R/get_site_data_from_NASIS_db.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ utmzone, utmeasting, utmnorthing, horizdatnm,
longstddecimaldegrees as x_std, latstddecimaldegrees as y_std, longstddecimaldegrees, latstddecimaldegrees,
gpspositionalerror, descname as describer, pedonpurpose, pedontype, pedlabsampnum, labdatadescflag,
tsectstopnum, tsectinterval, utransectid, tsectkind, tsectselmeth,
elev as elev_field, slope as slope_field, aspect as aspect_field, plantassocnm,
elev as elev_field, slope as slope_field, aspect as aspect_field,
ecostatename, ecostateid, commphasename, commphaseid, plantassocnm,
siteobs_View_1.earthcovkind1, siteobs_View_1.earthcovkind2, erocl,
bedrckdepth, bedrckkind, bedrckhardness, pmgroupname,
hillslopeprof, geomslopeseg, shapeacross, shapedown, slopecomplex, drainagecl,
Expand Down

0 comments on commit 27968a3

Please sign in to comment.