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
List of commits:
Subject Hash Author Date (UTC)
add link to world map e865344ba45c24781889924747d0777bbd74128c dleucas 2019-05-17 15:41:51
add map using arcgis.js facbffd944ef65cdea19ec292633b75d1232cd2b dleucas 2019-05-17 14:52:40
add location and date 55d68f71ef5da4edf39b2aad1ac0e55c9236e3b8 dleucas 2019-05-17 14:47:50
document GeoJSON command 8a0c9437ad2c7920d48125ab16795e9d2eb4aae7 dleucas 2019-05-17 02:43:44
working coordinate conversion 93690c423d103a8c643eb736c49f5086c97569ab dleucas 2019-05-17 02:26:16
WIP GeoJSON transformation 0fb3c00fe05abdab66a505526412273340a57c02 dleucas 2018-08-04 03:16:55
add filter by location name 043ca941dd733b0c36274576ec17680255f75646 dleucas 2018-07-25 20:13:46
index settings for location name. also use english for notes 6ccc4e6332fb40b2556c2570e9c3cdbb5a48f8a3 dleucas 2018-07-25 20:13:19
add location names c67e4b4eea6c4ef16337e3eac6eb10ae16393430 dleucas 2018-07-25 18:32:45
use tables for result display and add sort options 19d650a762c7eee577068f17af8af6042e68706f dleucas 2018-07-24 00:28:13
enlarge image on click, display acoustat values cd4cdd355ea4fcd09dbb3c5a3dd46b9e1a2695e5 dleucas 2018-07-23 23:39:39
typo, P2 was not assigned correctly 4fd59e536c917da8a828f30165aae953a6c9455b dleucas 2018-07-23 23:38:58
change spectrogram paramters 14777e7d7c82c664b1fcc3b588fa123e8e124d04 dleucas 2018-07-23 23:38:31
acustat, dl link, spectograms da953b3e7c5c3b4ee2d523ee9773b5c379b4fec1 dleucas 2018-07-22 00:39:51
scripts for processing wave audio files d23b5a2edc5b279ac6998a754a765e6a9e4dcda2 dleucas 2018-07-21 20:04:10
mapping for acoustat time and frequency properties 57007aab9e4b1af93ec97f9fc4743952d3e2ca77 dleucas 2018-07-21 19:59:19
add observation date to UI, facet filter grouping 3fdc0629d9b4dfb8238086569bb4cb666a1657ac dleucas 2018-07-19 22:34:43
image size to 100% and genus list with 50 items 9220f78daa9ad082b2e45b1e115e14747ca8973c dleucas 2018-07-19 19:56:53
add observation date ff39768120d7967104b3da4ca586fef0d7da52db dleucas 2018-07-19 19:55:45
embed sound file, display spectogram 667ac83016e4ffbf0c410057b40abdfd9dc87470 dleucas 2018-07-18 23:48:32
Commit e865344ba45c24781889924747d0777bbd74128c - add link to world map
Author: dleucas
Author date (UTC): 2019-05-17 15:41
Committer name: dleucas
Committer date (UTC): 2019-05-17 15:41
Parent(s): facbffd944ef65cdea19ec292633b75d1232cd2b
Signer:
Signing key:
Signing status: N
Tree: 116ba148717f99f82b6f8204581a1b9068f06f92
File Lines added Lines deleted
webroot/index.html 1 0
File webroot/index.html changed (mode: 100644) (index 2491518..266be56)
... ... header {
340 340 <p>Data originally from <a href="https://whoicf2.whoi.edu/science/B/whalesounds/">Watkins Marine Mammal Sound Database, Woods Hole Oceanographic Institution</a></p> <p>Data originally from <a href="https://whoicf2.whoi.edu/science/B/whalesounds/">Watkins Marine Mammal Sound Database, Woods Hole Oceanographic Institution</a></p>
341 341 <p><a href="https://rocketgit.com/user/dleucas/wmmsdb">Source Code</a> used to download, transform and index the metadata.</p> <p><a href="https://rocketgit.com/user/dleucas/wmmsdb">Source Code</a> used to download, transform and index the metadata.</p>
342 342 <p>Download data as JSON file: <a href="wmmsdb.v20180720.json.xz">wmmsdb.v20180720.json.xz</a></p> <p>Download data as JSON file: <a href="wmmsdb.v20180720.json.xz">wmmsdb.v20180720.json.xz</a></p>
343 <p><strong>17. May 2019:</strong> Explore all recordings on a <a href="map.arcgis.html">world map</a> or download in GeoJSON format <a href="wmmsdb.v20190517.geojson.xz">wmmsdb.v20190517.geojson.xz</a></p>
343 344 </section> </section>
344 345 <section id="search"> <section id="search">
345 346 <div class="facet-view-simple"></div> <div class="facet-view-simple"></div>
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