Distributed Trajectories¶
Provides some basics for manipulation with the descrete distributed trajectories with the Spark engine
Free software: MIT license
Documentation: https://distributed-trajectories.readthedocs.io.
Acknowledgment¶
This work up to 2021-04-30 was entirely supported by a research grant to Principal Investigator Raazesh Sainudiin titled Mobile Phone Data for Society and Privacy for the Individual: From the Conflict to a Synergy in Transport Flows Analysis from Research Center for Cyber Security at Tel Aviv University established by the State of Israel, the Prime Minister’s Office and Tel-Aviv University.
Features¶
TODO
Installation¶
clone the public repository:
$ git clone git://github.com/raalesir/distributed_trajectoriescreate a Python virtual environment
$ cd distributed_trajectories/distributed_trajectories && python3 -m venv taxi
activate the
venv. Checkwhich pythonto point to the current directory.$ source taxi/bin/activate
install dependencies:
$ pip3 install -r requirements.txt
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.