Title: | Making Geospatial Objects |
---|---|
Description: | Draw geospatial objects by clicks on the map. This packages can help data analyst who want to check their own geospatial hypothesis but has no ready-made geospatial objects. |
Authors: | Heoncheol Ha [aut, cre] |
Maintainer: | Heoncheol Ha <[email protected]> |
License: | GPL-3 |
Version: | 2.0.0 |
Built: | 2025-02-24 03:17:21 UTC |
Source: | https://github.com/curycu/geodrawr |
This function run a Shiny application with map. You can shape your own geospatial line by clicks on the map and complete it with make button. If you click save button then your completed geospatial lines will be saved as a RDS file.
draw_lines()
draw_lines()
An object that represents the app. Printing the object or passing it to shiny::runApp() will run the app.
# Only run this example in interactive R sessions if (interactive()) draw_lines()
# Only run this example in interactive R sessions if (interactive()) draw_lines()
This function run a Shiny application with map. You can make your own geospatial point by click on the map. If you click save button then your geospatial points will be saved as a RDS file.
draw_points()
draw_points()
An object that represents the app. Printing the object or passing it to shiny::runApp() will run the app.
# Only run this example in interactive R sessions if (interactive()) draw_points()
# Only run this example in interactive R sessions if (interactive()) draw_points()
This function run a Shiny application with map. You can shape your own geospatial polygon by clicks on the map and complete it with make button. If you click save button then your completed geospatial polygons will be saved as a RDS file.
draw_polygons()
draw_polygons()
An object that represents the app. Printing the object or passing it to shiny::runApp() will run the app.
# Only run this example in interactive R sessions if (interactive()) draw_polygons()
# Only run this example in interactive R sessions if (interactive()) draw_polygons()