Version 14 (modified by mggr, 15 years ago) (diff) |
---|
NEODC Data Delivery
This page documents the procedure to follow when delivering data to NEODC.
First, we need to have some data to send - these should be datasets that are 'completed'.
Work in progress'''
- Prepare the relevant datasets:
- Make sure everything is where it should be! (see this wiki page? for the layout)
- Check everything is there (PDF logsheet, delivery directories, scripts, applanix/rinex data)
- 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.
- Delete the contents of the lev1/ subdirectory, where these are duplicates of the delivery directory.
- Scan the filesystem for any 'bad' things and fix them:
- delete any unnecessary files - backups of DEMs that weren't used, temp files created by gedit (~ at end of filename), etc
- Remove executable bit on all files (except bin/az* and the run[aceh] scripts) -> find -type f -not -wholename '*bin/az*' -and -not -regex '.*/run[aceh]/.*sh' -and -perm /a=x -exec chmod a-x {} \;
- 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
- Give everyone read permissions (and execute if it has user execute) for the current directory and below - chmod -R a+rX .
- Request DTG archives the data
- note request on ticket
- switch ticket component to "archiving" for ease of tracking.
- When DTG completes the archiving (note date as YYYYMMDD)
- move the data from the active location to ~arsf/arsf_data/archived/YYYYMMDD/..<original path from ~arsf/arsf_data/>
- e.g. ~arsf/2008/flight_data/uk/CEH08_01... backed up on 1st Feb 2009 would be ~arsf/arsf_data/archived20090201/2008/flight_data/uk/CEH08_01...
- move the data from the active location to ~arsf/arsf_data/archived/YYYYMMDD/..<original path from ~arsf/arsf_data/>
- Create an archive tarball for NEODC to download:
su - arsf cd ~/arsf_data/archived/ # figure out what you want to archive, e.g. all in 20080219 archive dir, then ./archive_helper-justdoit.sh 20080219/2007/flight_data/uk/* # note you need to specify dirs at the project level, hence the * above
- When complete, this will have dumped the data into ~arsf/arsf_data/archived/neodc_transfer_area/staging/. Check it looks ok then move it up one level so NEODC can rsync it.
- Notify NEODC they can download the data.
- When NEODC have the data, note on ticket that it's been archived/sent to neodc and close it.