# DecodedMetar Properties ## Properties
| AirTemperature | Temperature information |
| Cavok | |
| Clouds | Cloud layers information |
| Day | Day of this observation |
| DecodingExceptions | If the decoded metar is invalid, get all the exceptions that occurred during decoding Note that in strict mode, only the first encountered exception will be reported as parsing stops on error Else return null;. |
| DewPointTemperature | Temperature information |
| ICAO | ICAO code of the airport where the observation has been made |
| IsValid | Check if the decoded metar is valid, i.e. if there was no error during decoding. |
| PresentWeather | Present weather |
| Pressure | Pressure information |
| RawMetar | Raw METAR |
| RecentWeather | Recent weather |
| RunwaysVisualRange | Runway visual range information |
| Status | Report status (AUTO or NIL) |
| SurfaceWind | Surface wind information |
| Time | Time of the observation, as a string |
| Type | Report type (METAR, METAR COR or SPECI) |
| Visibility | Visibility information |
| WindshearAllRunways | Windshear runway information (which runways, or "all") |
| WindshearRunways | Windshear runway information (which runways, or "all") |