Public
Edited
Apr 17, 2023
Insert cell
Insert cell
viewof file = Inputs.file({label: "bmerawdata", accept: ".bmerawdata" })
Insert cell
rawFile = file && file.json() || FileAttachment("2023_01_20_09_40_Board_A8032AEC5004_PowerOnOff_1_2ltubsjqbz0xjn2q_File_1.bmerawdata").json()
Insert cell
data = rawFile.rawDataBody.dataBlock.map(line => Object.fromEntries(line.map((d,i) => [correctedHeader[i], d])))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {interval} from '@mootari/range-slider@1786'
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more