Skip to content

API: merge_duckdb

Merge all pixel-level parquet tables for one flightline.

Parameters

flightline_dir : Path Directory containing the flightline's parquet outputs. out_name : str, optional Custom name for the merged parquet. If None, defaults to: _merged_pixel_extraction.parquet original_glob : str, optional Glob used to locate original reflectance parquet tables. corrected_glob : str, optional Glob used to locate corrected reflectance parquet tables. resampled_glob : str, optional Glob used to locate resampled sensor parquet tables. write_feather : bool, optional If True, writes a Feather copy of the merged table alongside the parquet. emit_qa_panel : bool, default True If True, renders the standard QA panel (_qa.png) after merging.

Returns

Path Path to the merged parquet file.