-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Annotations | ||
|
||
## Data standards | ||
|
||
- [TDDWG Audiovisal Core Regions of Interest Vocabulary](https://ac.tdwg.org/termlist/#711-region-of-interest-vocabulary) | ||
|
||
- [TDWG Audiovisual Core Regions of Interest Recipes](https://github.com/tdwg/ac/blob/master/roi-recipes.md) | ||
|
||
- [Bioacoustic and Ecoacoustic Data in Audiovisual Core](https://ebaker.me.uk/talks/2024-09-tdwg) Talk at SPNHC-TDWG 2024 Conference (Okinawa, Japan) | ||
|
||
## Tools for handling annotations in R | ||
|
||
These functions define a new object class `Annotations` and associated functions that can be used to store, manipulate, edit and save annotations. | ||
|
||
- [`Anotation` class in `sonicscrewdriver`](https://sonicscrewdriver.ebaker.me.uk/reference/Annotation-class.html) Defines the `Annotation` class. | ||
|
||
- `merge_annotations()` in `sonicscrewdriver` Used to merge overlapping or adjacent `Annotation` objects. | ||
|
||
- `sort_annotations()` in `sonicscrewdriver` Used to sort a list of `Annotation` objects. | ||
|
||
### Sources of annotations | ||
|
||
- [`birdNetAnalyse()` in `sonicscrewdriver`](https://sonicscrewdriver.ebaker.me.uk/reference/birdNetAnalyse.html) Can optionally output identifications as `Annotation` objects. | ||
|
||
- `flytunes_annotations()` in `NHMDE` Outputs `Annotation` objects from Zooniverse exports of the FlyTunes project. | ||
|
||
### Saving annotations | ||
|
||
- [`writeAudacityLabels` in `sonicscrewdriver`](https://sonicscrewdriver.ebaker.me.uk/reference/writeAudacityLabels.html) Writes a list of `Annotation` objects as a label file for the audio editor Audacity. |