-
-
Notifications
You must be signed in to change notification settings - Fork 119
CLI wrapped around hvplot.explorer #1150
Copy link
Copy link
Closed
Labels
[OLD] type: discussionOld labels for Discussion-type issues. Convert new Issues of this type to GitHub Discussions.Old labels for Discussion-type issues. Convert new Issues of this type to GitHub Discussions.
Milestone
Metadata
Metadata
Assignees
Labels
[OLD] type: discussionOld labels for Discussion-type issues. Convert new Issues of this type to GitHub Discussions.Old labels for Discussion-type issues. Convert new Issues of this type to GitHub Discussions.
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:
Plus, it often supports most legacy, file formats.
The edge that hvplot has over these tools is probably:
(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