Changes between Version 6 and Version 7 of ossim-preproc


Ignore:
Timestamp:
Apr 12, 2015, 5:35:39 AM (9 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossim-preproc

    v6 v7  
    137137ossim-preproc -r --ch --compression-quality 75 --compression-type jpeg --threads 4 <directory_to_walk>
    138138
    139 // Process all the tiffs in a directory feeding "prep", "file", "post" system commands via the --options option:
     139// Process all the tiffs in a directory feeding "prep", "file", "post" system commands via the --options option which includes indexing file into the omar database via omar-data-mgr app:
    140140ossim-preproc --options preproc-options.kwl -r -o --ch *.tif
    141141
    142142// Contents of preproc-options.kwl used in above command:
    143 prep.command0: echo start time: %{date}
     143prep.command0: echo start_time: %{date}
    144144prep.command0.strf_time_format: %Y%m%d%H%M%S
    145145prep.command1: mkdir -p %{date}
    146146file.command0: mv %{file_no_ext}.* %{date}/.
    147 post.command0: echo end time: %{date}
     147file.command1: omar-data-mgr -u http://localhost:8080/omar add %{date}/%{basename}
     148post.command0: echo end_time: %{date}
    148149post.command0.strf_time_format: %Y%m%d%H%M%S
    149150