Changes between Version 9 and Version 10 of Procedures/NEODCDelivery
- Timestamp:
- Jan 14, 2009, 10:19:08 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NEODCDelivery
v9 v10 7 7 '''Work in progress!''' 8 8 9 1. Copy the relevant datasets onto the disk. For each dataset:9 1. Prepare the relevant datasets: 10 10 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) 11 12 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 it14 1. Any additional information that'll help explain unusual files/dirs15 13 1. Scan the filesystem for any 'bad' things and fix them: 16 14 1. delete any unnecessary files - backups of DEMs that weren't used, temp files created by gedit (~ at end of filename), etc … … 18 16 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 19 17 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 20 22 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.