voxcity.geoprocessor.ioΒΆ

I/O helpers for reading/writing vector data (GPKG, gzipped GeoJSON lines).

FunctionsΒΆ

get_gdf_from_gpkg(gpkg_path, rectangle_vertices)

Read a GeoPackage file and convert it to a GeoDataFrame with consistent CRS.

load_gdf_from_multiple_gz(file_paths)

Load GeoJSON features from multiple gzipped files into a single GeoDataFrame.

Module ContentsΒΆ

voxcity.geoprocessor.io.get_gdf_from_gpkg(gpkg_path, rectangle_vertices)[source]ΒΆ

Read a GeoPackage file and convert it to a GeoDataFrame with consistent CRS.

Note: rectangle_vertices is currently unused but kept for signature compatibility.

voxcity.geoprocessor.io.load_gdf_from_multiple_gz(file_paths)[source]ΒΆ

Load GeoJSON features from multiple gzipped files into a single GeoDataFrame. Each line in each file must be a single GeoJSON Feature.