geodrawr

An interactive tool for making geo-spatial objects by clicks on the map

Installation

To install the stable version from CRAN, simply run the following from an R console:

install.packages('geodrawr')

To install the latest development builds directly from GitHub, run this instead:

if (!require('devtools')) install.packages('devtools')
devtools::install_github('Curycu/geodrawr')

How to Use?

There are three draw tools :

library(geodrawr)

# draw_polygons()
# draw_lines()
# draw_points()

case polygons

draw_polygons

case lines

draw_lines

case points

draw_points