Geofences for tracking objects in 2-D Euclidean space
Python 2.7 or above.
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 installTo run the example simulation:
$ python geofencesTo run the test suite:
$ nosetests -v