Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-dimensional Time-series Visualization and exploration #13

Open
thorwhalen opened this issue Nov 15, 2022 · 1 comment
Open

Multi-dimensional Time-series Visualization and exploration #13

thorwhalen opened this issue Nov 15, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@thorwhalen
Copy link
Member

thorwhalen commented Nov 15, 2022

  • Data characteristics?
  • Interface data format?
  • Visualization features?

Data characteristics?

  • Dimensionality: single & multiple --> Single can be particular case of multiple
  • Regularity: regular & irregular
  • Granularity: single vs batch

Interface data format?

  • Dimensionality
    • Single: data_item := simple type (like int, float, bool, string,...)
    • Multiple: data_item := {channel_id: channel_data, ...}.
      • Later advanced interface: "The Matrix". (multi_stream[bt:tt, channels])
  • Regularity
    • regular: needs a reference timestamp a sample rate
    • irregular: every data item needs a timestamp (e.g. (bt, data), ((bt, tt), data), {'bt': bt, 'data': data}, etc.)
  • Granularity
    • single items
    • batches/chunks of data items (a.k.a slabs). Batches need timestamp or byte-offset

Visualization features?

  • Statistics (e.g. duration etc.)
  • Timeseries viz (e.g. spectrogram, volume graphs, model outputs, etc...)
  • Playable (can hear the sound) (sometimes need to fiddle with sample rate (to make it audible))
  • Cursor (to know visual location when played)
  • Selectable: Be able to select intervals and do stuff with them (e.g. tag)
  • Zoomable. (relevant: stock project (with SAP Hana))

Reference

Our stuff

Extras

@thorwhalen
Copy link
Member Author

@thorwhalen thorwhalen added the enhancement New feature or request label Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants