geodrawr

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

Installation

You can install the released version from GitHub with:

# 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