EarthNet2021 Toolkit Overview
The EarthNet2021 toolkit offers tools for
- Downloading EarthNet2021
- Calculating EarthNetScore for Evaluation of Models
- Handling data multicubes
- 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 .