This is an R library for the analysis of geographical data. It includes 6 groups of functions.
The 5 groups of functions are the following:
-
(
net
) functions for the analysis of networks. -
(
geo
) functions for spatial-geometry conversions. -
(
vis
) functions for geographical visualization and interpretation of statistics. -
(
uav
) functions for analysis of UAV missions and flightpaths. -
(
osm
) functions for OpenStreetMap data analysis and downloading. -
(
spa
) functions for Spatial Analysis
You can install goal from GitHub with:
# install.packages("devtools")
library(devtools)
devtools::install_github("dimitrisk/goal")
This is a basic example which shows you how to solve a common problem:
library(goal)
#> rgeos version: 0.6-3, (SVN revision 696)
#> GEOS runtime version: 3.8.0-CAPI-1.13.1
#> Please note that rgeos will be retired during October 2023,
#> plan transition to sf or terra functions using GEOS at your earliest convenience.
#> See https://r-spatial.org/r/2023/05/15/evolution4.html for details.
#> Linking to sp version: 1.6-0
#> Polygon checking: TRUE