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)
- Float :
- # Light provided by the moon expressed as a percent range (from 0 to 100)
- Float :
- # Radiance in nanowatts per square centimeter per steradian (nW/cm²/sr)
- Float :
- Float @deprecated( reason: "Duplicates `radiance_nw` (see above)" ) :
- # Satellite from which the detection was collected
- String :
- # Scan angle array. Returned values are: pitch, yaw, roll
- Float] : [
- }