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
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 have write_dwc() and write_eml().
I also really like the filter functions (e.g. filter_deployments()) from camtrapdp, how can I use them?
Overall, it seems like read_wi() should actually belong to camtrapdp 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:
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: