simple-ortho¶
Deprecated since version 0.3.0: The simple-ortho command is deprecated and will be removed in future. Please switch to oty and its sub-commands.
Orthorectify an image with known DEM and camera model.
usage: simple-ortho [-h] [-od ORTHO_DIR] [-rc READ_CONF] [-wc WRITE_CONF]
[-v {1,2,3,4}]
src_im_file [src_im_file ...] dem_file pos_ori_file
Positional Arguments¶
- src_im_file
path(s) and or wildcard(s) specifying the source image file(s)
- dem_file
path to the DEM file
- pos_ori_file
path to the camera position and orientation file
Named Arguments¶
- -od, --ortho-dir
write ortho image(s) to this directory (default: write ortho image(s) to source directory)
- -rc, --read-conf
read custom config from this path (default: use config.yaml in simple-ortho root)
- -wc, --write-conf
write default config to this path and exit
- -v, --verbosity
Possible choices: 1, 2, 3, 4
logging level: 1=DEBUG, 2=INFO, 3=WARNING, 4=ERROR (default: 2)