Changes between Version 37 and Version 38 of orthoigen


Ignore:
Timestamp:
Oct 15, 2010, 4:14:27 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • orthoigen

    v37 v38  
    214214ossim-orthoigen --geo <input files> <output>
    215215}}}
    216 
     216 * '''geo-scaled''': Sets the output projection to WGS84 with an additional parameter used to specify the scale center. Let's say your input projection is utm and you want the output to be geographic with the pixels size scaled on the longitude direction by the cosine of the latitude. This will give you way less distortion unless you are very close to the Equator. In this example let's say the image center latitude is 41.5 North:
     217{{{
     218ossim-orthoigen --geo-scaled 41.5 --resample-type bicubic --meters 2.0 input.ntf output.tif
     219}}}
    217220 * '''wkt''': Sets the output projection using well known text (wkt). Example:
    218221{{{