Description Usage Arguments Details Value Author(s) Examples
Runs quality check of checking authenticity of georeference protocols and flags accordingly.
1 | georeference_protocol_flag(gbif_data)
|
gbif_data |
Dataframe from GBIF with one mandatory field; georeferenceProtocol |
The function runs a quality check on georeference protocol of GBIF data. Checks if the georeferenceProtocol is valid. Generally, coordinates determined from GPS have an uncertainty of a few metres, especially if the Horizontal Dilution of Precision (HDOP) is also recorded. Coordinates determined from modern satellite maps, for example Google Maps/Earth are also quite precise (although beware of satellite image rectification issues). On the other hand coordinates determined from say 1:1 million maps, or from gazetteers accurate to one minute, are much less precise.
Same dataframe with one additional column; georeferenceProtocolFlag
thiloshon <thiloshon@gmail.com>
1 2 | dat <- rgbif::occ_data(scientificName = 'Ursus americanus')
flagged_dat <- georeference_protocol_flag(dat$data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.