HeRAMS_correct_coordinates | R Documentation |
Correct or complete coordinates in the herams_facilities.csv based on a second CSV table that contains correct coordinates
HeRAMS_correct_coordinates(heramsCSV, corrCSV, gpsX, gpsY, byX, byY)
heramsCSV |
character; path to the 'herams_facilities.csv' file (to be modified) |
corrCSV |
character; path to the table that contains correct coordinates |
gpsX |
character; vector of length 2 corresponding to the GPS column names in heramsCSV |
gpsY |
character; vector of length 2 corresponding to the GPS column names in corrCSV |
byX |
character; column name in heramsCSV used for matching rows |
byY |
character; column name in CorrCSV used for matching rows |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.