Metadata-Version: 2.4
Name: earthkit-plots
Version: 0.3.3
Summary: Visualisation tools for earth science data
Author-email: "European Centre for Medium-Range Weather Forecasts (ECMWF)" <software.support@ecmwf.int>
License: Apache License Version 2.0
Project-URL: Documentation, https://earthkit-plots.readthedocs.io/
Project-URL: Homepage, https://github.com/ecmwf/earthkit-plots/
Project-URL: Issues, https://github.com/ecmwf/earthkit-plots.issues
Project-URL: Repository, https://github.com/ecmwf/earthkit-plots/
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: earthkit-data
Requires-Dist: earthkit-plots-default-styles>=0.1.0
Requires-Dist: cartopy>=0.22.0
Requires-Dist: pint
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: pyyaml
Requires-Dist: numpy
Requires-Dist: adjustText
Provides-Extra: test
Requires-Dist: nbconvert; extra == "test"
Requires-Dist: nbformat; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-forked; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Dynamic: license-file

<p align="center">
  <picture>
    <source srcset="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-plots-dark.svg" media="(prefers-color-scheme: dark)">
    <img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-plots-light.svg" height="120">
  </picture>
</p>

<p align="center">
  <a href="https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE">
    <img src="https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE/foundation_badge.svg" alt="ECMWF Software EnginE">
  </a>
  <a href="https://github.com/ecmwf/codex/raw/refs/heads/main/Project Maturity">
    <img src="https://github.com/ecmwf/codex/raw/refs/heads/main/Project Maturity/incubating_badge.svg" alt="Maturity Level">
  </a>
  <!-- <a href="https://codecov.io/gh/ecmwf/earthkit-plots">
    <img src="https://codecov.io/gh/ecmwf/earthkit-plots/branch/main/graph/badge.svg" alt="Code Coverage">
  </a> -->
  <a href="https://opensource.org/licenses/apache-2-0">
    <img src="https://img.shields.io/badge/Licence-Apache 2.0-blue.svg" alt="Licence">
  </a>
  <a href="https://github.com/ecmwf/earthkit-plots/releases">
    <img src="https://img.shields.io/github/v/release/ecmwf/earthkit-plots?color=purple&label=Release" alt="Latest Release">
  </a>
  <!-- <a href="https://earthkit-plots.readthedocs.io/en/latest/?badge=latest">
    <img src="https://readthedocs.org/projects/earthkit-plots/badge/?version=latest" alt="Documentation Status">
  </a> -->
</p>

<p align="center">
  <!-- <a href="#quick-start">Quick Start</a>
  • -->
  <a href="#installation">Installation</a>
  •
  <a href="https://earthkit-plots.readthedocs.io/en/latest/">Documentation</a>
</p>

> \[!IMPORTANT\]
> This software is **Incubating** and subject to ECMWF's guidelines on [Software Maturity](https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity).

**earthkit-plots** leverages the power of the [earthkit](https://github.com/ecmwf/earthkit) ecosystem to make producing publication-quality scientific graphics as simple and convenient as possible.

⚡ **Concise, high-level API** – Generate high-quality visualisations with minimal code.

🧠 **Intelligent formatting** – Titles and labels automatically adapt based on common metadata standards.

🎨 **Customisable style libraries** – Easily swap styles to match your organisation, project, or personal preferences.

🔍 **Automatic data styling** – Detects metadata like variables and units to optionally apply appropriate formatting and styling.

🌍 **Complex grids supported out-of-the-box** - Visualise grids like HEALPix and reduced Gaussian without any extra legwork.

## Installation

Install from PyPI:

```
pip install earthkit-plots
```

More details, such as optional dependencies can be found at https://earthkit-plots.readthedocs.io/en/latest/install.html.

## Licence

```
Copyright 2023, European Centre for Medium Range Weather Forecasts.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

In applying this licence, ECMWF does not waive the privileges and immunities
granted to it by virtue of its status as an intergovernmental organisation
nor does it submit to any jurisdiction.
```
