README.md

stdbscan

Lifecycle:
experimental Codecov test coverage CRAN status downloads R-CMD-check

Overview

stdbscan implements the ST-DBSCAN (Spatio-Temporal DBSCAN) algorithm developed by Birant & Kut (2007). It extends DBSCAN by adding a temporal parameter that allows spatio-temporal clustering.

For performance and compatibility, this package heavily relies on dbscan. All CPU-consuming functions are written in C++ via Rcpp.

Installation

You can install the released version of stdbscan from CRAN with:

install.packages("stdbscan")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("MiboraMinima/stdbscan")

Usage

An example of the application of stdbscan is available in the vignette on stop identification.

Breaking changes

Problems and Issues

System Requirements

stdbscan requires R v >= 3.5.0.

Alternatives

R :

python :

References

Birant, D., & Kut, A. (2007). ST-DBSCAN: An algorithm for clustering spatial–temporal data. Data & Knowledge Engineering, 60(1), 208–221. https://doi.org/10.1016/j.datak.2006.01.013



Try the stdbscan package in your browser

Any scripts or data that you put into this service are public.

stdbscan documentation built on March 14, 2026, 5:06 p.m.