trajminer / trajminer

Trajectory Mining Library

Home Page:http://trajminer.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement persistence method for TrajectoryData

lucaspetry opened this issue · comments

Implement a method (e.g. to_csv) for persisting TrajectoryData.
There could be methods for persisting data in other formats (e.g. json, kml, etc). Maybe it would be a good idea to create a method called to_file and have the data type passed as a parameter.