Closed andydawson closed 9 years ago
It's a varved record that doesn't seem to have depth associated with the varves. I'm going to check this a bit further but want to make some notes here:
get_chroncontrol
fails, it fails because there is no information returned in the Neotoma API's data
slot, even though the object is returned with success == 1
AgeType
s are distributed as one might expect (mostly Radiocarbon, a few Varves. . . )controls
component. They simply describe the model used, but don't define any age controls.The fix for this is now in a new branch iss178. I'm going to leave it in the branch for a couple days. I'm not sure if having returning an error or an empty chroncontrol is the best option. If you want to check it out @andydawson let me know what you think.
I've now merged the branch iss178 with the master branch as part of broader changes to get_chroncontrol
. This issue is resolved.
When I try to use get_chroncontrol to pull chronology with id 1430 I get the following:
Error in do.call(rbind.data.frame, lapply(aa, "[[", "controls")[[1]]) : second argument must be a list
The core is varved, but does have a chronology id so I don't know if it actually exists in the neotoma db as a geochron object or not.
@SimonGoring :)