paint.preprocessing.weather_collection_stac

Functions

make_weather_collection(→ Dict[str, Any])

Generate a weather STAC collection.

Module Contents

paint.preprocessing.weather_collection_stac.make_weather_collection(data: pandas.DataFrame) Dict[str, Any]

Generate a weather STAC collection.

Parameters

data: pd.DataFrame

The dataframe containing all weather metadata.

Returns

dict[str, Any]

The STAC collection as dictionary.