Skip to content

intake/xrviz

Repository files navigation

XrViz

Anaconda-Server Badge PyPI version Build Status Documentation Status Gitter

XrViz is an interactive graphical user interface(GUI) for visually browsing Xarrays. You can view data arrays along various dimensions, examine data values, change color maps, extract series, display geographic data on maps and much more. It is built on Xarray, HvPlot and Panel. It can be used with Intake to ease the process of investigating and loading datasets.

Documentation is available at Read the Docs. Try it out on binder: Binder


Installation

Recommended method using conda:

conda install -c conda-forge xrviz

You can also install using pip:

pip install xrviz

Usage

You can view the example dashboard by running following in command line (this will open a tab in your browser):

python -c "import xrviz; xrviz.example()"