---
# Metadata Type
# url: https://tai-odc.terrainai.com/metadata-types/telemetry.odc-type.yaml
name: telemetry
description: "Satellite telemetry datasets.\n\nExpected metadata structure produced
  by telemetry datasets from the eodatasets library, as used internally at GA.\n\n\
  https://github.com/GeoscienceAustralia/eo-datasets\n"
dataset:
  id:
  - id
  label:
  - ga_label
  sources:
  - lineage
  - source_datasets
  creation_dt:
  - creation_dt
  search_fields:
    gsi:
      offset:
      - acquisition
      - groundstation
      - code
      indexed: false
      description: Ground Station Identifier (eg. ASA)
    time:
      type: datetime-range
      max_offset:
      - - acquisition
        - los
      min_offset:
      - - acquisition
        - aos
      description: Acquisition time
    orbit:
      type: integer
      offset:
      - acquisition
      - platform_orbit
      description: Orbit number
    sat_row:
      type: integer-range
      max_offset:
      - - image
        - satellite_ref_point_end
        - y
      - - image
        - satellite_ref_point_start
        - y
      min_offset:
      - - image
        - satellite_ref_point_start
        - y
      description: Landsat row
    platform:
      offset:
      - platform
      - code
      description: Platform code
    sat_path:
      type: integer-range
      max_offset:
      - - image
        - satellite_ref_point_end
        - x
      - - image
        - satellite_ref_point_start
        - x
      min_offset:
      - - image
        - satellite_ref_point_start
        - x
      description: Landsat path
    instrument:
      offset:
      - instrument
      - name
      description: Instrument name
    product_type:
      offset:
      - product_type
      description: Product code
...
