Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/phausamann/xrview
- Owner: phausamann
- License: mit
- Created: 2018-06-14T14:12:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T09:12:49.000Z (about 4 years ago)
- Last Synced: 2024-04-27T08:20:37.500Z (8 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 setsInstallation
------------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