Published
Edited
Jan 7, 2022
Fork of HDF5
1 fork
Insert cell
Insert cell
// js5 = require("jsfive@0.3.5/dist/hdf5.js").catch(() => window["hdf5"])
js5 = await import("https://cdn.jsdelivr.net/npm/h5wasm@0.1.8/dist/hdf5_hl.js")
Insert cell
Insert cell
Insert cell
Insert cell
buffer = (
await fetch("https://ndownloader.figshare.com/files/7024985")
).arrayBuffer()
Insert cell
js5.FS.writeFile("x.h5", new Uint8Array(buffer))
Insert cell
f = new js5.File("x.h5", "r")
Insert cell
n = f.get("Domain_03/OSBS/min_1/boom_1/temperature").slice([[0, 4]])
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