Parse and render eBird datasets using leaflet heatmaps and headless chrome.
These are just the crucial files, not a working implementation.
https://github.com/glynnbird/countriesgeojson/
5 - common name
6 - scientific name
25 - lat
26 - lng
tail -n +2 <dataset> | cut -f5 | sort | uniq -c