Description Usage Arguments Details Value Note Author(s) References See Also
Separate coordinates with a format different to decimal degrees and check that the coordinates in this format are into range (latitude: -90, 90 degrees and longitude: -180, 180 degrees)
1 2 |
data |
Vector of characters. Name of the input file. |
path |
Vector of characters. Path to the input file. |
rd.frmt |
Vector of characters. The file format to read.
By default it will be read as a R object using the
|
wrt.frmt |
Vector of characters. Format to save output
file. By default it will be written as a R object using
|
save.right.in |
Vector of characters. Path to the output file for each species with coordinates in the correct format. |
save.wrong.in |
Vector of characters. Path to the output file for each species with coordinates in the wrong format. |
For more details about the formats to read and/or write, see
readAndWrite
function.
The headers of the input file must follow the Darwin Core standard [1]. The user can see the guide using data('ID_DarwinCore) command.
For each species, if this is the case, two output files data.frame class: The first one has the correct coordinates for the species and the second one has the wrong coordinates for the same species.
See: R-Alarcon V. and Miranda-Esquivel DR. (submitted.) geocleaMT: An R package to cleaning geographical data from electronic biodatabases.
R-Alarcon Viviana and Miranda-Esquivel Daniel R.
[1] Wieczorek, J. et al. 2012. Darwin core: An evolving community-developed biodiversity data standard. PloS One 7: e29715.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.