Sentinel Hub · Schema

DeliveryStatus

Delivery status

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

DeliveryStatus.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/DeliveryStatus",
  "title": "DeliveryStatus",
  "description": "Delivery status",
  "type": "string",
  "readOnly": true,
  "enum": [
    "WAITING",
    "DELIVERED",
    "DELIVERY_FAILED",
    "PREPARING",
    "INGESTING",
    "DONE",
    "IMPORT_FAILED",
    "NON_INGESTIBLE"
  ]
}