developmentseed / bioacoustics-frontend

Frontend code for the Google Bioacoustics project that's used by A2O Search
https://search.acousticobservatory.org/
MIT License
1 stars 0 forks source link

Download Results #47

Closed LanesGood closed 1 year ago

LanesGood commented 1 year ago

Problem

After receiving results, I need a way to inspect the data locally and further iterate on the results

Solution

A CSV download could provide an initial step for sharing my results and running further analysis. This CSV would ideally include all relevant data from the query response: Filename File ID Datetime Site Subsite Name Site ID Offset Wav/MP3 URL (composed)
geohacker commented 1 year ago

@oliverroick the CSV download ideally should happen entirely on the frontend. When the user requests to download:

geohacker commented 1 year ago

By default, this could return say the first 1000 results. Should we have a way for the user to say they need all 65k (or whatever the max number is)