Skip to main content
rerun-io
GitHub creator profile

rerun-io

Repository-level view of 18 collected skills across 4 GitHub repositories.

skills collected
18
repositories
4
updated
Aug 12, 2026
repository explorer

Repositories and representative skills

rerun-chunk-processing
software-developers

Core mechanics of the Rerun Chunk Processing API (rerun.experimental) — LazyChunkStream pipelines, Chunk, lenses (MutateLens/DeriveLens/Selector), RrdReader, writing optimized RRDs. Read BEFORE writing any ingestion/conversion/preprocessing code (convert an…

Aug 10, 2026
rerun-data-model
software-developers

How raw multimodal robot data maps onto the Rerun data model. Read FIRST, before modeling or converting a dataset — and whenever you are about to convert/ingest/preprocess robot data into an .rrd or build a Rerun recording, even if not asked for the data…

Aug 10, 2026
rerun-mp4
software-developers

Ingest .mp4 video into Rerun chunk streams with rerun.experimental.Mp4Reader. Read when converting video into a VideoStream, choosing stream vs asset mode, transcoding (B-frames, output codec, GOP size) through FFmpeg, or aligning video PTS onto a recording's…

Aug 10, 2026
assemble-changelog
software-developers

Assemble the per-PR changeset entries in docs/content/changelog/upcoming/ into a release's changeset-0-XX.md and generate the detailed CHANGELOG.md sections. Use at release time when the user wants to build or finalize the changelog or changeset for a Rerun…

Aug 10, 2026
rerun-parquet
software-developers

Ingest tabular Parquet files into Rerun chunk streams with rerun.experimental.ParquetReader. Read when converting trajectory or sensor tables (LeRobot-style parquet, exported logs) into entities and components — column grouping, timeline/index columns, static…

Jul 28, 2026
rerun-catalog-queries
software-developers

Performance patterns and gotchas for querying a Rerun catalog from Python. Reach for this when a CatalogClient/dataset query is unexpectedly slow, or when shaping a per-segment / per-episode pipeline that hits the catalog from many places.

Jun 29, 2026
rerun-lerobot
software-developers

Ingest a LeRobot (HuggingFace) dataset into Rerun. Read when converting a LeRobot dataset to RRDs, splitting it into per-episode segments, or registering it on a Rerun catalog. Covers the built-in directory importer (log_file_from_path), the RrdReader +…

Jun 26, 2026
rerun-mcap
software-developers

Ingest MCAP files into Rerun chunk streams with rerun.experimental.McapReader. Read when converting an MCAP recording, selecting topics or decoders, decoding custom protobuf messages, or when an MCAP-derived stream comes out empty. Builds on…

Jun 26, 2026
Showing 8 of 10 collected skills.
Showing 4 of 4 repositories
All repositories loaded