Sentinel Hub · Schema

AnalysisReadyPlanetScopeDataSpec

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
dataFilter object
type string The Analysis Ready Type to subscribe to.
id string The ID of the Analysis Ready type to subscribe to.
View JSON Schema on GitHub

JSON Schema

AnalysisReadyPlanetScopeDataSpec.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/AnalysisReadyPlanetScopeDataSpec",
  "title": "AnalysisReadyPlanetScopeDataSpec",
  "deprecated": true,
  "type": "object",
  "required": [
    "dataFilter",
    "type",
    "id"
  ],
  "properties": {
    "dataFilter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PlanetSubscriptionDataFilterBase"
        }
      ]
    },
    "type": {
      "type": "string",
      "enum": [
        "analysis_ready_ps"
      ],
      "description": "The Analysis Ready Type to subscribe to."
    },
    "id": {
      "type": "string",
      "enum": [
        "PS_ARD_SR_DAILY"
      ],
      "description": "The ID of the Analysis Ready type to subscribe to.\n",
      "externalDocs": {
        "description": "Analysis Ready IDs",
        "url": "https://developers.planet.com/docs/data/analysis-ready-ps/#available-ids"
      }
    }
  }
}