Snowfall Frequency by WMO Station

Average annual and monthly number of days with snowfall for 9 nations

This dataset contains information on the average monthly occurences of snowfall for 236 weather stations throughout 9 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, 236 rows)

Examples

Basic Examples

View the data:

In[1]:=
ResourceData["Snowfall Frequency by WMO Station"]
Out[1]=

Visualization

Show the locations of the WMO Stations in France:

In[2]:=
GeoListPlot[
 ResourceData["Snowfall Frequency by WMO Station"][
   Select[Head[#Coordinates] == GeoPosition &]][All, "Coordinates"], GeoRange -> Entity["Country", "France"]]
Out[2]=

Plot snow frequency from January to December for WMO stations in France:

In[3]:=
DateListPlot[
 Select[ResourceData["Snowfall Frequency by WMO Station"], MatchQ["Country" /. Normal[#], Entity["Country", "France"]] &][
  All, {6 ;; 17}]]
Out[3]=

Show annual snow frequency at each station WMO location in France:

In[4]:=
GeoRegionValuePlot[
 Rule @@@ ResourceData["Snowfall Frequency by WMO Station"][
    Select[#Country == Entity["Country", "France"] &]]
   [All, {"Coordinates", "Annual"}], ColorFunction -> "Rainbow"]
Out[4]=

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

License Information

Public Domain

Data Resource History

Source Metadata

Data Downloads

Publisher Information