foehnix.get_demodata

foehnix.get_demodata(which)[source]

Returns a demo data.

The foehnix package comes with two sets of meteorological observations: one for Tyrol, Austria, and one for Southern California, USA. Both data sets come with observations from two stations, one valley station (or target station) and one station further upstream of the main foehn wind direction (crest station) used to filter the data (see foehnix_filter). For Tyrol, observations for station Ellbögen (valley) and station Sattelberg (crest) are included, the Californian data set consists of the crest station ‘Lucky Five Ranch’ and the valley station ‘Viejas Casino and Resort’.

Parameters:
which : str

Select one of the stations or a combined DataFrame:

  • 'tyrol' returns the combined Tyrolian data set Suffix _crest indicates the mountain station Sattelberg.
  • 'california' returns the combined California data set Suffix _crest indicates the mountain station Lucky Five Range.
  • 'ellboegen' only observations from station Ellboegen
  • 'sattelberg only observations from station Sattelberg
  • 'luckyfive' only observations from station Lucky Five Range
  • 'viejas' only observations from station Viejas Casino and Resort
Returns:
: :py:class:`pandas.DataFrame`

The selected data