revrt.utilities.handlers.chunked_read_gpkg#
- chunked_read_gpkg(data_fp, chunk_size)[source]#
Read GeoPackage file in chunks
- Parameters:
- Yields:
geopandas.GeoDataFrame– Chunk of data as GeoDataFrame.
Read GeoPackage file in chunks
geopandas.GeoDataFrame – Chunk of data as GeoDataFrame.