Closed brews closed 3 years ago
It sounds like @merfish has some basic plotting logic scattered across her analysis notebooks. This could give us a good starting point.
Closed with https://github.com/ClimateImpactLab/downscaleCMIP6/pull/274 (we made the decision to keep this separate from this repo)
There are some general, common plots we could quickly put behind a
dodola validate ...
command (for example).This might be worth a new module or breaking
dodola.core
into submodules.We'd want CLI command to output PDFs or jpg/pngs. Internal function should maybe work on matplotlib axes? Zarr stores would be input to the CLI commands.