Nina Wiedemann
Nina Wiedemann
I used the function `read_staypoints_csv` to load staypoints of the Foursquare dataset, after I had saved these staypoints before using `write_staypoints_csv`. The problem with Foursquare is that there is no...
Tour generation has two options: either merging tours via staypoints if they are at the same location, or merging them via the geographic distance of the trips' start and end...
In the [tour generation PR](https://github.com/mie-lab/trackintel/pull/287) we discussed about the possibility of a minimum-distance parameter for tours. This would prevent the creation of tours that are only artifacts in the data,...
Hi, thanks for providing this nice codebase! I am using it for an own project, and I did some modifications to the code in order to run it with later...