Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/risis-eu/geoclust
Software to build geographical clusters based on weighted couples of coordinates (longitude and latitude)
https://github.com/risis-eu/geoclust
Last synced: 5 days ago
JSON representation
Software to build geographical clusters based on weighted couples of coordinates (longitude and latitude)
- Host: GitHub
- URL: https://github.com/risis-eu/geoclust
- Owner: risis-eu
- License: mit
- Fork: true (cortext/geoclust)
- Created: 2015-09-02T09:34:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T10:18:42.000Z (about 9 years ago)
- Last Synced: 2024-08-01T12:30:01.701Z (3 months ago)
- Language: Java
- Homepage:
- Size: 1.04 MB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - risis-eu/geoclust - Software to build geographical clusters based on weighted couples of coordinates (longitude and latitude) (others)
README
# GeoClust
GeoClust is a simple solution to study the geographical aggregation of activities. This is done by grouping coordinates (latitude and longitude) into clusters. This has been developed by members of the [platform CorText](http://www.cortext.net/) for the [RISIS project](http://risis.eu/).## The software is based on two different approaches
First we use a density-based algorithm, DBSCan (Ester, Kriegel, & Sander, 1996), to identify the area where the activities are concentrated. Following the original algorithm two parameters are fixed before the calculation: all points of a cluster are surrounded by at least X points in a circle with a diameter of Y km. We have added the ability to weighted each X points; the software examines the quantity of activities for each couple of coordinates. This step builds initial clusters.
The second step builds the final clusters by using the CHAMELEON method (Karypis, Han, & Kumar, 1999). The software compares two different dimensions of the initial clusters (relational and structural analysis) to merge them if the thresholds are reached:1. RI or Relative Interconnectivity: how intense are the relations between the initial clusters (with less than 100 km between the centroids)?
2. RC or Relative Closeness: does the final cluster will have a similar profile of collaborations than the two initial clusters taken separately (to avoid large variations of density of links in the final cluster)?## How to use
Import the project into Eclipse, and add the jar libraries found into the folder external-libs## More information on the algorithms
Ester, M., Kriegel, H.-P., & Sander, J. (1996). *A density-based algorithm for discovering clusters in large spatial databases with noise.* In S. Evangelos, J. Han, & U. M. Fayyad (Eds.), 2nd International Conference on Knowledge Discovery and Data Mining (KDD-96) (pp. 226–231). AAAI Press.
Karypis, G., Han, E.-H., & Kumar, V. (1999). *Chameleon: Hierarchical clustering using dynamic modeling.* IEEE Computer, 32(8), 68–75.## Licence
MIT License (MIT), Copyright (c) 2015 CorText
Lionel Villard, ESIEE Paris, CorText Platform, Paris Est University
Michel Revollo, ESIEE Paris, Paris Est University