coincident.search.to_geopandas#

coincident.search.to_geopandas(collection)[source]#

Convert a STAC ItemCollection to a GeoDataFrame. It also adds an additional column ‘dayofyear’ for convenience.

Parameters:

collection (list[Item] | ItemCollection | Table) – The STAC ItemCollection to be converted.

Return type:

GeoDataFrame

Returns:

A GeoDataFrame containing the data from the STAC ItemCollection.

Raises:

ValueError – If the provided ItemCollection is empty.