Issue 18987

Metrics on taxon counts for checklists

18987
Reporter: dagendresen
Type: Feedback
Summary: Metrics on taxon counts for checklists
Resolution: Fixed
Status: Closed
Created: 2017-04-27 13:02:12.355
Updated: 2017-10-04 16:28:59.868
Resolved: 2017-10-04 16:28:59.843
        
        
Description: The Nordic CWR checklist source data-file includes 2753 taxa.

When presented in the GBIF portal the total number of taxa is reported as 3326. Apparently this metrics includes inferred higher taxonomy entities: order (41), family (103) and genus (429).

The expected behavior would be to count only the higher ranks (here "section" with 28 names) that correspond to data-records in the source data-file - and not these inferred higher ranks that do not correspond to any particular data-record reported in the source data-file.]]>
    


Author: mdoering@gbif.org
Created: 2017-04-27 13:51:35.869
Updated: 2017-04-27 13:51:35.869
        
Thanks Dag, I was wondering about that but never came to a final conclusion what the expected behavior is.

[~hoefft] in case we want to filter solr for only original taxa we need to add the origin property to the solr index so it will become searchable like
http://api.gbif.org/v1/species/search?datasetKey=8027d8d5-c8bc-4d54-bee9-f854f141b442&limit=0&origin=SOURCE

I thought it is already in solr, but apparently it isnt
    


Author: mdoering@gbif.org
Comment: Added to API in https://github.com/gbif/gbif-api/commit/38d58e7ecec8b26f3e36faa273aecd7b1f8461eb
Created: 2017-04-27 14:48:11.04
Updated: 2017-04-27 14:48:11.04


Author: mdoering@gbif.org
Comment: And to CLB solr index: https://github.com/gbif/checklistbank/commit/e67b7d087fdb244898c8d0d1ea3e4ee3b3273741
Created: 2017-04-27 14:49:36.072
Updated: 2017-04-27 14:49:36.072


Author: mdoering@gbif.org
Comment: http://api.gbif-uat.org/v1/species/search?limit=0&facet=origin
Created: 2017-05-03 11:38:50.84
Updated: 2017-05-03 11:38:50.84


Author: hoefft
Created: 2017-10-04 16:28:59.864
Updated: 2017-10-04 16:28:59.864
        
added to portal https://github.com/gbif/portal16/commit/44b5a40292c0f6901b3db47a9bee3841edb8f945
will be available on next prod build