Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phausamann/xrview

Visualizing xarray data with bokeh.
https://github.com/phausamann/xrview

bokeh plotting python xarray

Last synced: about 2 months ago
JSON representation

Visualizing xarray data with bokeh.

Awesome Lists containing this project

README

        

.. image:: https://img.shields.io/travis/com/phausamann/xrview.svg
:target: https://travis-ci.com/phausamann/xrview

.. image:: https://readthedocs.org/projects/xrview/badge/?version=latest
:target: https://xrview.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/xrview.svg
:target: https://pypi.python.org/pypi/xrview

======
xrview
======

Visualizing xarray data with bokeh.

Documentation: https://xrview.readthedocs.io

Features
--------

* Plot xarray Datasets and DataArrays in a few lines of code
* Visualize large timeseries data sets

Installation
------------

xrview can be installed via ``pip``:

.. code-block:: console

$ pip install xrview

or ``conda``:

.. code-block:: console

$ conda install -c phausamann xrview

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage