ShowMeTrackDesign | R Documentation |
ShowMeTrackDesign will take input layers of strata and transect design and display them using Leaflet with actual track flown overlay.
ShowMeTrackDesign(strata.path, transect.path, track.path, observer, years)
strata.path |
The path name to the .shp file of the stratification. Must be in a format
accepted by |
transect.path |
The path name to the .shp file of lines designating the transect design.
Must be in a format accepted by |
track.path |
The path name to the folder containing the track files. Track files must be .txt extension and contain lat, long, time, date. |
observer |
The observer initials to be used for track file selection. Track files must follow standard naming convention for track file objects to select observers correctly. |
years |
The years of track files to display. |
ShowMeTrackDesign is designed to take a directory path for a combination of stratification base layer,
aerial transect design, and actual track flown and display it using an interactive Leaflet map.
Clicking on strata will bring up the STRATNAME field associated with the click.
Clicking on a transect will display the
associated strata identification, transect numbering, recalculated (SPLIT) transect number
(see SplitDesign
), and length in kilometers. Similar to ShowMe
,
but with no option to include observations.
None
Charles Frost, charles_frost@fws.gov
https://github.com/USFWS/AKaerial
ShowMeTrackDesign(strata.path="C:/Habitat.shp", transect.path="My2016Transects.shp", track.path="c:/track files/", observer="CJF", years=2019)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.