Description Usage Arguments Details Value Author(s) See Also Examples
generate a footprintWKT column for a dataset (preferably DarwinCore eventCore). Lowest level events must be point locations.
1 | dataQC.generate.footprintWKT(dataset, NA.val=NA)
|
dataset |
data.frame. A data.frame with Event data, formatted as a DarwinCore EventCore file. Must include decimalLatitude, decimalLongitude, eventID and parentEventID. |
NA.val |
character. What to fill in when there is no data. Default NA |
This function will format the geographic coordinates of an event (in the fields decimalLatitude and decimalLongitude) into the WellKnownText format. For events that are at the lowest level of the hierarchy, it assumes a single point location. Higher level events are desribed by polygons based on the coordinates of the child events.
a vector with a footprintWKT value for each row in the dataset
Maxime Sweetlove ccBY 4.0 2020
Other quality control functions:
dataQC.LatitudeLongitudeCheck()
,
dataQC.TaxonListFromData()
,
dataQC.TermsCheck()
,
dataQC.completeTaxaNamesFromRegistery()
,
dataQC.dateCheck()
,
dataQC.eventStructure()
,
dataQC.findNames()
,
dataQC.guess.env_package.from.data()
,
dataQC.taxaNames()
1 2 3 4 | dataQC.generate.footprintWKT(data.frame(decimalLatitude="23",
decimalLongitude=45,
eventID="sample_1"),
NA.val=NA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.