/geofences

Geofences for tracking objects in 2-D Euclidean space

Primary LanguagePython

geofences

Geofences for tracking objects in 2-D Euclidean space

Requirements

Python 2.7 or above.

Installation

To install geofences:

$ git clone git@github.com:bdeeney/geofences.git
$ cd geofences
$ virtualenv env; source env/bin/activate  # optional but recommended
$ python setup.py install

Running the Simulation

To run the example simulation:

$ python geofences

Running the Test Suite

To run the test suite:

$ nosetests -v