Skip to content

Inconsistency between CLI help and implementation for COPC support in translate #48

@mone27

Description

@mone27

The help of the translate command says that the output-format can be las, laz or copc

argOutputFormat = &programArgs.add("output-format", "Output format (las/laz/copc)", outputFormat);

However in the implementation it rejects copc arguments

wrench/src/translate.cpp

Lines 56 to 60 in f8d5dae

if (outputFormat != "las" && outputFormat != "laz")
{
std::cerr << "unknown output format: " << outputFormat << std::endl;
return false;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions