-
-
Notifications
You must be signed in to change notification settings - Fork 114
Description
With hvplot explorer soon supporting xarray/gridded datasets, I think the next logical step for hvplot explorer is a CLI (in addition to ideas from #1149)
From my experience, scientists call ncview or panoply in the terminal to do a quick validation on their datasets. This is useful and convenient because they don't have to:
- Create a new .py / .ipynb (or juggle with an old one, updating file paths), which could be tedious + repetitive
- Type all the imports, loads, and visualize
Plus, it often supports most legacy, file formats.
The edge that hvplot has over these tools is probably:
- a newer looking interface
- interactivity on the map itself
- datashader support
- potentially easier setup
(pip install hvplot geoviews)
I think it's valuable to wrap a CLI around hvplot explorer, but not just a simple argparse one, but one that's super user-friendly, like auto-complete, so that it's able to new users are able to immediately jump in and get starting using it--imagine, if the auto-complete can auto-complete the desired -x and -y from the file.
Additional discussion here: https://discourse.pangeo.io/t/do-you-use-panoply-ncview-other-command-line-viz-tool/3693/2