---
title: pressure
framework: weatherkit
role: symbol
role_heading: Instance Property
path: weatherkit/hourweather/pressure
---

# pressure

The atmospheric pressure at sea level at a given location.

## Declaration

```swift
var pressure: Measurement<UnitPressure>
```

## Discussion

Discussion This is a reduced pressure calculated by using observed conditions to remove the effects of elevation from pressure readings.

## See Also

### Getting pressure

- [pressureTrend](weatherkit/hourweather/pressuretrend.md)
