yupidevs / yupi

Python package designed for collecting and processing trajectory data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `recursively` parameter in Trajectory's `load_folder` method

jmorgadov opened this issue · comments

Right now this method loads all the trajectories from a folder searching in a recursively way. Lets add a parameter so the user can control this behavior.