paint.preprocessing.dwd_stac_item

Functions

make_dwd_item(→ dict[str, Any])

Generate a STAC item for the DWD weather data.

Module Contents

paint.preprocessing.dwd_stac_item.make_dwd_item(data: pandas.Series) dict[str, Any]

Generate a STAC item for the DWD weather data.

Parameters

datapd.Series

The metadata for the DWD weather data file.

Returns

dict[str, Any]

The STAC item data as dictionary.