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.