https://github.com/phausamann/xrview
Visualizing xarray data with bokeh.
https://github.com/phausamann/xrview
bokeh plotting python xarray
Last synced: 11 months ago
JSON representation
Visualizing xarray data with bokeh.
- Host: GitHub
- URL: https://github.com/phausamann/xrview
- Owner: phausamann
- License: mit
- Created: 2018-06-14T14:12:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T09:12:49.000Z (over 5 years ago)
- Last Synced: 2025-04-11T01:19:01.490Z (11 months ago)
- Topics: bokeh, plotting, python, xarray
- Language: Python
- Homepage: https://xrview.readthedocs.io
- Size: 231 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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