Changes between Version 4 and Version 5 of RCDPhotoProcessing/RCDPostProcessing


Ignore:
Timestamp:
Feb 24, 2011, 10:25:04 AM (13 years ago)
Author:
emca
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RCDPhotoProcessing/RCDPostProcessing

    v4 v5  
    66
    77{{{
    8       tag_tiffs.py -V -d dd/mm/yyyy -p <projcode> -l <sitename> ( -s sortie ) <eventfile> <photographs_directory>
     8tag_tiffs.py -V -d dd/mm/yyyy -p <projcode> -l <sitename> ( -s sortie ) <eventfile> <photographs_directory>
    99}}}
    1010
     
    2121}}}
    2222
    23 A second script is used to then rename the files with useful names containing the project code, year and day. this script also takes the image events file and the folder containing the images as arguments and renames the files and creates a new image events file with the file names updated.
     23A second script is used to then rename the files with useful names containing the project code, year and day. this script also takes the processed image events file and the folder containing the images as arguments, renames the files and creates a new image events file with the file names updated.
    2424
    2525for more information on the script use -h option
     
    3535Renaming the files can take place once they have been tagged with the original filename information. Ask mark1 for a clunky script to do this (will get updated to a better script soon).
    3636
     37=== Creating an Event File ===
     38
     39Create a KML file for the delivery, using the eventfile created using rename_photos_update_events_file.py above
     40
     41generateKMLforPI.py -d <main_project_dir> -e <eventfile> -o <kml_output_filename>
     42
    3743=== Creating Thumbnails ===
    3844
     
    4551
    4652Will create JPG thumbnails of all the TIF images in the proc_images directory and save them into a directory called thumbnails.  For further usage run photo2thumb.sh -h
     53
     54
     55