Changes between Version 9 and Version 10 of img2rr


Ignore:
Timestamp:
Oct 16, 2010, 6:45:11 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • img2rr

    v9 v10  
    106106
    107107Build overviews, default type = ossim_tiff_box:[[BR]]
    108 ''ossim-img2rr <your-file>''[[BR]]
    109 [[BR]]
     108{{{
     109ossim-img2rr <your-file>
     110}}}
     111
    110112Build overviews, specifying to stop when both width and height are less than or equal to 64:[[BR]]
    111 ''ossim-img2rr -s 64 <your-file>''[[BR]]
    112 [[BR]]
    113 Build overviews, specifying to stop when both width and height are less than or equal to 32:[[BR]]
    114 ''ossim-img2rr -s 32 <your-file>''[[BR]]
    115 [[BR]]
    116 Build overviews forcing a rebuild if already present with -r option:[[BR]]
    117 ''ossim-img2rr -r <your-file>''[[BR]]
    118 [[BR]]
    119 Build overviews specifying the output file with -o option:[[BR]]
    120 ''ossim-img2rr <your-file> -o foo.ovr''[[BR]]
    121 [[BR]]
    122 Build overviews specifying the output directory with -d option:[[BR]]
    123 ''ossim-img2rr -d /tmp <your-file>''[[BR]]
    124 [[BR]]
    125 Build overviews specifying the output directory with -d option and the output file with -o option.  Good for multi entry:[[BR]]
    126 ''ossim-img2rr -d /tmp <a.toc> -o rpf-1''[[BR]]
    127 [[BR]]
    128 Build overviews specifying the type:[[BR]]
    129 ''ossim-img2rr -t ossim_tiff_box <your-file>''[[BR]]
    130 [[BR]]
    131 Build overviews specifying the type:[[BR]]
    132 ''ossim-img2rr -t ossim_tiff_nearest <your-file>''[[BR]]
    133 [[BR]]
    134 Build overviews specifying the type, nitf with j2k compressed blocks (requires Kakadu plugin):[[BR]]
    135 ''ossim-img2rr -t ossim_kakadu_nitf_j2k <your-file>''[[BR]]
    136 [[BR]]
    137 Build overviews specifying the type, nitf with j2k compressed blocks (requires Kakadu plugin) with reversible property set to on(lossless):[[BR]]
    138 ''ossim-img2rr -t ossim_kakadu_nitf_j2k --set-property reversible:true <your-file>''[[BR]]
    139 [[BR]]
    140 Build overviews specifying the type, nitf with j2k compressed blocks (requires Kakadu plugin) with reversible property set to off(lossy):[[BR]]
    141 ''ossim-img2rr -t ossim_kakadu_nitf_j2k --set-property reversible:false <your-file>''[[BR]]
    142 [[BR]]
    143 Build overviews specifying the type, gdal hfa (erdas imagine) (requires gdal plugin):[[BR]]
    144 ''ossim-img2rr -t gdal_hfa_nearest <your-file>''[[BR]]
    145 [[BR]]
    146 Build overviews copy r0 (full res layer) (ossim_tiff types only):[[BR]]
    147 ''ossim-img2rr -a <your-file>''
     113{{{
     114ossim-img2rr -s 64 <your-file>
     115}}}
     116Build overviews, specifying to stop when both width and height are less than or equal to 32:
     117{{{
     118ossim-img2rr -s 32 <your-file>
     119}}}
     120Build overviews forcing a rebuild if already present with -r option:
     121{{{
     122ossim-img2rr -r <your-file>
     123}}}
     124Build overviews specifying the output file with -o option:
     125{{{
     126ossim-img2rr <your-file> -o foo.ovr
     127}}}
     128Build overviews specifying the output directory with -d option:
     129{{{
     130ossim-img2rr -d /tmp <your-file>
     131}}}
     132Build overviews specifying the output directory with -d option and the output file with -o option.  Good for multi entry:
     133{{{
     134ossim-img2rr -d /tmp <a.toc> -o rpf-1
     135}}}
     136Build overviews specifying the type:
     137{{{
     138ossim-img2rr -t ossim_tiff_box <your-file>
     139}}}
     140Build overviews specifying the type:
     141{{{
     142ossim-img2rr -t ossim_tiff_nearest <your-file>
     143}}}
     144Build overviews specifying the type, nitf with j2k compressed blocks (requires Kakadu plugin):
     145{{{
     146ossim-img2rr -t ossim_kakadu_nitf_j2k <your-file>
     147}}}
     148Build overviews specifying the type, nitf with j2k compressed blocks (requires Kakadu plugin) with reversible property set to on(lossless):
     149{{{
     150ossim-img2rr -t ossim_kakadu_nitf_j2k --set-property reversible:true <your-file>
     151}}}
     152Build overviews specifying the type, nitf with j2k compressed blocks (requires Kakadu plugin) with reversible property set to off(lossy):
     153{{{
     154ossim-img2rr -t ossim_kakadu_nitf_j2k --set-property reversible:false <your-file>
     155}}}
     156Build overviews specifying the type, gdal hfa (erdas imagine) (requires gdal plugin):
     157{{{
     158ossim-img2rr -t gdal_hfa_nearest <your-file>
     159}}}
     160Build overviews copy r0 (full res layer) (ossim_tiff types only){{{
     161ossim-img2rr -a <your-file>
     162}}}
    148163
    149164
    150 
    151 == Related Links: ==
     165== Related Links ==
    152166[http://trac.osgeo.org/ossim/browser/trunk/ossim/etc/templates/ossim_preferences_template][[BR]]
    153167[http://trac.osgeo.org/ossim/wiki/ossimPreferenceFile][[BR]]
    154 [http://trac.osgeo.org/ossim/wiki/ossimOrthoIgen][[BR]]
    155168[http://trac.osgeo.org/ossim/wiki/UserDocs]
    156169