Prerequisites

Requirements:

  • Python >= 3.7 and NumPy
  • Orfeo ToolBox binaries (follow these instructions)
  • Orfeo ToolBox python binding (follow these instructions)

Install with pip

pip install pyotb --upgrade

For development, use the following:

git clone https://forgemia.inra.fr/orfeo-toolbox/pyotb
cd pyotb
pip install -e ".[dev]"

Old versions

If you need compatibility with python3.6, install pyotb<2.0 and for python3.5 use pyotb==1.2.2.