For analyzing observations of species in the Galapagos from GBIF data.
pip install -r requirements.txt
This repository includes a small sample data set for testing, but to do the full analysis you will need to obtain a TSV extract of the GBIF data for the Galapagos islands. Update config.ini
to point to this data file if necessary, and then run:
./analyze.sh
This project redistributes the following in the data
directory:
ioc-names-14.1.xml
: The IOC World Bird List version 14.1 XML, released under a Creative Commons Attribution license.galapagos.geojson
: Galapagos island geometry extracted from Open Street Map, released under the Open Data Commons Open Database License.gbif-test.tsv
: Sampled species occurrence data in the Galapagos from GBIF, released under various Creative Commons licenses, none being more restrictive than CC-BY-NC.