aidanjohnson / dt7816

Acoustic Array for Tracking Coordinated Flight of Foraging Bats
GNU General Public License v3.0
0 stars 0 forks source link

Full metadata design #13

Open leewujung opened 6 years ago

leewujung commented 6 years ago
aidanjohnson commented 6 years ago

Database

Paper [1] proposes a database system that I think we might find useful. They have a similar goal of citizen biological science. Additionally, I found these papers, which could be of use:

For ideas on possible metadata fields this SQL-based system gives a template attribute file ('schema'). Lastly, here are some biological science metadata standards. Sorry I don't know how to approach the database aspect because I'm so unfamiliar with it.

Metadata

Otherwise I'm not sure what other metadata is desired besides the start of recording time and date (in file name) in ISO format, sunrise and sunset times (as file 'attributes') in Unix Epoch format, and a unique and custom identifier (in file name) because the AIFF file inherently saves the sampling rate and number of channels. One possibility I thought was to maintain the metadata format in the file name and have the AIFF file 'attributes' metadata set by LibAiff such that:

  1. longitude -- Name
  2. latitude -- Author
  3. sunset time (Unix seconds) -- Copyright
  4. sunrise time (Unix seconds) -- Annotation

The AIFF library we're using allows four fields of metadata called 'attributes' to be entered (Name, Author, Copyright, and Annotation).


[1] Marshall HH, Griffiths DJ, Mwanguhya F, Businge R, Griffiths AGF, Kyabulima S, et al. (2018). "Data collection and storage in long-term ecological and evolutionary studies: The Mongoose 2000 system". PLoS ONE 13(1): e0190740. https://doi.org/10.1371/journal.pone.0190740

[2] Roch, Batchelor, Baumann-Pickering, Berchok, Cholewiak, Fujioka, et al. (2016). "Management of acoustic metadata for bioacoustics". Ecological Informatics, 31, 122-136.

[3] Baker E, Price BW, Rycroft SD, Hill J, Smith VS. (2015). "BioAcoustica: a free and open repository and analysis platform for bioacoustics". Database: The Journal of Biological Databases and Curation. 2015:bav054. doi:10.1093/database/bav054.

[4] Roch, M., Baumann-Pickering, S., Hwang, D., Batchelor, H., Berchok, C., Cholewiak, D., et al. (2013). "Tethys: A workbench for bioacoustic measurements and environmental data". The Journal of the Acoustical Society of America, 134(5), 4176.

aidanjohnson commented 6 years ago

Decided on the ISO 19115 XML format by IOOS. Will use their example metadata as a guide. Will choose desired tags at later date.