You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@peterdesmet So, If I understand you correctly a user is supposed to get custom/extra resources out of a Camera Trap Data Package via x$data, but via frictionless::read_resource()
Like this:
frictionless::read_resource(camtrapdp::example_dataset(), "individuals")
#> Error in `get_schema()`:#> ! Resource "individuals" must have a profile property with value#> "tabular-data-resource".
It seems like this currently doesn't work, because frictionless::read_resource() only supports tabular data. Do you have any plans on supporting non tabular data in frictionless::read_resource()?
Originally posted by @PietrH in #90 (comment)
The text was updated successfully, but these errors were encountered: