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
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!
The text was updated successfully, but these errors were encountered:
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, seeproblems()
for details ". Such warning is generated byfrictionless::read_resource()
and so the user cannot runread_camtrap_dp()
to find easily where parsing issues are asreadr::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!The text was updated successfully, but these errors were encountered: