An open API service indexing awesome lists of open source software.

https://github.com/ljwolf/spenc

Spatially-Encouraged Spectral Clustering, a method of discovering clusters/deriving labels for spatially-referenced data with attribute/labels attached.
https://github.com/ljwolf/spenc

cluster clustering geographic-data-science geography python python3 spatial spatial-analysis spatial-data-science unsupervised-learning

Last synced: about 1 year ago
JSON representation

Spatially-Encouraged Spectral Clustering, a method of discovering clusters/deriving labels for spatially-referenced data with attribute/labels attached.

Awesome Lists containing this project

README

          

# Spatially-Encouraged Spectral Clustering
[![Build Status](https://travis-ci.org/ljwolf/spenc.svg?branch=master)](https://travis-ci.org/ljwolf/spenc)
[![DOI](https://zenodo.org/badge/129973633.svg)](https://zenodo.org/badge/latestdoi/129973633)

This repository provides the code & walks through how to use spatially-encouraged spectral clustering. Refer to the [example notebook](https://github.com/ljwolf/spenc/blob/master/example.ipynb) for more information on usage.

Usage reqiures `scikit-learn` and `scipy`. The package is released on pypi as `spenc`, so installation is available using:

`pip install spenc`

# Citation

If you would like to reference this software, please cite its zenodo listing:

Wolf, Levi John. 2018. “Ljwolf/spenc: GISRUK”. Zenodo. doi:10.5281/zenodo.1219904.

And, for the paper defining the algorithm:

Wolf, Levi John. *(In Review)* "Spatially-Encouraged Spectral Clustering." *International Journal of Geographic Information Science*.

with a full preprint available at the [Open Science Framework](https://osf.io/yzt2p).