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 source code links to about page 2fbd58dd9ee99c0568c0c8005bb7becafa8c2163 dleucas 2019-05-23 01:19:28
add download links 7cc06b24732d4167bf8d357c68098f19a66fd01d dleucas 2019-05-23 00:46:36
WIP notes on database fields 2cafc0525643f5dc0ed0a39bb1f914df4fae4f94 dleucas 2019-05-23 00:24:35
WIP notes on database fields 30cc261f4b22da6f6304b33bb57e65b2d145e931 dleucas 2019-05-22 23:43:27
more space for tables 332cdefc80e7d01046dbfe4198c16af92e85f1c4 dleucas 2019-05-22 23:42:50
spelling 48bfa46f40db11b1d120a113502d85916d166db9 dleucas 2019-05-22 23:42:22
ignore generated html files c303061b3e28314361be79b7eea01e38deb4cc52 dleucas 2019-05-22 22:39:25
add Makefile for pandoc based html5 generation 5537d1647e4b76b86bc54b9ce6383feb9618d226 dleucas 2019-05-22 22:37:48
fix spelling and use pandoc title d66f11d8c855ef270ebde81ff5a55473729633f2 dleucas 2019-05-22 22:30:08
Revert "fix spelling and use pandoc title feature" 4a5aca9355e0a2221591047e7b4b56b5e42414e6 dleucas 2019-05-22 22:23:50
fix spelling and use pandoc title feature dc3c3f6b98235fb9d7268ccd5b5c5fb62b52a93c dleucas 2019-05-22 21:54:03
WIP about page 2483c1505cd3379dc9609661e90a4718ea4f6aeb dleucas 2019-05-20 00:07:03
better site description 559a9ece7031d493cec54754aa8f125446e8ad37 dleucas 2019-05-17 15:46:45
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
Commit 2fbd58dd9ee99c0568c0c8005bb7becafa8c2163 - add source code links to about page
Author: dleucas
Author date (UTC): 2019-05-23 01:19
Committer name: dleucas
Committer date (UTC): 2019-05-23 01:19
Parent(s): 7cc06b24732d4167bf8d357c68098f19a66fd01d
Signer:
Signing key:
Signing status: N
Tree: ba7cfe0e5888e609b7f06b72201312a37d6a816f
File Lines added Lines deleted
webroot/about.md 13 0
File webroot/about.md changed (mode: 100644) (index cf7a47f..268b8b3)
... ... The following outlines the to-do's of the project.
74 74 - Analyze all sound clips and expose gained statistical values as search filters - Analyze all sound clips and expose gained statistical values as search filters
75 75 - Use the location description to get more precise location coordinates - Use the location description to get more precise location coordinates
76 76
77 ## Source Code
78
79 The [source code GIT repository][source] is currently hosted on RocketGIT.
80
81 It contains:
82
83 - Shell-Scripts to download, transform and index the data
84 - Scripts to analyze the audio clips
85 - Configuration for Apache Web-Server and ElasticSearch index.
86 - Website with Search UI and World Map
87
88 [source]: https://rocketgit.com/user/dleucas/wmmsdb
89
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