ITH

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.

class ITH(at: str = 'habitat_map')[source]

Bases: object

ITH summary (global score plus optional per-habitat dispersion).

stem(subject_id: str) → str[source]

Return the PNG stem <subject>_ith_summary.

draw(ctx: SubjectContext) → 'Figure' | None[source]

Draw the ITH panel, or None when the map has no habitats.

__init__(at: str = 'habitat_map') → None