Changes between Version 9 and Version 10 of Procedures/NEODCDelivery


Ignore:
Timestamp:
Jan 14, 2009, 10:19:08 AM (15 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NEODCDelivery

    v9 v10  
    77'''Work in progress!'''
    88
    9  1. Copy the relevant datasets onto the disk.  For each dataset:
     9 1. Prepare the relevant datasets:
    1010   1. Make sure everything is where it should be! (see [wiki:Procedures/DataFlow this wiki page] for the layout)
     11   1. Check everything is there (PDF logsheet, delivery directories, scripts, applanix/rinex data)
    1112   1. Add a copy of the relevant trac ticket(s) - save these as html (including images) as `arsf_trac_ticket_XXX.html` and put in the admin/ subdir.
    12  1. Write a README.txt that explains:
    13    1. The layout of the disk and what's on it
    14    1. Any additional information that'll help explain unusual files/dirs
    1513 1. Scan the filesystem for any 'bad' things and fix them:
    1614   1. delete any unnecessary files - backups of DEMs that weren't used, temp files created by gedit (~ at end of filename), etc
     
    1816   1. Find all files/dirs with unusual characters (space, brackets, etc) - use `find -regex '.*[^-0-9a-zA-Z/._].*' | ~arsf/usr/bin/fix_naughty_chars.py` to give suggested commands, but check first
    1917   1. Give everyone read permissions (and execute if it has user execute) for the current directory and below - `chmod -R a+rX .`
     18
     19 1. Write a README.txt that explains:
     20   1. The layout of the disk and what's on it
     21   1. Any additional information that'll help explain unusual files/dirs
    2022 1. Create a filelist (`find -ls > file_list.txt`)
    21  1. Copy the README and filelist to the USB stick associated with the disk.
    22  1. Print out and attach listings & README to the logbook.
    23  1. Package up the disk, USB stick and log book nicely and post to NEODC at the address below:
    24 {{{
    25 ARSF Data Archiving c/o Victoria Jay
    26 NERC Earth Observation Data Centre
    27 Space Science & Technology Dept.
    28 STFC Rutherford Appleton Laboratory
    29 Chilton, Didcot OX11 0QX
    30 }}}
     23
     24 1. Note on ticket that it's been archived/sent to neodc and close the ticket.