Values.LandsatCloudCoverLandInputSourceThe structure representing Land Cloud Cover property for Landsat data collection.
type nonrec t = {lowerBound : Float_.t;The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover greater than or equal to this value.
*)upperBound : Float_.t;The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover less than or equal to this value.
*)}