Function mosaic_translate_cleanup

Source
pub fn mosaic_translate_cleanup(
    collected: &[PathBuf],
    tmp_file: &Path,
    out_file: &Path,
    epsg_code: u32,
)
Expand description

Assembles processed block files into a final output via mosaic + translate + cleanup.

This replaces the duplicated 4-line pattern (mosaic, translate, remove VRT, remove blocks) found in 9 locations across the codebase.