= orthoigen = orthoigen is a command line application used to orthorectify, mosaic, and convert raster data between different formats. It provides a number of operations including subsetting, resampling, histogram matching, and reprojection of data. orthoigen is built on top of igen but it doesn't require a keyword list. == Usage == {{{ ossim-orthoigen [options] }}} For orthoigen you must at a minimum specify an input and an output file. This would actually be equivalent to an image copy. Currently the output writer type is specified by the extension of the output file. Example: {{{ ossim-orthoigen C:\input.tif D:\output.jpg }}} Users can specify multiple input files like this: {{{ ossim-orthoigen C:\input.tif C:\input2.tif C:\input3.tif D:\output.jpg }}} Alternatively, you can pass in a text file with a ".src" extension with a list of file paths separated by a newline. Example: {{{ ossim-orthoigen image.src output.ntf }}} The corresponding image.src file would be as simple as this: {{{ image0.file: C:\input1.tif image1.file: C:\input2.tif image2.file: C:\input3.tif }}} == Output Format == By default, the output writer type is determined by the extension of the output file. You can specify a specific writer to use via the -w argument. Example: {{{ ossim-orthoigen -w ossim_kakadu_jp2 --writer-prop threads=4 --writer-prop compression_quality=visually_lossless --srs EPSG:4326 N10-E024.tif N10-E024.jp2 }}} == Output Projection == orthoigen provides users several options for defining the output projection. The options are summarized below. If none of these options are used, orthoigen will default to the projection of the input file. If multiple input files are supplied, orthoigen will use the projection of the first image in the image chain. * '''srs''': Allows users to specify a PCS or EPSG code for the output image. For example, to set the output projection to NAD83/UTM zone 12N, specify the following: {{{ orthoigen --srs EPSG:26912 }}} * '''geo''': Sets the output projection to WGS84. This is identical to "--srs EPSG:4326". Example: {{{ orthoigen --geo }}} * Other methods: {{{ orthoigen --utm orthoigen --geo-scaled orthoigen --input-proj orthoigen --view-template view_template/utm_8.kwl }}} == Tiling Template == For now we have to enable a view when tiling {{{ orthoigen --utm --tiling-template