{% extends "base.html" %} {% set title = "Collect GBIF Data" %} {% block extra_head %} {% endblock %} {% block content %}

Start collecting orchid occurrence records from the Global Biodiversity Information Facility

Collection Parameters

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Start with 500 records to test the system
Leave blank for global collection
What you'll get:
  • Scientific names and taxonomic classification
  • Geographic coordinates and location data
  • Collection dates and collector information
  • Institution codes and catalog numbers
  • Common names where available
Back to Dashboard
Global Coverage

Records from museums, herbaria, and research institutions worldwide

Quality Data

Verified specimens from authoritative scientific sources

Fast Processing

Automated data processing and duplicate detection

{% endblock %}