center_of_the_country_coordinates_flag: Flag records with coordinates of center of the country

Description Usage Arguments Details Value Author(s) Examples

Description

Flag records with decimalLatitude/decimalLongitude=spatial buffered centre of country

Usage

1

Arguments

gbif_data

Dataframe from GBIF with two mandatory fields; "decimalLatitude", "decimalLongitude"

Details

When coordinates are not known auto georefences makes the center of the country the coordinate. This flag brings that out

Value

Same dataframe with one additional column; centerofTheCountryCoordinatesFlag

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

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

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