decouple_coordinates | R Documentation |
set up survey data for RS extraction
decouple_coordinates(df, uuid, lon, lat, cols_to_keep = NULL, pw)
df |
data.frame |
uuid |
|
lon |
|
lat |
|
a list containing a simple feature spatial object with a new unique ID (geo data)
## Not run: dat<- read_csv(here::here("dat/assessment_data.csv")) setup_geo_data(df = dat, uuid = "_uuid", lon = "_gps_reading_longitude", lat = "_gps_reading_latitude") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.