Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.64 KB

kesrp.md

File metadata and controls

25 lines (17 loc) · 1.64 KB
layout title permalink
page
Kauai Endangered Seabird Recovery Project (KESRP)
/kesrp/

KESRP LOGO

KESRP is an ambitious non-profit located on the island of Kauai, Hawaii. They monitor and research three endangered seabirds that breed on the island, the Newell's Shearwater, Hawaiian Petrel, and Band-rumped Storm-petrel. You can find their homepage here

During my time as the Database manager and Data analyst at KESRP, I created many useful tools working with Audio Recording units, RECONYX game cameras, and Access databases. This page summarizes these tools.

Download codes for Audio Recording Units

SM4

Audio Recording Units (ARU) are cutting edge field audio recorders used throughout the world to record bats, birds, and insects for biological surveying. They are highly useful, but can lead to data challenges, particularly when used in high numbers. They create vast amounts of data that needs to be downloaded off of SD cards, organized, summarized, and stored locally.

Another issue with these units is they can use multiple SD cards which need to be matched up and logged correctly. This quick downloader in R, allows you to download from as many local SD card readers as you can manage, organizes their files, and creates a log file to easily manage your data. This code works great for SM2 and SM4 units made by Wildlife Acoustics.

The link to the code is here

Database analysis

Coming soon...