Installation

This package requires Python >=3.8 and can be installed with the PyPI package manager:

$ pip install sentinelhub

or with an extension tag for additional functionalities:

$ pip install sentinelhub[AWS]  # extra dependencies for interacting with Amazon Web Services

Alternatively, the package can be installed with Conda from conda-forge channel:

$ conda install -c conda-forge sentinelhub

In order to install the latest (development) version clone the GitHub repository and install:

$ pip install -e . --upgrade

Before installing sentinelhub-py on Windows it is recommended to install shapely package from Unofficial Windows wheels repository (link).