Description
The ImportCZMILToSurvey process will import a CZMIL mission execution file and raw information and create a new survey file.
Inputs
A CZMIL mission execution file.
Outputs
A survey file.
Command Line Syntax
carisbatch --run ImportCZMILToSurvey --mission-execution-file <value> --processing-folder <value> [options]
User Interface Command
Import CZMIL Mission
Options
The following table describes the parameters available for this process.
Parameter |
| |||
|---|---|---|---|---|
Long | Short | Description | Can Repeat | Notes
|
--mission-execution-file | The full path to the input Mission Execution file that references the lidar dataset. | FALSE | This must be specified explicitly. | |
--camera-raw-folder | If set, the full path to the input raw camera dataset. | FALSE | ||
--processing-folder | The full path to the output processing location for the survey folder. | FALSE | This must be specified explicitly. | |
--survey-name | If set, the name used for the survey file and folder for all of the processed data. If not set, a unique survey name will be generated from the Mission Execution information and the current date/time. | FALSE | ||
Example
To use this command refer to the following example.
Example | ||
|---|---|---|
Objective | You want to create a new survey file from an existing CZMIL mission execution file. | |
Description | Command Line Syntax | |
The mission execution file is called CZ09ME20001_P_171008_2137.xml and is located in the D:\SampleData directory. | --mission-execution-file D:\SampleData\CZ09ME20001_P_171008_2137.xml | |
The camera images for the dataset are to be included with the survey and can be found in the D:\SampleData\RawImages directory. | --camera-raw-folder D:\SampleData\RawImages | |
The resulting survey file will be created in the D:\SampleData\Surveys directory. | --processing-folder D:\SampleData\Surveys | |
Command Line |
| |
Outcome | A new survey file is created in the processing folder, with a file name generated from the current date and the information in the mission execution file. | |
Extra Notes | N/A | |