elykwilliams / EvasionPaths

This project uses topological methods to track evasion paths in mobile sensor networks.

Home Page:https://elykwilliams.github.io/EvasionPaths/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor MotionModel into DataStream

elykwilliams opened this issue · comments

It would be nice to have a DataStream object instead of a motion model where DataStream pulls positions from a variety of sources. E.g. pandas time series, particle simulation, read from file etc. data stream should be able to subdivide into subintervals for recursion.

This would close #15

On further thought, it might make sense to just have DataStream be a Motion Model