OBJECT

AoiProperties

link GraphQL Schema definition

  • type AoiProperties {
  • # Area of Interest ID (unique to the Skylight platform)
  • aoi_id: String
  • # Size of the AOI in square kilometers
  • area_km2: Float
  • # Description assigned by the AOI creator
  • description: String
  • # Name assigned by the AOI creator
  • name: String
  • }

link Require by