-
Notifications
You must be signed in to change notification settings - Fork 0
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
Should read_camtrapdp()
also read custom/non tabular data to x$data
?
#90
Comments
I would't read custom resources:
|
Alrighty! I would suggest making note of this behaviour (we don't read everything, only default tables) in the documentation of |
Ok, please do. 👍 |
@damianooldoni We discussed the |
I still consider reading these out of scope. The user of camtrapdp doesn't know data are attached to |
|
Indeed, thus not something we control (and should implement in) camtrapdp. Informing additional resources exist is sufficient. |
While working on the print method I came across the fact that there are less
x$data
objects thanx$resources
forexample_dataset()
:example_dataset()
currently includes one non standard resource:individuals
, currently this resource is not read in byread_camtrapdp()
at all.This is certainly possible because it's a simple json array, very quick and dirty:
Created on 2024-07-03 with reprex v2.1.0
We'd also have to account for custom tabular data I suppose?
Is this something we want to support? It certainly feels convenient, but might be a hassle to maintain because it seems quite open ended. Opinions?
The text was updated successfully, but these errors were encountered: