Skip to content

thesixmax/desplim

Repository files navigation

desplim: Implementation of the DESPLIM algorithm

Project Status: Active - The project has reached a stable, usable state and is being actively developed. CodeFactor R-CMD-check

This package is the R implementation of the DESPLIM (deterministic split-merge) algorithm for geospatial districting.

Aside from the main algorithm, the package contains several helper functions, which can be utilised when working with sf LINESTRING and POLYGON data.

Installation

This package depends heavily on the spatial package sf. It is recommended to install this package first.

Execute the following to install the latest version of desplim:

library(devtools)
install_github("thesixmax/desplim")

In addition, the core functions can utilise parallel processing through the future framework, which is highly recommended.

install.packages("future")

The DESPLIM algorithm

An associated paper is forthcoming.

Extended documentation, including examples, is work in progress.

About

DESPLIM algorithm in R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages