Skip to main content

Find data gaps in eBird coverage for volunteer survey prioritization

Project description

Volunteer Hotspot Finder

Find data gaps in eBird coverage and propose survey missions to volunteers.

Status

🔨 In Progress — Foundation phase

Problem

Birdwatchers typically visit popular, already well-surveyed locations. This creates massive "blind spots" — areas with low observation coverage despite high biodiversity potential.

Solution

Grid-based analysis that identifies geographic cells with low eBird coverage, ranks them by priority, and outputs actionable survey recommendations.

Installation

pip install birdlife-hotspot-finder

Usage

from birdlife_hotspot_finder import HotspotFinder

finder = HotspotFinder.from_env()  # Reads EBIRD_API_KEY
gaps = await finder.find_gaps(region="RS", limit=10)

Output Formats

  • JSON (API response envelope)
  • CSV (spreadsheet import)
  • GeoJSON (maps — Leaflet, QGIS)

API Response Convention

Follows BirdLife API Response Convention:

{
  "data": [
    {
      "locationID": "...",
      "name": "Grid cell 44.8N 20.4E",
      "decimalLatitude": 44.8,
      "decimalLongitude": 20.4,
      "extensions": {
        "coverage.checklistCount": "0",
        "coverage.gapType": "spatial",
        "coverage.priorityScore": "0.85"
      }
    }
  ],
  "meta": {
    "resultType": "coverage-gaps",
    "gridSizeKm": "10"
  }
}

Community

Matrix

License

MIT — see LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

birdlife_hotspot_finder-0.1.1.tar.gz (60.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

birdlife_hotspot_finder-0.1.1-py3-none-any.whl (25.5 kB view details)

Uploaded Python 3

File details

Details for the file birdlife_hotspot_finder-0.1.1.tar.gz.

File metadata

  • Download URL: birdlife_hotspot_finder-0.1.1.tar.gz
  • Upload date:
  • Size: 60.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for birdlife_hotspot_finder-0.1.1.tar.gz
Algorithm Hash digest
SHA256 85c47eae6cb9361d87b6bc2c2c83ec2283eea5b2a51e49335de48e53bb072c99
MD5 909747b8272403d76953785009c47093
BLAKE2b-256 e852d03d982583b04d706499a292297217c3baa16a31cf39d424ae00f0389b29

See more details on using hashes here.

File details

Details for the file birdlife_hotspot_finder-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for birdlife_hotspot_finder-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b67f1c034792ad8a2df30734543c1da2759e4ed4524116cc70bcf779df2ba61c
MD5 76558de4d91a9b4dede7a2b6df5731a9
BLAKE2b-256 0a889c1ec22c4b243d545cc594a89b70c6f63ad9b55a789b921a1de262cd0c11

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page