r_avenza | R Documentation |
Loads data colleted in the ipad app Avenza Maps arranges it by time stamp and returns an organized sf data frame. Requires that Avenza data is exported in GPX and SHP formats. This is done as the GPX data provides an detailed timestamp. Where in the SHP data provides easier to manage attribute data.
r_avenza(shp, gpx)
shp |
The shapefile data loaded as an sf object. |
gpx |
The gpx data loaded as an sf object. |
crs |
NOT IMPLEMENTED / PENDING The projection string or epsg code for the output data to transformed to. |
att |
NOT IMPLEMENTED / PENDING ... Additional attributes or data columns you wish to keep. For example, custom attributes fields generated in Avenza. By default, the point id, name, time, Photos, and desc fields are kept. |
gpsData <- r_avenza(shpData, gpxData, crs = 3157, attributes = c("")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.