GBIF occurrences directly displayed on a Drupal site
GBIF fields added in a view

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.

Supporting organizations: 
Sponsoring
Development

Project information

Releases