revrt.utilities.handlers#

Handler for file containing GeoTIFF layers

Functions

chunked_read_gpkg(data_fp, chunk_size)

Read GeoPackage file in chunks

gpkg_crs(data_fp)

Get CRS of GeoPackage file

num_feats_in_gpkg(filename)

Lightweight func to get number of features in GeoPackage file

Classes

IncrementalWriter(out_fp)

Stream results to disk by appending result in chunks to a file

LayeredFile(fp)

Handler for file containing GeoTIFF layers