← all records

Gridlook export

task-7a3f05 · in Miscellaneous

Problem

Driver output is written, but there is no quick way to look at it. #1431 adds an icon4py-gridlook CLI to the driver package that converts any driver output produced by #1403 into a store the gridlook browser viewer can render on the globe, and serves it over HTTP.

This began inside the parallel-output work and was split out of #1403 to keep that PR focused on output distribution; development carried on separately. Viewing output is not output distribution, so it is parked here in Miscellaneous rather than under the warm_bubble project.

Solution

See #1431. The CLI sits on main now that #1403 has merged.

Progress

  • Split out of #1403, first commit 28.07.2026
  • #1431 has no reviewer yet