Skip to main content

concatenate_any_trx

Function concatenate_any_trx 

Source
pub fn concatenate_any_trx(
    inputs: &[&AnyTrxFile],
    options: &ConcatenateOptions,
) -> Result<AnyTrxFile>
Expand description

Concatenate multiple TRX files with Python-like semantics.

Header spatial metadata are copied from the first input without validation. dpg is intentionally dropped to match trx-python concatenate behavior.