Tip

  1. Need help? Please let us know in the UMEP Community.

  2. Find an issue within this page? Please report it in the GitHub issues.

  3. A good understanding of SUEWS is a prerequisite to the proper use of SuPy.

supy.load_SampleData¶

supy.load_SampleData() Tuple[pandas.core.frame.DataFrame, pandas.core.frame.DataFrame][source]¶

Load sample data for quickly starting a demo run.

Returns

df_state_init, df_forcing –

Return type

Tuple[pandas.DataFrame, pandas.DataFrame]

Examples

>>> df_state_init, df_forcing = supy.load_SampleData()