|
|
||
|
|
WeatherData |
| WeatherData[loc, "property"] gives the most recent measurement for the specified weather property at the location corresponding to loc. |
| WeatherData[loc, "property", date] gives all measurements during the specified date. |
| WeatherData[loc, "property", {start, end}] gives a list of dates and measurements for the time interval start to end. |
| WeatherData[loc, "property", {start, end, step}] gives measurements aggregated over the time period represented by step. |
| 0 | UTC | |
| $TimeZone | the current time zone for your computer system | |
| z | offset z for UTC |
| "Memberships" | WMO, NCDC, and CWOP reporting network membership | |
| "NearestStation" | the nearest weather station | |
| "StationDistance" | distance in km between specified location and station given | |
| "StationName" | weather station name |
| "CloudCoverFraction" | fraction of the sky obscured by cloud cover | |
| "CloudHeight" | elevation of 5/8ths cloud obscuration | |
| "CloudTypes" | list of cloud types observed | |
| "DewPoint" | dew point temperature in °C | |
| "Humidity" | relative humidity | |
| "PrecipitationRate" | average precipitation rate in cm/hr | |
| "Pressure" | barometric pressure in millibars | |
| "PressureTendency" | -1, 0, or +1 for decreasing, steady and increasing pressure | |
| "SnowAccumulationRate" | average rate of snow accumulation in cm/hour | |
| "SnowDepth" | depth of snow cover in cm | |
| "StationPressure" | pressure, uncorrected for elevation | |
| "Temperature" | temperature in °C | |
| "Visibility" | visibility in kilometers | |
| "WindChill" | wind chill temperature in °C | |
| "WindDirection" | wind direction in degrees | |
| "WindGusts" | gusting wind speed in kilometers/hour | |
| "WindSpeed" | wind gust speed in kilometers/hour |
| "Conditions" | list of weather conditions (fog, tornado, thunderstorm) | |
| "PrecipitationAmount" | the most recent precipitation amount and duration | |
| "PrecipitationTypes" | types of precipitation observed (hail, rain, snow) | |
| "SnowAccumulation" | the most recent accumulation amount and duration |
| "MaxTemperature" | maximum temperature in °C | |
| "MaxWindSpeed" | maximum wind speed in kilometers/hour | |
| "MeanDewPoint" | mean dew point temperature in °C | |
| "MeanHumidity" | mean relative humidity | |
| "MeanPressure" | mean pressure in millibars | |
| "MeanStationPressure" | mean station pressure in millibars | |
| "MeanTemperature" | mean temperature in °C | |
| "MeanVisibility" | mean visibility distance in kilometers | |
| "MeanWindChill" | mean wind chill temperature in °C | |
| "MeanWindSpeed" | mean wind speed in kilometers/hour | |
| "MinTemperature" | minimum temperature in °C | |
| "TotalPrecipitation" | precipitation amount in cm | |
| "WindGusts" | wind gust speed in kilometers/hour |
| "Coordinates" | latitude, longitude of station | |
| "DateRange" | start and end dates for available station observation data | |
| "Elevation" | station elevation in meters | |
| "Latitude" | station latitude in degrees | |
| "Longitude" | station longitude in degrees |
| "DateNonMetricValue" | list of the form {date, value} in non-metric units | |
| "DateValue" | list of the form {date, value} in metric units | |
| "DateValueQuality" | list of the form {date, value, quality} | |
| "NonMetricValue" | value only in non-metric units | |
| "Value" | value only in metric units |