Skip to content

intake/xrviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bac43fb · May 2, 2021
May 2, 2021
Aug 26, 2019
May 1, 2021
Apr 21, 2021
Jul 12, 2019
May 12, 2019
Jun 1, 2019
Apr 23, 2020
May 10, 2019
Jun 19, 2019
Dec 4, 2019
Aug 2, 2019
Nov 21, 2019
May 12, 2019
Aug 26, 2019
May 12, 2019

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()"