Documentation of Sentinel Hub Python package¶
Documentation for Python utility packages developed by the EO research team at Sinergise.
This code allows one to reproduce some of the functionalities of the EO service Sentinel Hub. The code is available on GitHub.
Contents:
- Installation
- Configuration
- Examples
- Sentinel Hub Process API services from within Python
- Prerequisites
- Example 1: True color (PNG) on a specific date
- Example 2: True color mosaic of least cloudy acquisitions
- Example 3: All Sentinel-2’s raw band values
- Example 4: Save downloaded data to disk and read it from disk
- Example 5: Other Data Collections
- Example 6 : Multi-response request type
- Example 7 : Raw dictionary request
- Example 8 : Multiple timestamps data
- Data collections
- Search for available data
- Sentinel Hub OGC web services from within Python
- Large area utilities
- Sentinel Hub Batch Processing
- Bring Your Own COG with
sentinelhub-py
- Sentinel Hub Feature Info Service (FIS)
- Accessing satellite data from AWS with Python
- Downloading satellite data from AWS with command line
- Sentinel Hub Process API services from within Python
- Package content
- Modules
- areas
- aws
- aws_safe
- config
- constants
- data_collections
- data_request
- download.aws_client
- download.client
- download.request
- download.sentinelhub_client
- fis
- geo_utils
- geometry
- geopedia
- io_utils
- ogc
- opensearch
- os_utils
- sentinelhub_batch
- sentinelhub_byoc
- sentinelhub_catalog
- sentinelhub_rate_limit
- sentinelhub_request
- sentinelhub_session
- sh_utils
- testing_utils
- time_utils
- Modules