Changes between Version 7 and Version 8 of RCDPhotoProcessing/RCDPostProcessing
- Timestamp:
- Jul 1, 2011, 12:09:07 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RCDPhotoProcessing/RCDPostProcessing
v7 v8 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 a n Event File ===37 === Creating a kml file === 38 38 39 39 Create a KML file for the delivery, using the eventfile created using rename_photos_update_events_file.py above … … 52 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 53 54 55 Photographic data delivery ¶ 54 === Creating delivery structure === 56 55 57 56 Once the data has been processed, it needs to be put into a delivery directory. This is the final file structure in which it will be sent to the customer. … … 59 58 60 59 COPYRIGHT.txt 60 Read_Me-DATE.txt 61 doc/ - contains data quality report and calibration certificate 62 eventfile/ - contains Image events file created from photo_renamer script 63 PROJCODE-YEARJDAY-SITENAME.kml - Google Earth file that shows photograph locations 64 photographs/ - contains processed and tagged tifs (named from 00001 onwards) 65 thumbnails/ - contains thumbnails of the tifs from photographs 61 66 62 Read_Me-DATE.txt63 64 doc/ - contains data quality report and calibration certificate65 66 eventfile/ - contains Image events file created from photo_renamer script67 68 PROJCODE-YEARJDAY-SITENAME.kml - Google Earth file that shows photograph locations69 70 photographs/ - contains processed and tagged tifs (named from 00001 onwards)71 72 thumbnails/ - contains thumbnails of the tifs from photographs73 Creating a delivery directory ¶74 75 The quick way If you are lucky then you should just be able to run a script to do the stages of processing and it will auto create a delivery directory. The stages of the script involve creating the delivery structure, populating it with files, tagging and renaming the tif images, creating thumbnail images, creating a KML file and generating the Read_Me file.76 77 The slow way Once the instructions on photo processing have been followed you should have a directory of processed, tagged tiffs which have been renamed as per the convention. Also, there should be a directory of thumbnail images of the processed tiffs. These should be moved over into the photographs and thumbnails directories respectively. The event file created from the renaming script should be copied into the eventfile directory. Use this event file to create a kml file in the delivery directory using kmlise_project.py -d <main_project_directory> -e <eventfile> > PROJ_CODE-YEARJDAY-SITENAME.kml78 79 Run sorte_fixer.sh in the photograph directory to correct the misspelt 'sorte' tag.80 67 To create a readme for the delivery: ¶ 81 68 Latex PDF readme ¶