-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adds write_dwc()
function (v1)
#119
Conversation
Currently generates metadata only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @peterdesmet for adding this important function to the package! Very much appreciated.
And I also appreciated both your improvements of the style of some other functions and the documentation.
As you wrote in the function itself, there are some TODO still. Could you please put them in issues, please? Then we can get an overview about the work to do. Another TODO task to add as issue as well is writing unit-tests for this function, am I right?
Adds
write_dwc()
function similar to https://inbo.github.io/movepub/reference/write_dwc.html that generates EML + DwC data. Does not yet take into account the changes suggested in tdwg/camtrap-dp#203.