Provides some basics for manipulation with the descrete distributed trajectories with the Spark engine
- Free software: MIT license
- Documentation: https://distributed-trajectories.readthedocs.io.
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.
- TODO
clone the public repository:
$ git clone git://github.com/raalesir/distributed_trajectories
create a Python virtual environment
$ cd distributed_trajectories/distributed_trajectories && python3 -m venv taxi
activate the
venv
. Checkwhich python
to point to the current directory.$ source taxi/bin/activate
install dependencies:
$ pip3 install -r requirements.txt
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.