Arlula · JSON Structure

Arlula Tasking Search Request Structure

Request body for searching future satellite capture opportunities.

Type: object Properties: 0
Earth ObservationGeospatialImageryRemote SensingSatellites

TaskingSearchRequest is a JSON Structure definition published by Arlula. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://arlula.com/json-structure/tasking-search-request.json",
  "name": "TaskingSearchRequest",
  "description": "Request body for searching future satellite capture opportunities.",
  "type": "object",
  "members": {
    "start": {
      "type": "string",
      "description": "Start of the search window."
    },
    "end": {
      "type": "string",
      "description": "End of the search window."
    },
    "gsd": {
      "type": "float64",
      "description": "Maximum ground sample distance in meters."
    },
    "lat": {
      "type": "float64",
      "description": "Latitude of the area of interest."
    },
    "long": {
      "type": "float64",
      "description": "Longitude of the area of interest."
    },
    "cloud": {
      "type": "int32",
      "description": "Maximum acceptable cloud cover percentage."
    },
    "offNadir": {
      "type": "float64",
      "description": "Maximum off-nadir angle in degrees."
    },
    "suppliers": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "platformTypes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "sensorTypes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}