cityImage.merge_gpkg_chunks_to_gdf#
- cityImage.merge_gpkg_chunks_to_gdf(out_files, potential_obstructions_column)[source]#
Merge temporary GeoPackage sight-line chunks.
- Parameters:
out_files (sequence of path-like) – GeoPackage chunk files written by
compute_3d_sight_lines.potential_obstructions_column (str) – Kept for API compatibility with the chunking workflow.
- Returns:
Combined sight-line chunks.
- Return type:
geopandas.GeoDataFrame