/co-location

python co-location miner with redis

Primary LanguagePython

python2 implemention of the paper: "A Parallel Spatial Co-location Mining Algorithm Based on MapReduce" based on Redis without MapReduce

to run the example:

  1. install python packages redis, pandas
  2. start redis at localhost:6379
  3. python Colocation.py

thanks to:https://www.jianshu.com/p/84b655a55bf5