-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove read_wi()
from camtraptor
#351
Comments
Indeed, in my opinion as well: We are also moving camtraptor to read Camtrap DP version 1.0 (see the dev branch In this way:
@Rafnuss: I understand this can be quite complex: if you want, we can have an online meeting? Please, contact me at damiano.oldoni@inbo.be. I will be happy to meet you. |
@kbubnicki and I had a call with Jorge Ahumada from Wildlife Insights late October. He said that a Camtrap DP export is still on the roadmap for Wildlife Insights. It also makes much more sense that that functionality is controlled by them, so they can adapt it if necessary. So a |
read_wi()
in camtrapdp
?read_wi()
from camtraptor
Thank you @peterdesmet for the announcement. I will remove the function in dev version of camtraptor then. |
Thanks @damianooldoni for the explaination! It all makes perfect sense, looking forward to this v1.0. I probably should have use the branch version-1.0, but I managed to get around with converting my dataset back and forth... Not ideal, but this is a side project of holiday/weekend. @peterdesmet , great to hear about the plan to possibility export WI as Camtrap-DP! |
I'm still a bit confused about the different between
camtrapdp
and camtraptor` or more precisely, why are the underlying data package object in R not the same object in both R package.For instance, I'm using
read_wi()
to read my wildlife insight dataset, and I would like to create a Camera Trap Data Package. How can I do this? In.camtraptor
, I only havewrite_dwc()
andwrite_eml()
.I also really like the filter functions (e.g.
filter_deployments()
) fromcamtrapdp
, how can I use them?Overall, it seems like
read_wi()
should actually belong tocamtrapdp
in my opinon as the core aim of this function (at least in my sense) is to convert a wildlide insight dataset to the camtrap data package standard. I would then love to be able to use the datapacakge object in R also with the functionality of camtraptor, but that's more of a secondary aim.The text was updated successfully, but these errors were encountered: