-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
I am looking for a decent way to deal with 4D (3D + timestamp) / 7D (4D + speed vector) trajectory data in R since long.
I am super intrigued by the last section in the README where the 4D trajectory is mentioned:
The
sphiersystem explicitly accommodates representations of temporal
dynamics. As the simplest level, a vector trajectory can be represented through
extension of thevertexcomponent to include atcolumn. The maximum that
thesphiervertextable can contain is the four columns of (x,y,z,
t).
Could you elaborate more on it?
I have an intuition that silicate could help but terminology and R expertise fail me.
To give you a little bit of context my use case is conversion of ADS-B data,
i.e. position reports broadcast by aircraft, to trajectories and then analysis of trajectories
(intersection with airspaces, bundling in flows,...)
Any comments, ideas, clarification is welcom.