Function mosaic_keep_inputs

Source
pub fn mosaic_keep_inputs(
    collected: &[PathBuf],
    out_file: &Path,
    epsg_code: u32,
    extent: Option<Extent>,
    resolution: Option<f64>,
) -> Result<()>
Expand description

Mosaics multiple raster files into a single output WITHOUT deleting inputs. Unlike mosaic_translate_cleanup, this preserves the input files.