Metadata-Version: 2.2
Name: earthkit
Version: 0.9.3
Summary: A format-agnostic Python interface for geospatial 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.readthedocs.io/
Project-URL: Homepage, https://github.com/ecmwf/earthkit/
Project-URL: Issues, https://github.com/ecmwf/earthkit.issues
Project-URL: Repository, https://github.com/ecmwf/earthkit/
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: LICENSE
Requires-Dist: earthkit-data[all]>=0.12.1
Requires-Dist: earthkit-geo>=0.3
Requires-Dist: earthkit-meteo>=0.3
Requires-Dist: earthkit-plots>=0.2.8
Requires-Dist: earthkit-regrid>=0.4
Requires-Dist: earthkit-time>=0.1.7
Requires-Dist: earthkit-transforms>=0.3.4
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# earthkit

<img src="docs/_static/earthkit.png" width="120">

[![PyPI version fury.io](https://badge.fury.io/py/earthkit.svg)](https://pypi.python.org/pypi/earthkit/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/earthkit.svg)](https://pypi.python.org/pypi/earthkit/)

**DISCLAIMER**

> This project is in the **BETA** stage of development. Please be aware that interfaces and functionality may change as the project develops. If this software is to be used in operational systems you are **strongly advised to use a released tag in your system configuration**, and you should be willing to accept incoming changes and bug fixes that require adaptations on your part. ECMWF **does use** this software in operations and abides by the same caveats.

**earthkit** is a project led by ECMWF, providing powerful tools for speeding up weather and climate science workflows by simplifying data access, processing, analysis, visualisation and much more.

## Documentation

The documentation can be found at https://earthkit.readthedocs.io/.

## License

[Apache License 2.0](LICENSE) In applying this license, 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.
