Metadata-Version: 2.1
Name: distributed-trajectories
Version: 0.1.0
Summary: Provides some basics for manipulation with the descrete distributed trajectories  with the Spark engine
Home-page: https://github.com/raalesir/distributed_trajectories
Author: Alexey Siretskiy
Author-email: alexey.siretskiy@gmail.com
License: GNU General Public License v3
Keywords: distributed_trajectories
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5

========================
Distributed Trajectories
========================


.. image:: https://img.shields.io/pypi/v/distributed_trajectories.svg
        :target: https://pypi.python.org/pypi/distributed_trajectories

.. image:: https://travis-ci.com/raalesir/distributed_trajectories.svg?branch=master
        :target: https://travis-ci.com/raalesir/distributed_trajectories

.. image:: https://readthedocs.org/projects/distributed-trajectories/badge/?version=latest
        :target: https://distributed-trajectories.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




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:

    .. code-block:: console

        $ git clone git://github.com/raalesir/distributed_trajectories
#. create a Python virtual environment

    .. code-block:: console

        $ cd distributed_trajectories/distributed_trajectories && python3 -m venv taxi


#. activate  the ``venv``. Check ``which python`` to point to the current directory.

    .. code-block:: console

       $ source taxi/bin/activate


#. install dependencies:

    .. code-block:: console

     $ pip3  install  -r requirements.txt




Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2021-03-08)
------------------

* First release on PyPI.


