sentinelhub.api
The part of the package that implements interface with Sentinel Hub services.
- sentinelhub.api.batch
- sentinelhub.api.batch.base
- sentinelhub.api.batch.process
BatchTileStatus
SentinelHubBatch
SentinelHubBatch.create()
SentinelHubBatch.tiling_grid()
SentinelHubBatch.output()
SentinelHubBatch.iter_tiling_grids()
SentinelHubBatch.get_tiling_grid()
SentinelHubBatch.iter_requests()
SentinelHubBatch.get_latest_request()
SentinelHubBatch.get_request()
SentinelHubBatch.update_request()
SentinelHubBatch.delete_request()
SentinelHubBatch.start_analysis()
SentinelHubBatch.start_job()
SentinelHubBatch.cancel_job()
SentinelHubBatch.restart_job()
SentinelHubBatch.iter_tiles()
SentinelHubBatch.get_tile()
SentinelHubBatch.iter_collections()
SentinelHubBatch.get_collection()
SentinelHubBatch.create_collection()
SentinelHubBatch.update_collection()
SentinelHubBatch.delete_collection()
BatchRequest
BatchRequest.request_id
BatchRequest.process_request
BatchRequest.tile_count
BatchRequest.status
BatchRequest.user_id
BatchRequest.created
BatchRequest.tiling_grid
BatchRequest.output
BatchRequest.bucket_name
BatchRequest.description
BatchRequest.value_estimate
BatchRequest.tile_width_px
BatchRequest.tile_height_px
BatchRequest.user_action
BatchRequest.user_action_updated
BatchRequest.error
BatchRequest.other_data
BatchRequest.evalscript
BatchRequest.bbox
BatchRequest.geometry
BatchRequest.dataclass_json_config
BatchRequest.from_dict()
BatchRequest.from_json()
BatchRequest.schema()
BatchRequest.to_dict()
BatchRequest.to_json()
BatchCollectionBatchData
BatchCollectionBatchData.tiling_grid_id
BatchCollectionBatchData.other_data
BatchCollectionBatchData.dataclass_json_config
BatchCollectionBatchData.from_dict()
BatchCollectionBatchData.from_json()
BatchCollectionBatchData.schema()
BatchCollectionBatchData.to_dict()
BatchCollectionBatchData.to_json()
BatchCollectionAdditionalData
BatchCollectionAdditionalData.bands
BatchCollectionAdditionalData.other_data
BatchCollectionAdditionalData.dataclass_json_config
BatchCollectionAdditionalData.from_dict()
BatchCollectionAdditionalData.from_json()
BatchCollectionAdditionalData.schema()
BatchCollectionAdditionalData.to_dict()
BatchCollectionAdditionalData.to_json()
BatchCollection
- sentinelhub.api.batch.process_v2
BatchProcessClient
BatchProcessClient.s3_specification()
BatchProcessClient.create()
BatchProcessClient.geopackage_input()
BatchProcessClient.tiling_grid_input()
BatchProcessClient.raster_output()
BatchProcessClient.zarr_output()
BatchProcessClient.iter_requests()
BatchProcessClient.get_request()
BatchProcessClient.update_request()
BatchProcessClient.start_analysis()
BatchProcessClient.start_job()
BatchProcessClient.stop_job()
BatchProcessClient.iter_tiling_grids()
BatchProcessClient.get_tiling_grid()
BatchProcessRequest
BatchProcessRequest.request_id
BatchProcessRequest.request
BatchProcessRequest.domain_account_id
BatchProcessRequest.status
BatchProcessRequest.error
BatchProcessRequest.user_action
BatchProcessRequest.user_action_updated
BatchProcessRequest.created
BatchProcessRequest.completion_percentage
BatchProcessRequest.last_updated
BatchProcessRequest.cost_PU
BatchProcessRequest.stopped_status_reason
BatchProcessRequest.other_data
BatchProcessRequest.dataclass_json_config
BatchProcessRequest.from_dict()
BatchProcessRequest.from_json()
BatchProcessRequest.schema()
BatchProcessRequest.to_dict()
BatchProcessRequest.to_json()
- sentinelhub.api.batch.statistical
SentinelHubBatchStatistical
SentinelHubBatchStatistical.s3_specification()
SentinelHubBatchStatistical.create()
SentinelHubBatchStatistical.create_from_request()
SentinelHubBatchStatistical.get_request()
SentinelHubBatchStatistical.get_status()
SentinelHubBatchStatistical.start_analysis()
SentinelHubBatchStatistical.start_job()
SentinelHubBatchStatistical.cancel_job()
SentinelHubBatchStatistical.stop_job()
BatchStatisticalRequest
BatchStatisticalRequest.request_id
BatchStatisticalRequest.completion_percentage
BatchStatisticalRequest.request
BatchStatisticalRequest.status
BatchStatisticalRequest.user_id
BatchStatisticalRequest.created
BatchStatisticalRequest.cost_pu
BatchStatisticalRequest.user_action
BatchStatisticalRequest.user_action_updated
BatchStatisticalRequest.error
BatchStatisticalRequest.other_data
BatchStatisticalRequest.dataclass_json_config
BatchStatisticalRequest.from_dict()
BatchStatisticalRequest.from_json()
BatchStatisticalRequest.schema()
BatchStatisticalRequest.to_dict()
BatchStatisticalRequest.to_json()
- sentinelhub.api.batch.utils
- sentinelhub.api.base
SentinelHubService
SentinelHubFeatureIterator
BaseCollection
BaseCollection.name
BaseCollection.s3_bucket
BaseCollection.additional_data
BaseCollection.collection_id
BaseCollection.user_id
BaseCollection.created
BaseCollection.no_data
BaseCollection.other_data
BaseCollection.to_data_collection()
BaseCollection.dataclass_json_config
BaseCollection.from_dict()
BaseCollection.from_json()
BaseCollection.schema()
BaseCollection.to_dict()
BaseCollection.to_json()
- sentinelhub.api.base_request
- sentinelhub.api.byoc
ByocCollectionBand
ByocCollectionBand.source
ByocCollectionBand.band_index
ByocCollectionBand.bit_depth
ByocCollectionBand.sample_format
ByocCollectionBand.no_data
ByocCollectionBand.other_data
ByocCollectionBand.dataclass_json_config
ByocCollectionBand.from_dict()
ByocCollectionBand.from_json()
ByocCollectionBand.schema()
ByocCollectionBand.to_dict()
ByocCollectionBand.to_json()
ByocCollectionAdditionalData
ByocCollectionAdditionalData.bands
ByocCollectionAdditionalData.max_meters_per_pixel
ByocCollectionAdditionalData.max_meters_per_pixel_override
ByocCollectionAdditionalData.other_data
ByocCollectionAdditionalData.dataclass_json_config
ByocCollectionAdditionalData.from_dict()
ByocCollectionAdditionalData.from_json()
ByocCollectionAdditionalData.schema()
ByocCollectionAdditionalData.to_dict()
ByocCollectionAdditionalData.to_json()
ByocCollection
ByocTile
ByocTile.path
ByocTile.status
ByocTile.tile_id
ByocTile.tile_geometry
ByocTile.cover_geometry
ByocTile.created
ByocTile.sensing_time
ByocTile.ingestion_start
ByocTile.additional_data
ByocTile.other_data
ByocTile.dataclass_json_config
ByocTile.from_dict()
ByocTile.from_json()
ByocTile.schema()
ByocTile.to_dict()
ByocTile.to_json()
SentinelHubBYOC
SentinelHubBYOC.iter_collections()
SentinelHubBYOC.get_collection()
SentinelHubBYOC.create_collection()
SentinelHubBYOC.update_collection()
SentinelHubBYOC.delete_collection()
SentinelHubBYOC.copy_tiles()
SentinelHubBYOC.iter_tiles()
SentinelHubBYOC.get_tile()
SentinelHubBYOC.create_tile()
SentinelHubBYOC.update_tile()
SentinelHubBYOC.delete_tile()
SentinelHubBYOC.reingest_tile()
- sentinelhub.api.catalog
- sentinelhub.api.fis
- sentinelhub.api.ogc
- sentinelhub.api.opensearch
- sentinelhub.api.process
- sentinelhub.api.statistical
- sentinelhub.api.utils
- sentinelhub.api.wfs