Get an atmospheric profile
get_atmospheric_profileWind, temperature, pressure, humidity and air density at chosen heights above a point.
Each level has wind_u_ms (towards east), wind_v_ms (towards north), wind_speed_ms,
wind_direction_deg (where the wind comes FROM, clockwise from north; 0 at zero speed
means calm), temperature_k, pressure_pa, specific_humidity_kg_kg, relative_humidity_pct
and density_kg_m3. valid_time is the model time actually used; provenance names the
GFS run and grid point. Heights outside the model column are refused with the range
that is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | ISO 8601 timestamp with a timezone, e.g. 2026-10-03T18:00:00Z. Up to 14 days ahead or about ten days back. | |
| latitude | Yes | Decimal degrees, north positive. | |
| longitude | Yes | Decimal degrees, east positive. | |
| altitudes_m | Yes | 1 to 32 different heights in metres. | |
| altitude_reference | Yes | agl: heights above ground level. msl: heights above mean sea level. | |
| ground_elevation_m_msl | No | Optional site elevation in metres above sea level, used for agl heights instead of the model's terrain. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||