Skip to content

Rewrote topmost taxon graph data extraction.

Mark HOEBEKE requested to merge fix--correct-topmost-value-computations into develop

Rewrote computation of topmost taxons:

  1. Extract names of most abundant taxons in survey over selected time period.
  2. Build top taxon dataframe by selecting only entries in macrofauna survey/timespan dataframe matching most abundant taxon names.
  3. Build 'Others' dataframe by:
  • Selecting all entries in macrofauna survey/timespan dataframe not matchin most abundant taxon names.
  • Replacing all taxon names with 'Other'
  • Grouping counts by time_group and averaging count values.
  1. Concatenate top taxon dataframe with 'Others' dataframe.

Merge request reports