Changes between Version 19 and Version 20 of orthoigen


Ignore:
Timestamp:
Oct 14, 2010, 8:36:09 PM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • orthoigen

    v19 v20  
    222222}}}
    223223
     224== Output Resolution ==
     225By default, orthoigen will default to the lowest resolution image found in the list of input files. Users can override this by specifying the output resolution.
     226 * '''meters''' Specify the output resolution in meters per pixel. Takes a single value applied equally to x and y directions.
     227 * '''meters-xy''' Specify the output resolution in meters per pixel. Takes a two values. The first is applied to the x axis. The second is applied to the y axis.
    224228
    225229== !Clipping/Subsetting ==
     
    229233 * '''cut-bbox-ll''' Specify the min lat and min lon and max lat and max lon. Coordinates must be specified in geographic/WGS84 regardless of the input source. Example:
    230234{{{
    231 ossim-orthoigen --cut-bbox-ll 39.404924571118 -81.99628476172565 41.42562799033801 -60.95369308905316 input.tif output.tif
     235ossim-orthoigen --cut-bbox-ll 39.4049 -81.9962 41.4256 -60.9536 input.tif output.tif
    232236}}}
    233237 * '''cut-bbox-en''' Specify the min easting, min northing, max easting, max northing