Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 747 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 747 Bytes

sentinelsat_qgis_script

QGIS thin interface to sentinelsat

NB: Work in progress. Not yet fully tested.

Screenshot

Installation

You need to install sentinelsat into your QGIS Python.

Installing sentinelsat on Windows

  1. Start an OSGeo4W shell
  2. Type pip install sentinelsat
  3. If pip is not installed, enter setup and install the setuptools package

Installing sentinelsat on Linux

Install sentinelsat through pip:

  1. Start a bash shell
  2. Type pip install sentinelsat

Installing the script

Simply place the sentinelsat_qgis_script.py into your ~/.qgis2/processing/scripts folder or anywhere below.