Module Values.EoCloudCoverInputSource

The structure representing the EoCloudCover filter.

Sourcetype nonrec t = {
  1. lowerBound : Float_.t;
    (*

    Lower bound for EoCloudCover.

    *)
  2. upperBound : Float_.t;
    (*

    Upper bound for EoCloudCover.

    *)
}
Sourceval context_ : string
Sourceval make : lowerBound:Float_.t -> upperBound:Float_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Float of Float_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t