Skip to content

Commit

Permalink
bump mt647 and mt663 sample data
Browse files Browse the repository at this point in the history
brownag committed Jan 14, 2025
1 parent 806c1e1 commit 0d6d456
Showing 6 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions data/book/02/mt647.R
Original file line number Diff line number Diff line change
@@ -3,9 +3,12 @@ library(soilDB)

# use _PedonPC_Plus_DataDump_select (MLRA04 Bozeman)
# User Site ID: %MT647%
# NASIS Site: MLRA04%
# NASIS Group: 4-MIS Pedons
# NASIS Site: SSRO_Northwest
# NASIS Group: NW-MIS Point Data
#
# Note that this NASIS group now contains duplicate pedons.
# Exclude 1 set, should have 538 records in site/pedon

mt647err <- fetchNASIS(rmHzErrors = FALSE)
mt647 <- fetchNASIS()
mt647 <- fetchNASIS(rmHzErrors = TRUE)
save(mt647, mt647err, soilDB.env, file = "../data/book/02/mt647.rda")
Binary file modified data/book/02/mt647.rda
Binary file not shown.
Binary file removed data/book/02/mt647.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions data/book/02/mt663.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
library(aqp)
library(soilDB)
# use _PedonPC_Plus_DataDump_select (MLRA04 Bozeman)
# use _PedonPC_Plus_DataDump_select (SSRO_Northwest)
# User Site ID: 2015MT663%
# NASIS Site: MLRA04%
# NASIS Group: 4-MIS Pedons
# NASIS Site: SSRO_Northwest
# NASIS Group: NW-MIS Point Data
#
mt663 <- fetchNASIS(rmHzErrors = TRUE)

Binary file modified data/book/02/mt663.rda
Binary file not shown.
Binary file removed data/book/02/mt663.zip
Binary file not shown.

0 comments on commit 0d6d456

Please sign in to comment.