Metadata-Version: 2.1
Name: hyoga
Version: 0.1.2
Summary: A thin wrapper around xarray to open and plot PISM files
Home-page: https://github.com/juseg/hyoga
Author: Julien Seguinot
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: COPYING

.. Copyright (c) 2019-2021, Julien Seguinot (juseg.github.io)
.. GNU General Public License v3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)

Hyoga
=====

.. image:: https://img.shields.io/pypi/v/hyoga.svg
   :target: https://pypi.python.org/pypi/hyoga
.. image:: https://img.shields.io/pypi/l/hyoga.svg
   :target: https://www.gnu.org/licenses/gpl-3.0.txt
.. image:: https://zenodo.org/badge/227465038.svg
   :target: https://zenodo.org/badge/latestdoi/227465038

Hyoga is a thin wrapper arround xarray_ to read and plot PISM_ output. In the
future, I hope to find the time and funds to let it grow into a more developed
library around CF-compliant glacier and ice sheet models. Hyoga (氷河) is the
Japanese word for glacier (lit. ice river).

**Install**::

   pip install hyoga

**Warning:**
Hyoga is at a very early stage of development and things may break.
Documentation is under construction at https://hyoga.readthedocs.io.

.. _PISM: http://pism-docs.org
.. _xarray: http://xarray.pydata.org
