voxcity.geoprocessor.io ======================= .. py:module:: voxcity.geoprocessor.io .. autoapi-nested-parse:: I/O helpers for reading/writing vector data (GPKG, gzipped GeoJSON lines). Functions --------- .. autoapisummary:: voxcity.geoprocessor.io.get_gdf_from_gpkg voxcity.geoprocessor.io.load_gdf_from_multiple_gz Module Contents --------------- .. py:function:: get_gdf_from_gpkg(gpkg_path, rectangle_vertices) Read a GeoPackage file and convert it to a GeoDataFrame with consistent CRS. Note: rectangle_vertices is currently unused but kept for signature compatibility. .. py:function:: load_gdf_from_multiple_gz(file_paths) Load GeoJSON features from multiple gzipped files into a single GeoDataFrame. Each line in each file must be a single GeoJSON Feature.