ensure_gdf# ensure_gdf(function: Callable) → Callable[source]# Ensure a GeoDataFrame as input (converts the GeoSeries into a GeoDataFrame and reads the paths) Parameters: function (Callable) – Function to decorate Returns: decorated function Return type: Callable