dleucas / wmmsdb (public) (License: GPLv3) (since 2018-07-08) (hash sha1)
A collection of scripts to download, transform and normalize the Watkins Marine Mammal Sound Database.

Credit:

“Watkins Marine Mammal Sound Database, Woods Hole Oceanographic Institution.”

http://cis.whoi.edu/science/B/whalesounds/index.cfm
No history found.

README.md:

Watkins Marine Mammal Sound Database, Woods Hole Oceanographic Institution

Remastered Deluxe Edition

Overall Goal

Make the Sound Database more accessible and useful for researchers

  • Download all metadata
  • Transform metadata to a descriptive modern JSON schema
  • Index metadata into ElasticSearch for easy exploration and search
  • Import metadata into SQLite for advanced queries
  • Document metadata before and after transformation

Install

Download or clone this repository and install the following tools:

  • bash
  • curl
  • wget
  • jq
  • Xidel
  • elasticsearch-1.7.6

A configuration for ElasticSearch is provided in srv/elasticsearch.yml

Usage

  • ./download.sh
  • ./transform.sh
  • ./index.sh

Transform to GeoJSON for use with World Map

  • ./GeoJSON.jq data/transformed.json > wmmsdb.geojson

Search Interface Setup

TODO

Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/dleucas/wmmsdb

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/dleucas/wmmsdb

Clone this repository using git:
git clone git://git.rocketgit.com/user/dleucas/wmmsdb

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main