Soundscape AWS OpenData Sharing¶
Code for managing data that is shared as the Pacific Ocean Sound Recordings in the AWS Open Data Sharing program.
Installation¶
See Installation for details on how to install the code.
Commands¶
- python opendata/run.py sync_push [bucket] -d [wav path] - Sync an entire wav directory to a bucket.
- python opendata/run.py sync_pull [bucket] -d [data path] - Sync a bucket to a directory
- python opendata/run.py upload [bucket] - Upload select wav files to a bucket
- python opendata/run.py query_logs --start [start year month] - Query use logs
- python opendata/run.py summarize_logs --year [year] - Summarize year to date use logs
- python opendata/run.py slack_post --start [start year month] - Summarize year to date use logs
- python opendata/run.py -h - Print help message and exit.
Related work¶
- Description of the MBARI MARS hydrophones. http://bitbucket.org/mbari/pacific-sound
- A link to this is embedded in MBARI .wav files
- Installation on the production machine cetacean.shore.mbari.org of this code is done with the deploy-soundscape repository.