Amount of Cloud Cover | Mean Amount of Cloud Cover over the Last 10 Years | Ceiling Height | Cloud Base

Cloud API Parameters

Amount of Cloud Cover

Gives the amount of cloud cover in percent or octas.

<level>_cloud_cover:<unit>

Available levels: low, medium, high, total, effective

Available units: octas, p

Note: A value of -666 denotes that there are no clouds present and hence no ceiling height or cloud base can be determined.

Examples

  • Generate a csv file containing the amount of cloud cover in octas for every grid point of the specified area.

    https://api.meteomatics.com/2023-03-20T12:00:00Z/effective_cloud_cover:octas/50,5_35,20:1,1/csv

    validdate;2017-08-03 12:00:00
    parameter;effective_cloud_cover:octas
    data;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20
    50;1;8;4;5;4;8;8;8;8;8;8;8;5;1;0;0
    49;7;5;6;4;8;5;2;4;4;3;8;0;6;0;0;0
    48;3;5;6;6;1;2;5;2;4;1;1;0;1;0;0;0
    47;2;5;3;4;1;0;2;0;1;1;0;0;0;0;0;0
    46;0;0;0;3;0;0;0;0;0;0;0;0;0;0;0;0
    45;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0
    44;0;0;3;0;0;0;0;0;0;0;0;0;0;0;0;2
    43;0;1;0;0;0;0;0;0;1;0;0;0;0;0;2;1
    42;0;1;1;0;0;0;0;0;0;0;0;0;0;0;0;6
    41;0;4;1;0;0;0;0;0;0;0;0;0;0;0;1;1
    40;0;0;0;0;0;0;0;0;0;0;0;0;0;0;1;0
    39;0;0;0;0;0;0;0;0;0;0;0;2;0;0;1;0
    38;2;0;0;0;0;0;0;0;0;0;0;0;0;0;4;0
    37;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0
    36;0;0;0;0;0;0;0;6;0;0;0;0;0;0;0;0
    35;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0
  • Chart showing total cloud cover created in MetX:

Mean Amount of Cloud Cover over the Last 10 Years

Gives the mean amount of cloud cover over the last 10 years on a certain date at a specific location.

<level>_cloud_cover_10y_mean:p

Available levels: low, medium, high, total

Examples:

Ceiling Height

The ceiling height is an important parameter in aviation and is defined as the height of the lowest cloud layer covering more than half of the sky or where clouds are present above 6000m.

ceiling_height_agl:<unit>

Units: m, ft

Note: A value of -666 denotes that there are no clouds present and hence no ceiling height or cloud base can be determined.

Examples

Cloud Base

The cloud base gives the lowest altitude of the visible portion of a cloud.

cloud_base_agl:<unit>

Units: m, ft

Note: A value of -666 denotes that there are no clouds present and hence no ceiling height or cloud base can be determined.

Examples