uncertainty_outofrange_flag: Flag records with incorrect coordinateuncertainity

Description Usage Arguments Details Value Author(s) Examples

Description

Runs quality check of checking if coordinateUncertaintyInMeters is wthin possible range.

Usage

1

Arguments

gbif_data

Dataframe from GBIF with one mandatory field; coordinateUncertaintyInMeters

Details

The Geopoint uncertainty (dwc:coordinateUncertaintyInMeters) should be a whole number and greater than zero (meters) coordinateUncertaintyInMeters=integer<0

Value

Same dataframe with one additional column; uncertaintyOutofRangeFlag

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

1
2
dat <- rgbif::occ_data(scientificName = 'Ursus americanus')
flagged_dat <- uncertainty_outofrange_flag(dat$data)

thiloshon/Biodiversity documentation built on May 20, 2019, 4:07 p.m.