Changes between Version 7 and Version 8 of RCDPhotoProcessing/RCDPostProcessing


Ignore:
Timestamp:
Jul 1, 2011, 12:09:07 PM (13 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RCDPhotoProcessing/RCDPostProcessing

    v7 v8  
    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 ===
     37=== Creating a kml file ===
    3838
    3939Create a KML file for the delivery, using the eventfile created using rename_photos_update_events_file.py above
     
    5252Will 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
    5353
    54 
    55 Photographic data delivery ¶
     54=== Creating delivery structure ===
    5655
    5756Once 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.
     
    5958
    6059COPYRIGHT.txt
     60Read_Me-DATE.txt
     61doc/ - contains data quality report and calibration certificate
     62eventfile/ - contains Image events file created from photo_renamer script
     63PROJCODE-YEARJDAY-SITENAME.kml - Google Earth file that shows photograph locations
     64photographs/ - contains processed and tagged tifs (named from 00001 onwards)
     65thumbnails/ - contains thumbnails of the tifs from photographs
    6166
    62 Read_Me-DATE.txt
    63 
    64 doc/ - contains data quality report and calibration certificate
    65 
    66 eventfile/ - contains Image events file created from photo_renamer script
    67 
    68 PROJCODE-YEARJDAY-SITENAME.kml - Google Earth file that shows photograph locations
    69 
    70 photographs/ - contains processed and tagged tifs (named from 00001 onwards)
    71 
    72 thumbnails/ - contains thumbnails of the tifs from photographs
    73 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.kml
    78 
    79 Run sorte_fixer.sh in the photograph directory to correct the misspelt 'sorte' tag.
    8067To create a readme for the delivery: ¶
    8168Latex PDF readme ¶