-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
site(d) <- results in corrupt profiles #171
Comments
Narrowed the error condition (SPC validity method returns FALSE) down to inclusion of That is:
works as expected. The levels of those attributes do not quite do what they are supposed to with If we look at shared attributes between |
We should add some checks to I would love to work up a proper example for #172 that also pulls in some pertinent information from our databases (SSURGO from SDA). |
For some reason the NEON data once converted into an SPC does not play nicely with:
There is a lot of "magic" involved with getting the NEON data into R, resulting in a global environment full of objects. Also, the final object
S
contains many duplicated columns resulting from joins.This has nothing to do with
aqp::subset
, rather novel input data andsite(x) <-
.Setup:
Corrupt SPC here:
View error here:
The text was updated successfully, but these errors were encountered: