orcasound / ambient-sound-analysis

This repository aims to hold code for UW MSDS capstone project analyzing ambient sounds in orcasound hydrophone data
MIT License
4 stars 4 forks source link

File accessor #17

Closed CaseCal closed 1 year ago

CaseCal commented 1 year ago

Object for abstracting file access.

Allows for entering a datetime range and receiving a dataframe. The object will handle querying appropriate files behind the scenes.

Ex.

ac = NoiseAcccessor(Hydrophone.ORCASOUND_LAB)
df = ac.create_df(dt.datetime(2023, 2, 1), dt.datetime(2023, 2, 2))