Skip to content

Instantly share code, notes, and snippets.

View RichardKelly84's full-sized avatar

Richard Kelly RichardKelly84

View GitHub Profile
@RichardKelly84
RichardKelly84 / taxon_sunburst.py
Created April 10, 2026 16:48
Taxonomic sunburst visualization for OBIS datasets — run with: uv run taxon_sunburst.py --obis <dataset-uuid>
# /// script
# requires-python = ">=3.10"
# dependencies = [
# "duckdb",
# "pandas",
# "plotly",
# ]
# ///
"""Taxonomic sunburst visualization for OBIS datasets and CSV files.