yupidevs / yupi

Python package designed for collecting and processing trajectory data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document new Trajectory creation methods

gvieralopez opened this issue · comments

Since, now we have 3 different ways to create a Trajectory object from data, we should include a demo of each in:

  • Getting started section of the docs:
    Subsection: 'Converting your data into Trajectory objects'
  • Intro001.py of the examples should be extended to contain all 3 ways.