Changes between Version 4 and Version 5 of RCDPhotoProcessing/RCDPostProcessing
- Timestamp:
- Feb 24, 2011, 10:25:04 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RCDPhotoProcessing/RCDPostProcessing
v4 v5 6 6 7 7 {{{ 8 8 tag_tiffs.py -V -d dd/mm/yyyy -p <projcode> -l <sitename> ( -s sortie ) <eventfile> <photographs_directory> 9 9 }}} 10 10 … … 21 21 }}} 22 22 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.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 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. 24 24 25 25 for more information on the script use -h option … … 35 35 Renaming 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). 36 36 37 === Creating an Event File === 38 39 Create a KML file for the delivery, using the eventfile created using rename_photos_update_events_file.py above 40 41 generateKMLforPI.py -d <main_project_dir> -e <eventfile> -o <kml_output_filename> 42 37 43 === Creating Thumbnails === 38 44 … … 45 51 46 52 Will 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