coincident.search.to_pystac_items#

coincident.search.to_pystac_items(gf)[source]#

Converts a GeoDataFrame to a list of PySTAC Items.

Parameters:

gf (GeoDataFrame) – The GeoDataFrame to be converted.

Return type:

list[Item]

Returns:

A list of PySTAC Items created from the GeoDataFrame.