paint.preprocessing.juelich_weather_stac_item

Functions

make_juelich_weather_item(→ dict[str, Any])

Generate a STAC item for the Juelich weather data.

Module Contents

paint.preprocessing.juelich_weather_stac_item.make_juelich_weather_item(data: pandas.Series, month_group: str) dict[str, Any]

Generate a STAC item for the Juelich weather data.

Parameters

datapd.Series

Metadata for the Juelich weather data file.

month_groupstr

Considered month group.

Returns

dict[str, Any]

The STAC item data as dictionary.