sentinelhub
Python API for Sentinel Hub
What it is and what it does
sentinelhub is the official Python client for Sentinel Hub's satellite data platform. It abstracts the complexity of multiple Sentinel Hub APIs—Process, Catalog, Batch, Statistical, and OGC services—into a unified Python interface, allowing developers to query, retrieve, and process satellite imagery from Sentinel, Landsat, MODIS, and custom data collections. The package also bundles geospatial utilities for coordinate transformations, large-area splitting, and data I/O, building on established libraries like numpy, shapely, and pyproj.
The package is designed for researchers, data engineers, and developers working with satellite imagery in Python workflows. It handles authentication, rate limiting, and API communication transparently, and serves as a core dependency for eo-learn, a framework for building geospatial data-processing pipelines. Most users configure it once with their Sentinel Hub credentials, then use its request and query classes to fetch imagery and metadata.
Use it for:
- Download and process Sentinel-2 or Landsat imagery for a geographic region using the Process API
- Query available satellite data collections and their metadata via the Catalog API
- Submit large-scale satellite processing jobs asynchronously through the Batch Processing API
- Compute statistical summaries (e.g., NDVI, cloud cover) over areas using the Statistical API
- Integrate satellite data retrieval into geospatial data pipelines built with eo-learn
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
sentinelhub provides a Python interface to Sentinel Hub's satellite data APIs and geospatial utilities, enabling access to Sentinel, Landsat, MODIS, and other satellite imagery collections through Process, Catalog, Batch, and Statistical APIs.
Yes. sentinelhub is actively maintained, production-stable, has low install friction, carries no known vulnerabilities, and is the official client for a widely-used satellite data platform. Install it if you need programmatic access to Sentinel Hub's imagery APIs; skip it if you don't use Sentinel Hub or prefer direct REST calls.
Install
sentinelhub on PyPI
pip
pip install sentinelhubuv
uv add sentinelhubpoetry
poetry add sentinelhubInstalling sentinelhub
Before you install
Low install friction with a pure-wheel distribution. Active maintenance with a recent release 157 days ago and ongoing repository activity. Depends on 17 well-established packages including numpy, shapely, and requests; no compiled dependencies beyond what shapely may require on Windows.
License in practice
MIT License permits commercial and private use with minimal restrictions. You may use, modify, and distribute sentinelhub freely provided you include the original license and copyright notice.
Quickstart
pip install sentinelhub
from sentinelhub import SentinelHubRequest, DataCollection, MimeType
# Configure with your Sentinel Hub credentials, then request imagery
request = SentinelHubRequest(...)
Requires Python >= 3.8 and valid Sentinel Hub API credentials. On Windows, pre-installing shapely from an unofficial wheels repository is recommended before installing sentinelhub.
Verify before relying
- Whether the package's optional [AWS] extra dependencies are commonly needed for typical workflows
- Performance characteristics when processing large satellite imagery datasets
- Specific rate-limit handling behavior and quotas under different Sentinel Hub service tiers
Package facts
| License | MIT License Copyright (c) 2018 Sinergise Ltd. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 17 — aenum, click, dataclasses-json, numpy, oauthlib, pillow, pyproj, python-dateutil, requests-oauthlib, requests, shapely, tifffile, tomli, tomli-w, tqdm, typing-extensions, utm |
| Maintenance | actively maintained — 157 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 92,416/month — #13,452 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: sentinelhub-3.11.5-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
earthengine-apiPython client library for Google Earth Engine,…
permissive · top 15,000 on PyPI
geemapGeemap provides interactive geospatial analysis…
permissive · top 15,000 on PyPI
python-cmrProvides a Python wrapper around NASA's Common…
permissive · top 15,000 on PyPI
torchgeoTorchGeo provides PyTorch datasets, samplers,…
permissive · top 15,000 on PyPI
trollimageTrollimage provides image processing and…
permissive · top 15,000 on PyPI
datacubeDatacube provides an integrated gridded data…
permissive · top 15,000 on PyPI
Redis-Sentinel-UrlParses redis:// and redis+sentinel:// URLs and…
permissive · top 15,000 on PyPI
owslibOWSLib provides Python client access to Open…
permissive · top 15,000 on PyPI
pystac-clientPySTAC Client is a Python library for querying…
permissive · top 15,000 on PyPI
sentinelsProvides singleton sentinel objects with…
permissive · top 5,000 on PyPI