shawnlaffan / biodiverse

A tool for the spatial analysis of diversity
http://shawnlaffan.github.io/biodiverse/
GNU General Public License v3.0
75 stars 19 forks source link

Feature request: Table of diversity indices with index properties #889

Open vmikk opened 11 months ago

vmikk commented 11 months ago

It would be beneficial to introduce a (machine-readable) table or list of diversity indices supported by Biodiverse, detailing the properties of each index, to assist in automatically selecting appropriate visualization color schemes.

The table may show:

shawnlaffan commented 11 months ago

This can use the existing metadata infrastructure. Machine readability can be via export to JSON.

The main consideration is the notation to use. Possibly something like the standard bounds notation for continuous values, e.g. [0,1], (-Inf,+Inf). Or perhaps lower: 0, upper: 1 with other flags for inclusive/exclusive. Categorical data would just be a hash/dict: 0: Non-sig, 1: Neo, 2: Mixed, 3: Palaeo.

Divergent, sequential and categorical would be additional fields.

shawnlaffan commented 10 months ago

Metadata flags for ratio and divergent distributions were added in #893

shawnlaffan commented 10 months ago

Metadata was updated in #897

shawnlaffan commented 9 months ago

Support for categorical indices is in PR #899