Skip to content

Shiny app to quickly plot latitude/longitude points via copy-paste from spreadsheet.

Notifications You must be signed in to change notification settings

RhettRautsaw/CoordinateMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coordinate Mapper

Rhett M. Rautsaw

This repository contains the underlying code for the Coordinate Mapper Shiny application hosted at RhettRautsaw.app/shiny/CoordinateMapper

This app is designed to quickly map and visualize decimal degree data points and color them by a given category. The app takes a single 4 column tab-delimited copy-paste input.

Column 1 Column 2 Column 3 Column 4
ID Category Latitude Longitude

TO DO LIST (Additions)

  • Ability to change color of points
  • Click add points & export coordinates

Running the Application Locally

This app can also be run through R:

library(shiny)

# Easiest way is to use runGitHub
runGitHub("CoordinateMapper", "RhettRautsaw")

# Run a tar or zip file directly
runUrl("https://github.com/RhettRautsaw/CoordinateMapper/archive/master.tar.gz")
runUrl("https://github.com/RhettRautsaw/CoordinateMapper/archive/master.zip")

To run a Shiny app from a subdirectory in the repo or zip file, you can use the subdir argument. This repository happens to contain another copy of the app in inst/shinyapp/.

runGitHub("CoordinateMapper", "RhettRautsaw", subdir = "inst/shinyapp/")

runUrl("https://github.com/RhettRautsaw/CoordinateMapper/archive/master.tar.gz",
  subdir = "inst/shinyapp/")

About

Shiny app to quickly plot latitude/longitude points via copy-paste from spreadsheet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published