README.md

Shiny Developer - Appsilon

About the app

This app is part of the hiring process at Appsilon. The time invested exploring the data and building the app was around 24 hours.

The main idea of the app is to present some AIS signal information of a huge list of vessels. Among other things, each observation is associated with a pair of latitude and longitude and the task is to discover the longest distance (in meters) without any signal for each vessel. This information should be presented in a map (using the leaflet library) and the app should be made using the shiny.semantic package.

In the data path, I also added the raw (omitted in GitHub) and preprocessed data. In the inst/extdata/analysis I added the scripts I used to explore and process the data.

Some assumptions I made during the process:

Installation

To install it from my github:

devtools::install_github("DouglasMesquita/marineApp")

Run it

marineApp::marineApp()

Links

Next steps



DouglasMesquita/marineApp documentation built on Dec. 17, 2021, 5:29 p.m.