Metadata-Version: 2.1
Name: geocat.viz
Version: 2025.3.0
Summary: GeoCAT-viz is vizualization component of the GeoCAT project and
Home-page: https://geocat-viz.readthedocs.io
Author: GeoCAT Team
Author-email: geocat@ucar.edu
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: xarray
Requires-Dist: numpy
Requires-Dist: cartopy
Requires-Dist: cmaps
Requires-Dist: metpy
Requires-Dist: pint
Requires-Dist: scikit-learn
Provides-Extra: docs
Requires-Dist: ipykernel; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: jupyter-client; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: sphinx-book-theme; extra == "docs"
Requires-Dist: myst-nb; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: geocat-datafiles; extra == "docs"
Requires-Dist: geocat-viz; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: netcdf4; extra == "docs"


# GeoCAT-viz

GeoCAT-viz contains tools to help plot geoscience data, including convenience and plotting functions that are
used to facilitate plotting geosciences data with Matplotlib, Cartopy, and other visualization packages.
GeoCAT-viz functionality is used by
[GeoCAT-examples](https://github.com/NCAR/geocat-examples).

|          **CI**          |           [![GitHub Workflow Status][github-ci-badge]][github-ci-link]           |
|:------------------------:|:--------------------------------------------------------------------------------:|
|         **Docs**         |                  [![Documentation Status][rtd-badge]][rtd-link]                  |
|       **Package**        |       [![Conda][conda-badge]][conda-link] [![PyPI][pypi-badge]][pypi-link]       |
|       **License**        |                 [![License][license-badge]][license-badge-link]                  |
|         **DOI**          |                          [![DOI][doi-badge]][doi-link]                           |

# Documentation

[GeoCAT Homepage](https://geocat.ucar.edu/)

[GeoCAT-viz Contributor's Guide](https://geocat-viz.readthedocs.io/en/latest/contrib.html)

[GeoCAT-viz Documentation on Read the Docs](https://geocat-viz.readthedocs.io)

# Installation instructions

Please see our documentation for [installation instructions](https://geocat-viz.readthedocs.io/en/latest/installation.html).

# Citing GeoCAT-viz

If you use this software, please cite it as described at the [GeoCAT-viz - Citation](
https://geocat-viz.readthedocs.io/en/latest/citation.html) page.

[comment]: <> (reference links used for badges.)

[github-ci-badge]: https://img.shields.io/github/actions/workflow/status/NCAR/geocat-viz/ci.yml?branch=main&label=CI&style=for-the-badge
[github-ci-link]: https://github.com/NCAR/geocat-viz/actions/workflows/ci.yml
[rtd-badge]: https://img.shields.io/readthedocs/geocat-viz/latest.svg?style=for-the-badge
[rtd-link]: https://geocat-viz.readthedocs.io/en/latest/?badge=latest
[pypi-badge]: https://img.shields.io/pypi/v/geocat-viz?logo=pypix&style=for-the-badge
[pypi-link]: https://pypi.org/project/geocat-viz
[conda-badge]: https://img.shields.io/conda/vn/ncar/geocat-viz?logo=anaconda&style=for-the-badge
[conda-link]: https://anaconda.org/ncar/geocat-viz
[license-badge]: https://img.shields.io/badge/License-Apache_2.0-blue.svg?style=for-the-badge
[license-badge-link]: ./LICENSE
[upstream-examples-ci-badge]: https://img.shields.io/github/actions/workflow/status/NCAR/geocat-viz/upstream-examples-ci.yml?branch=main&label=Upstream%20Examples%20CI&style=for-the-badge
[upstream-examples-ci-link]: https://github.com/NCAR/geocat-viz/actions/workflows/upstream-examples-ci.yml
[doi-badge]: https://zenodo.org/badge/DOI/10.5281/zenodo.6941740.svg?style=for-the-badge
[doi-link]: https://doi.org/10.5281/zenodo.6941740
