This project is not covered by Drupal’s security advisory policy.
This module provides integration with GBIF (Global Biodiversity Information Facility). Currently, only occurrences are supported. You can build views to directly display GBIF occurrences without storing them locally. Coupled with the Views Bulk Operations module (also for Drupal 9), you may use it to process GBIF occurrences on your website, e.g. importing them locally with the Migrate module.
Installation
This module requires PHP 7.2 or later.
Drupal 7
You will need the php-gbif library. In order to install it with Composer (see the Composer Manager module for Drupal 7), use the following command:
composer require restelae/php-gbif
Install the GBIF Views module. Ensure that the php-gbif library is detected in the status report.
Drupal 9
Install with Composer as usual:
composer require drupal/gbif2
The GBIF Views submodule relies on External Entities to provide provide direct Entity API integration with GBIF remote data.
Use
Add a new view of type "GBIF occurrences". Select desired fields and filters. Sorting is not supported by the GBIF API.
Project information
- Project categories: Integrations
- Ecosystem: Views Bulk Operations (VBO), External Entities
1 site reports using this module
- Created by fmb on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
Development version: 2.0.x-dev updated 26 Mar 2025 at 14:48 UTC


