amillb / pgMapMatch

map-matching of GPS traces
MIT License
77 stars 20 forks source link

traceCleaner only works on postgres table #22

Open ctchervenkov opened 2 years ago

ctchervenkov commented 2 years ago

The traceCleaner class expects a Postgres table containing GPS traces. However, it then internally converts the GPS data to a pandas dataframe. It could make sense to refactor the class to allow either the passing of a Postgres table, or a correctly formatted pandas dataframe.