- Timestamp:
-
10/14/10 20:36:09 (3 years ago)
- Author:
-
pborissow
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v19
|
v20
|
|
| 222 | 222 | }}} |
| 223 | 223 | |
| | 224 | == Output Resolution == |
| | 225 | By 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. |
| 224 | 228 | |
| 225 | 229 | == !Clipping/Subsetting == |
| … |
… |
|
| 229 | 233 | * '''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: |
| 230 | 234 | {{{ |
| 231 | | ossim-orthoigen --cut-bbox-ll 39.404924571118 -81.99628476172565 41.42562799033801 -60.95369308905316 input.tif output.tif |
| | 235 | ossim-orthoigen --cut-bbox-ll 39.4049 -81.9962 41.4256 -60.9536 input.tif output.tif |
| 232 | 236 | }}} |
| 233 | 237 | * '''cut-bbox-en''' Specify the min easting, min northing, max easting, max northing |
|