Skip to main content

sentinelsat

Utility to search and download Sentinel-1 imagery.

Installation

pip install sentinelsat

Usage

Sentinelsat provides a Python Library and a Command Line Interface to search and download Sentinel-1 products.

Command Line Interface

Download

sentinel download [OPTIONS] <user> <password> <productid>

Download a Sentinel-1 Product. Just needs you scihub user and password and the id of the product you want to download.

Options:

-p, --path PATH

Set the path where the file will be saved.

Python Library

Connect to the API:

from sentinelsat.sentinel import SentinelAPI
api = SentinelAPI('user', 'password')

If you know the id of the product you want to download, you can download it using:

api.download('079ed72f-b330-4918-afb8-b63854e375a5', path='.')

Search products specifying the coordinates of the area and date interval:

api.query('0 0,1 1,0 1,0 0', '20150531', '20150612')

You can query using date or datetime objects too.

api.query('0 0,1 1,0 1,0 0', datetime(2015, 5, 31, 12, 5), date(2015, 6, 12))

If you don’t specify the start and end dates, it will query in the last 24 hours.

Beyond area and date parameters, you can use any search keywords accepted by the SciHub API, example:

api.query('0 0,1 1,0 1,0 0', producttype='SLC')

See the SciHub User Guide for all the Search Keywords.

To download all the results of your query, use:

api.download_all()

License

GPLv3+

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sentinelsat-0.1.1.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file sentinelsat-0.1.1.tar.gz.

File metadata

  • Download URL: sentinelsat-0.1.1.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sentinelsat-0.1.1.tar.gz
Algorithm Hash digest
SHA256 64f9dcb9da36ee81b659dc15fa2238220a717841e03530408ed1f250a2bf92eb
MD5 48d275cc8fbf62ce72925f0dd6ab9ece
BLAKE2b-256 e9688d0854959966c2e90ec177118b66f5217d35534c39ddc7f54ea980c1452b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page