Skip to content

peterneish/gbif-soundscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBIF Soundscape

soundscapes from GBIF

###See it running at peterneish.github.io/gbif-soundscape/

With the introduction of sound, images and video into the GBIF portal and API, we are able to use this facility to reconstruct the "soundscapes" of particular regions by compiling the bird and frog sounds from those regions.

This round 2 entry builds upon our previous entry by incorporating more data and an almost completely re-written user interface. Users can now build their own soundscapes by adding and removing taxa through the site. Users can also generate soundscapes based on location, type of organism (bird or frog) and season (winter or summer).

Installation

All files are included in the bundle, so either download the zip file, or run:

git clone https://github.com/peterneish/gbif-soundscape.git

to run a local webserver, you can do something like this:

python -m SimpleHTTPServer 8000

and then visit http:\\localhost:8000 in a web browser.