Metadata-Version: 2.1
Name: earthkit
Version: 0.6.0
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: Programming Language :: Python :: 3
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<2.0.0
Requires-Dist: earthkit-data[all]>=0.9.0
Requires-Dist: earthkit-geo>=0.2.0
Requires-Dist: earthkit-maps>=0.0.19
Requires-Dist: earthkit-meteo>=0.1.0
Requires-Dist: earthkit-plots>=0.1.2
Requires-Dist: earthkit-regrid>=0.3.1
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 **BETA** and will be **Experimental** for the foreseeable future. Interfaces and functionality are likely to change, and the project itself may be scrapped. **DO NOT** use this software in any project/software that is operational.

**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.
