You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a given dataset, I want to know how many records have a certain basis of record. I also want to know how many of those are invalid. I envision this as a bar chart, where the records are grouped in categories based on basis of record.
Outcome
dataset_key
bor_preserved_specimen // Preserved specimens
bor_fossil_specimen // Fossil specimens
bor_living_specimen // Living specimens
bor_material_sample // Material samples
bor_observation // Observations
bor_human_observation // Human observations
bor_machine_observation // Machine observations
bor_literature // Literature occurrences
bor_unknown // Unknown
Terms we need
basisOfRecord
Ideally, use null if count is 0.
Questions
BASIS_OF_RECORD_INVALID returns 0 results. Most likely covered by Unknown evidence, can thus be ignored.
The basisOfRecord categories that GBIF provides are mutually exclusive.
Process
/* Map basisOfRecord to categories */
The text was updated successfully, but these errors were encountered:
Description
For a given dataset, I want to know how many records have a certain basis of record. I also want to know how many of those are invalid. I envision this as a bar chart, where the records are grouped in categories based on basis of record.
Outcome
Terms we need
Ideally, use
null
if count is 0.Questions
Unknown evidence
, can thus be ignored.basisOfRecord
categories that GBIF provides are mutually exclusive.Process
/* Map basisOfRecord to categories */
The text was updated successfully, but these errors were encountered: