data

data

Toy datasets for testing and demonstration purposes

Examples

>>> import modelskill as ms
>>> cc = ms.data.vistula()
>>> cc
<ComparerCollection>
Comparers:
0: Tczew - Discharge [m3/s]
1: Krasnystaw - Discharge [m3/s]
2: Sandomierz - Discharge [m3/s]
3: Szczucin - Discharge [m3/s]
4: Nowy Sacz - Discharge [m3/s]
5: Tryncza - Discharge [m3/s]
6: Ptaki - Discharge [m3/s]
7: Suraz - Discharge [m3/s]
>>> cc = ms.data.oresund()
>>> cc
<ComparerCollection>
Comparers:
0: Drogden - Surface Elevation [meter]
1: Barseback - Surface Elevation [meter]
2: Helsingborg - Surface Elevation [meter]
3: Kobenhavn - Surface Elevation [meter]
4: Koege - Surface Elevation [meter]
5: MalmoHamn - Surface Elevation [meter]
6: Vedbaek - Surface Elevation [meter]

Functions

Name Description
oresund Oresund water level data for Jan-June 2022 compared with MIKE21 model
vistula 5-year daily discharge data for Vistula catchment, Poland

oresund

data.oresund()

Oresund water level data for Jan-June 2022 compared with MIKE21 model

Contains water level data for 7 stations along the Oresund strait with metadata about the country in the attrs dictionary.

The dataset contains additional ERA5 wind-components U10 and V10 aux data.

Returns

Name Type Description
ComparerCollection

vistula

data.vistula()

5-year daily discharge data for Vistula catchment, Poland

Contains discharge data for 8 stations along the Vistula river compared with two hydrological models “sim1” and “sim2”.

The dataset additionally contains precipitation data as aux data and metadata about the river and the catchment area in the attrs dictionary.

Returns

Name Type Description
ComparerCollection