write_dwc()
now supports uppercaseanimal_project_code
s (#289).- Bug fix in
write_dwc()
where the function would return an error due to an updated dependency (#293).
- Add
NEWS.md
file to communicate changes to the package. - Add
depth_in_meters
field toget_acoustic_detections()
(#261). - Fix issue in
download_acoustic_dataset()
where some fields were missing fromdatapackage.json
. - Stricter unit tests (#268).
- Add funder and use default README.Rmd (#247).
- New function
write_dwc()
to transform acoustic telemetry data to Darwin Core that can be harvested by OBIS and GBIF (#257).
This releases updates the package to make use of the new model and scope of ETN. Have a look at this milestone for all issues that are included.
tag_serial_number
is now the primary identifier for tags. Tags can have multiple types, subtypes and sensors. Acoustic information is related to theacoustic_tag_id
.acoustic
scope remains completely covered, but is now reflected in function names. This allows us to implement additional scopes (e.g.cpod
) in the future.- Deprecations for old function names.
- New tutorial on acoustic scope (acoustic_telemetry.Rmd).