extract_gps | R Documentation |
Create gps.csv files used by Echoview.
extract_gps(df, lat = df$lat, long = df$long, date_time = df$datetime)
lat |
Latitude in decimal degrees. |
long |
Longitude in decimal degrees. |
date_time |
Date/time field in ISO 8601 date format (e.g., %Y-%m-%d %H:%M:%S). |
A data frame containing Date
, Time
, latitude
, and longitude
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.