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).
- Launch QGIS
- In the main menu, go to
Plugins
->Manage and install plugins...
- Go to
Settings
and make sureShow also experimental plugins
is checked - Go back to the
All
tab and search forGBIF occurrences
- Select the plugin and click on
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".
- Done! You'll notice a new QGIS layer for your occurrences. All details known by GBIF are also available as attributes.
- More filters should be implemented.
- Due to limitations of the GBIF API, searches are limited to 200,000 records.
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.)
-
Bump version number and update changelog in metadata.txt.
-
Submit the plugin to the QGIS plugins repository, after renaming the directory to
qgisgbifapi
. -
create a git tag and push it to github:
$ git tag v0.1-in-plugin-repo $ git push origin --tags