OBJECT

VendorVessel

link GraphQL Schema definition

  • type VendorVessel {
  • # Confidence level that a given observation area is free of clouds, expressed as a
  • # percent range (from 0 to 100): 0% indicates no confidence (completely cloudy)
  • clear_sky_confidence: Float
  • # Light provided by the moon expressed as a percent range (from 0 to 100)
  • moonlight_illumination: Float
  • # Radiance in nanowatts per square centimeter per steradian (nW/cm²/sr)
  • radiance_nw: Float
  • nanowatts: Float @deprecated( reason: "Duplicates `radiance_nw` (see above)" )
  • # Satellite from which the detection was collected
  • satellite_name: String
  • # Scan angle array. Returned values are: pitch, yaw, roll
  • scan_angle: [Float]
  • }