User Guide¶
Welcome to the Species Explorer User Guide! This guide will help you get started with exploring biodiversity data in QGIS.
What is Species Explorer?¶
Species Explorer is a QGIS plugin that connects to the Global Biodiversity Information Facility (GBIF) to fetch and visualize species occurrence data. GBIF is the world's largest biodiversity database, containing over 2 billion occurrence records from around the globe.
Getting Started¶
-
Learn how to install Species Explorer in QGIS
-
Get up and running in 5 minutes
-
Detailed guide on all features
-
Frequently asked questions
Key Concepts¶
Species Occurrence Data¶
An occurrence record is a documented observation of a species at a specific location and time. This can include:
- Museum specimen collections
- Field observations
- Citizen science records
- Research survey data
GBIF Integration¶
Species Explorer uses the GBIF REST API to:
- Search for species by name
- Retrieve taxonomic information
- Download occurrence records
- Create point layers in QGIS
Data Attributes¶
Each occurrence point includes attributes such as:
| Attribute | Description |
|---|---|
gbifID |
Unique GBIF identifier |
scientificName |
Full scientific name |
decimalLatitude |
Latitude coordinate |
decimalLongitude |
Longitude coordinate |
eventDate |
Date of observation |
basisOfRecord |
Type of record (specimen, observation, etc.) |
countryCode |
ISO country code |