Fog Frequency by WMO Station

Average annual and monthly number of days with fog for 22 nations

Originator: World Meteorological Organization

This dataset contains information on the average monthly occurences of fog for 261 weather stations throughout 22 countries. Data from a vast majority of the stations comes from the latest global standard normals period, 1961-1990. For each weather station, the station's name, ID, and geolocation are available.

(19 columns, 261 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Fog Frequency by WMO Station"]
Out[1]=

View the data:

In[2]:=
ResourceData["Fog Frequency by WMO Station"]
Out[2]=

Visualization

Create a map:

In[3]:=
GeoListPlot[
 ResourceData["Fog Frequency by WMO Station"][All, "Coordinates"]]
Out[3]=

Show the frequency by month for all stations:

In[4]:=
BarChart[ResourceData["Fog Frequency by WMO Station"][Transpose, 6 ;; 17][All, DeleteMissing /* Total], ChartLabels -> Automatic]
Out[4]=

Analysis

Find the foggiest weather stations:

In[5]:=
ResourceData["Fog Frequency by WMO Station"][
 TakeLargestBy["AnnualComputedValue", 5], {"Country", "StationName", "AnnualComputedValue"}]
Out[5]=

Wolfram Research, "Fog Frequency by WMO Station" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.20552.data

License Information

Public Domain

Data Resource History

Source Metadata

Data Downloads

Publisher Information