ClimaLand.jl
ClimaLand.jl copied to clipboard
Implement ClimaScope web dashboard
During summer 2024, students from JPL and LCS worked on a prototype for a ClimaLand web dashboard, named "ClimaScope". See this article.
We now have multiple pieces of that web dashboard in the form of JavaScript files, with some demonstration using dummy .csv data.
What remains to be done is implementing this code integrated in our framework, using our .netcdf data files from ClimaDiagnostics outputs format, read by ClimaAnalysis. To do so, we will use the package Bonito.jl, which can embed JavaScript code, and have the rest of the code in Julia, allowing the use of ClimaDiagnostics and ClimaAnalysis.
PR: not open yet