Skip to content
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

Allow read_camtrap_dp to return details about warnings while reading one of the resouces #106

Closed
damianooldoni opened this issue May 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@damianooldoni
Copy link
Member

damianooldoni commented May 2, 2022

While trying solving #105, I found that sometimes a warning can arise during the reading of a datapackage (let'call it GMU8) such as "Warning message: One or more parsing issues, see problems() for details ". Such warning is generated by frictionless::read_resource() and so the user cannot run read_camtrap_dp() to find easily where parsing issues are as readr::problems(GMU8$observations) doesn't return anything.
At the moment only debugging using breakpoints in camtraptor::read_camtrap_dp allow me to find the rows of the csv causing the parsing issues. This should be definitely improved!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant