This is an R library for the analysis of geographical data. It includes 4 group of functions:
functions for the analysis of networks (net
).
functions for spatial-geometry conversions (geo
).
functions for geographical visualization and interpretation of statistics (vis
).
functions for analysis of UAV missions and flightpaths (uav
).
functions for OpenStreetMap data analysis (osm
).
functions for Spatial Analysis (spa
).
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:
You’ll still need to render README.Rmd
regularly, to keep README.md
up-to-date. devtools::build_readme()
is handy for this. You could also use GitHub Actions to re-render README.Rmd
every time you push. An example workflow can be found here: https://github.com/r-lib/actions/tree/v1/examples.