ghomsi / earthformer

A Python package for Earth forecasting transformer

Home Page:https://open.gishub.org/earthformer

Repository from Github https://github.comghomsi/earthformerRepository from Github https://github.comghomsi/earthformer

Earthformer

image image Open In Studio Lab Open In Colab

A Python package for Earth forecasting transformer

Introduction

This repository turns the amazon-science/earth-forecasting-transformer repository into a Python package, making it easier to install and use. To learn more about Earthformer, please refer to the NeurIPS 2022 paper: Earthformer: Exploring Space-Time Transformers for Earth System Forecasting. Credits to the authors and their repository for the original implementation.

Installation

The earthformer package is available on PyPI. To install it, run:

pip install earthformer

The earthformer package is also available on conda-forge. To install it, run:

conda create -n earthformer python=3.10
conda activate earthformer
conda install -c conda-forge mamba
mamba install -c conda-forge earthformer

About

A Python package for Earth forecasting transformer

https://open.gishub.org/earthformer

License:Apache License 2.0


Languages

Language:Python 100.0%