The Wayback Machine - https://web.archive.org/web/20201108143048/https://github.com/topics/trajectory
Skip to content
#

trajectory

Here are 134 public repositories matching this topic...

simonrp84
simonrp84 commented Sep 21, 2020

Hello,
Just to make sure you're keeping busy, a new issue ;-)

I'm trying to retrieve raw messages for particular receivers. As an example:

from datetime import datetime, timedelta
from traffic.data import opensky

data = opensky.extended(start=start_time,
                        stop=start_time + timedelta(seconds=1),
                        serials=[80391799, 1806596070] )

Improve this page

Add a description, image, and links to the trajectory topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the trajectory topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.