xaviermouy / SoundScope

Visualization and analysis tool for passive acoustic data
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Download csv spreadsheet summarizing detections per hour and day #14

Open xaviermouy opened 2 months ago

xaviermouy commented 2 months ago

Soundscope needs to have the ability for the user to download a csv spreadsheet summarizing the number of detections for a given time frame.

SoundScope is already creating these summary tables for the hourly and daily visualization tabs. So, implementing this would consist of dowloading the daily and hourly pandas dataframes.

The csv spreadsheet needs to include the following metadata:

The csv file needs to have at least the follwoing columns:

xaviermouy commented 2 months ago

@namariD and @GenevieveDavis, you mentioned that the csv file should be compatible with other tools and databases like Makara and PACM. Could you please indicate what other columns you need in the csv file and in what format ?

xaviermouy commented 2 months ago

After discussion with Annamaria dn Gen, the csv file should also include the following:

Header should include:

xaviermouy commented 2 months ago

From Gen:

It would be helpful having the following columns: -start date/time -end date/time -number of detections -"Manual_Review" -"Comments"

Exemple of spreadsheet currently used: NAVFAC_NC_201710_HAT03B_RIWH_DAILY_GMT_MM.csv

namariD commented 2 months ago

Here is an example dolphin spreadsheet. The columns listed by Gen work well for us as well. NEFSC_MA-RI_202011_COX01_dolphins_hourly.xlsx

All odontocete analysis is done in the timezone of the soundfiles and is hourly presence so we can adapt to whatever timezone is needed

namariD commented 2 months ago

In October, we will revisit this to have a template based on what the postgres database needs