EarthNet2021 Toolkit Overview

The EarthNet2021 toolkit offers tools for

  1. Downloading EarthNet2021
  2. Calculating EarthNetScore for Evaluation of Models
  3. Handling data multicubes
  4. Plotting data multicubes

Installation

PyPI

Install the EarthNet2021 toolkit by

pip install earthnet

Manual installation

Get the EarthNet2021 toolkit from our github repository:

wget https://github.com/earthnet2021/earthnet-toolkit.git
cd earthnet-toolkit
pip install .