riparias / rato-occurrences

DwC mapping of RATO vwz occurrences
MIT License
0 stars 1 forks source link

Avoid occurrenceStatus is `NA` #126

Closed PietrH closed 3 months ago

PietrH commented 10 months ago
          avoid occurrenceStatus is `NA`

Originally posted by @PietrH in https://github.com/riparias/rato-occurrences/issues/48#issuecomment-1831939356

Currently we have a number of objects/records that do not have an occurenceStatus in the DwC output. I believe, if occurenceStatus is missing, it will be interpreted as present most of the time anyway, so we should look into why we have somany NA values for occurrenceStatus, and what can be done about it.

PietrH commented 10 months ago
dplyr::filter(dwc_occurrence, is.na(occurrenceStatus))

3,039 records as of writing