A very simple clustering script for bike stations
This project structure is based on The hitchhiker's Guide to Python.
This project runs with Python 3.6.7 and was used along pyenv and its plugin pyenv-virtualenv
Once the two are installed, you can simply run the following in the project's root:
make init
Make sure you put the file Brisbane_CityBike.json
in a data
folder at the root of the project.
Then run:
python . -f data/Brisbane_CityBike.json -p -c position -n 2
And you will obtain the resulted two clusters in the default output file data/clusters_result.json
For all available options, type:
python . --help