Skip to content

dimitrisk/goal

Repository files navigation

goal

This is an R library for the analysis of geographical data. It includes 6 groups of functions.

Description

The 5 groups of functions are the following:

  1. (net) functions for the analysis of networks.

  2. (geo) functions for spatial-geometry conversions.

  3. (vis) functions for geographical visualization and interpretation of statistics.

  4. (uav) functions for analysis of UAV missions and flightpaths.

  5. (osm) functions for OpenStreetMap data analysis and downloading.

  6. (spa) functions for Spatial Analysis

Installation

You can install goal from GitHub with:

# install.packages("devtools")
library(devtools)

devtools::install_github("dimitrisk/goal")

Example

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

Licence Project Status: Active - The project has reached a stable, usable state and is being actively developed. GitHub all releases GitHub issues GitHub pull requests GitHub Repo stars GitHub R package version GitHub release (latest by date) GitHub last commit

Releases

No releases published

Packages

No packages published

Languages