Visualizing xarray data with bokeh.
Documentation: https://xrview.readthedocs.io
- Plot xarray Datasets and DataArrays in a few lines of code
- Visualize large timeseries data sets
xrview can be installed via pip
:
$ pip install xrview
or conda
:
$ conda install -c phausamann xrview
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.