A QGIS plugin to directly download and import GBIF occurrence data from the application interface.
Note: the plugin has been re-submitted to the QGIS plugins repository. If you used a previous version, you will need to uninstall it and reinstall it completely (update won't work).
Plugins
-> Manage and install plugins...
Settings
and make sure Show also experimental plugins
is checkedAll
tab and search for GBIF occurrences
Install plugin
Open the extension window from the main menu: Vector -> GBIF Occurrences -> Load GBIF Occurrences (alternatively, use the icon in the toolbar).
Fill in the details about yout search (for example: betta splendens occurring in Thailand) and click "Load occurrences".
First release ok! Feel free to report any bug or feature requests (or even better, contribute to improve it!)
$ make test
(Currently it is difficult to run tests on Mac OS X since Kyngchaos QGIS packages embed PyQt without the QtTest module.)
qgisgbifapi
.create a git tag and push it to github:
$ git tag v0.1-in-plugin-repo $ git push origin --tags