Metadata-Version: 2.1
Name: earthformer
Version: 0.0.2
Summary: A Python package for Earthformer
Home-page: https://github.com/opengeos/earthformer
Author: Qiusheng Wu
Author-email: giswqs@gmail.com
License: MIT license
Keywords: earthformer
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Earthformer

[![image](https://img.shields.io/pypi/v/earthformer.svg)](https://pypi.python.org/pypi/earthformer)
[![image](https://img.shields.io/conda/vn/conda-forge/earthformer.svg)](https://anaconda.org/conda-forge/earthformer)

**A Python package for Earthformer**

-   Free software: Apache Software License 2.0
-   Documentation: <https://opengeos.github.io/earthformer>

## Introduction

Earthformer is a Python package for the [Earth forecasting transformer](https://github.com/amazon-science/earth-forecasting-transformer).

## Installation

```bash
pip install earthformer
```
