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
/** * Example: individual count value > 0, but occurrence status is absent. */INDIVIDUAL_COUNT_CONFLICTS_WITH_OCCURRENCE_STATUS(WARNING, DwcTerm.individualCount),
/** * Occurrence status value can't be assigned to {@link OccurrenceStatus} */OCCURRENCE_STATUS_UNPARSABLE(WARNING, DwcTerm.occurrenceStatus),
/** * Occurrence status was inferred from the individual count value */OCCURRENCE_STATUS_INFERRED_FROM_INDIVIDUAL_COUNT(WARNING, DwcTerm.occurrenceStatus),
/** * Occurrence status was inferred from basis of records */OCCURRENCE_STATUS_INFERRED_FROM_BASIS_OF_RECORD(WARNING, DwcTerm.occurrenceStatus),
I guess we will get to the question on how do we deal with the interpreted values. Do we replace the value (e.g. dwc:occurrenceStatus) when it is inferred based on individualCount? I do not have the answer and do not have the time to go through all the comments in other issues. Linking relevant issue here:
OBIS portal does present interpreted value, but needs to know where to look for. Interpreted values are not included in downloads.
Team agrees to align the test occurrence_status_inferred_from_individual_count and use the same flags as GBIF whenever possible.
Acknowledge that good documentation is needed to document the flags and their definition.
From 2023-03-16 meeting:
Agrees to not amend occurrenceStatus value and populate a custom field "absence" from OBIS. The field is used to hide absence data from map by default.
obis-qc checks
absent
orpresent
.TDWG BDQ TG2 Tests
Validation
Amendment
Implementation
*= or similar values
GBIF flags
https://github.com/gbif/gbif-api/blob/dev/src/main/java/org/gbif/api/vocabulary/OccurrenceIssue.java
The definition of the flags are the document as above: https://gbif.github.io/gbif-api/apidocs/org/gbif/api/vocabulary/OccurrenceIssue.html
occurrenceStatus dictionary in GBIF: https://github.com/gbif/parsers/blob/master/src/main/resources/dictionaries/parse/occurrence_status.tsv
Related issues
The text was updated successfully, but these errors were encountered: