Skip to content

Commit

Permalink
Corrected typological error
Browse files Browse the repository at this point in the history
  • Loading branch information
cmerikson committed May 12, 2024
1 parent 53a495b commit 5ff39c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Transport Shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ui <- fluidPage(
HTML("<p>This app calculates the distance moved for each subsequent survey date and the total distance moved in meters.<p>
<p>Store all data in one folder and enter the path to this folder. Do not include quotation marks in the path name.<p>
<p>Files may be a combination of .csv or .xlsx. A .shp centerline must be included as well.<p>
<p>Specify the coordinate reference system. The default in WGS84 UTM Zone 18N. Dates must be real.</p>
<p>Specify the coordinate reference system. The default is WGS84 UTM Zone 18N. Dates must be real.</p>
<p>After processing, results in the table can be downloaded. Processing times are long for many files.</p>"),
textInput("folder_path", "Enter Folder Path:", value = ""),
textInput("crs", "Enter CRS:", value = "32618"),
Expand Down

0 comments on commit 5ff39c1

Please sign in to comment.