revrt.utilities.handlers.chunked_read_gpkg#

chunked_read_gpkg(data_fp, chunk_size)[source]#

Read GeoPackage file in chunks

Parameters:
  • data_fp (path-like) – Path to GeoPackage file to read in chunks.

  • chunk_size (int) – Number of rows per chunk.

Yields:

geopandas.GeoDataFrame – Chunk of data as GeoDataFrame.