vessels

App hosted here

Lifecycle: experimental R build status

An app that shows the starting and ending positions of a ship in a Leaflet map. It also uses the spatial data to calculate the longest run between two time points using geosphere package.

NOTE: The data needs to be downloaded and saved under the inst/ folder.

Installation

You can install the development version from GitHub and run with:

# install.packages("devtools")
devtools::install_github("shahreyar-abeer/vessels")

# run
vessels::run_app()