Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
/ geochecker Public archive

An R package to check the accuracy of geocoded coordinates using a Shiny gadget

License

Notifications You must be signed in to change notification settings

lmullen/geochecker

Repository files navigation

geochecker

An R package that lets you check the accuracy of geocoded coordinates using a Shiny gadget.

Author: Lincoln Mullen
License: MIT

CRAN_Status_Badge Travis-CI Build Status

Installation

To get the development version from GitHub, use devtools.

# install.packages("devtools")
devtools::install_github("lmullen/geochecker")

Use

Pass the geocheck() function a data frame containing latitudes and longitudes that have been geocoded. A Shiny gadget will open that will step you through each point and allow you to mark it as correct or to change the coordinates by clicking on the map. Be sure to save the data frame which is returned.

library(geochecker)
corrected <- geocheck(geocoded_cities, zoom = 8)

Screenshot of geochecker

Contributing

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

An R package to check the accuracy of geocoded coordinates using a Shiny gadget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages