An open API service indexing awesome lists of open source software.

https://github.com/kyle-wannacott/shiny-app-for-geolocation-data

Shiny-App-For-Geolocation-Data in R programming language.
https://github.com/kyle-wannacott/shiny-app-for-geolocation-data

geolocation geolocation-data leaflet-map r shinyapp shinydashboard

Last synced: 7 months ago
JSON representation

Shiny-App-For-Geolocation-Data in R programming language.

Awesome Lists containing this project

README

          

# Shiny-App-For-Geolocation-Data

https://leewannacott.shinyapps.io/Shiny-App-For-Geolocation-Data/

1. This Shiny app allows for a .csv to be uploaded and displays GPS coordinate data on a Leaflet map.
2. The code needs to be configured for the specific data you are working with (column headers);
3. Currently it is configured to use the Example file. Example .csv file and R code has been included in the repository.

```Example visualisation of geolocation data on Leaflet map with icons set to change based on vessel type.```
![Screenshot](https://github.com/LeeWannacott/Shiny-App-For-Geolocation-Data/blob/master/Geolocation%20data%20displayed%20in%20leaflet%20map%20image.png)

TODO:
Add conditional checkboxes to table to select columns.