enthought / tabs

Default Repo description from terraform module
0 stars 0 forks source link

WIP: add frame offset to request #92

Open kjordahl opened 8 years ago

kjordahl commented 8 years ago

Simple example to retrieve a different offset from the API than the current frame number.

(shouldn't be merged, at least not with the hard-coded offset)

johntyree commented 8 years ago

We already get the UNIX time stamps associated with the entire file when we initialize. How do you feel about using the time stamp instead of frame number? That way the client can just request things by time based on whatever our time selection widget says.

kjordahl commented 8 years ago

So using the time stamp as a query will work. I'm using that already [WIP] for the buoys. It actually makes the API more consistent. I'll try this out.