rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Add single timestamp to query parameters in `re_uri`

Open grtlr opened this issue 9 months ago • 2 comments

Right now we can only encode a time range (from and to) into our URIs, but we should also be able to encode a single timestamp to navigate to.

Adding the query parameter to re_uri is easy, the more tricky parts lie in the viewer/dataplatform, where the range query, needs to be changed to a LatestAtQuery.

grtlr avatar Mar 13 '25 15:03 grtlr

Support for all standard queries in the manifest is in progress, see:

  • https://github.com/rerun-io/dataplatform/issues/316
  • https://github.com/rerun-io/dataplatform/issues/317
  • https://github.com/rerun-io/dataplatform/issues/318

teh-cmc avatar Mar 14 '25 08:03 teh-cmc

Isn't that closed by https://github.com/rerun-io/rerun/pull/9535?

abey79 avatar Apr 08 '25 14:04 abey79

We still don't have anything that does a latest-at query for querying the data. What we do have is jumping to a specific timepoint, but that's different from the query setting

Wumpf avatar Apr 28 '25 08:04 Wumpf

To clarify: This issue is about adding a ?query parameter, controlling what the backend returns. https://github.com/rerun-io/rerun/pull/9535 added a #fragment for setting the viewer's time cursor.

These are orthogonal things. ?query is used by the backend, and #fragment by the frontend (viewer).

emilk avatar Apr 28 '25 10:04 emilk