Changes between Version 23 and Version 24 of Processing/proj_tidy


Ignore:
Timestamp:
Dec 2, 2014, 3:53:25 PM (9 years ago)
Author:
dap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/proj_tidy

    v23 v24  
    6060* Some updates are needed to the regex files so it recognises some newer files
    6161  * I believe these are up to date. ~~The only things that will need adding are the owl delivery directories and any owl files that are required in the main project directory. The folder_structure library will also need to be updated to include the owl directories so that they are built when unpacking.~~ Delivery libraries will need to be updated so that delivery structure is created when needed.
    62   * Where proj_tidy checks that all the compulsory files are present, checking for mandatory Owl files needs to be added.
     62  * ~~Where proj_tidy checks that all the compulsory files are present, checking for mandatory Owl files needs to be added.~~
    6363* The use folder_structure to decide what dirs are missing is creating folders we don't need in flights, like eagle and hawk dirs when there is no data for those. Should either remove these from folder_structure or (better) integrate this bit with the part that determines if sensors are present so it doesn't create these if they're not needed. It also currently puts owl in hyperspectral/owl when it should be in thermal/owl.
    6464* ~~There are common errors that ops do that we should integrate into proj_tidy to make unpacking easier. For example, the RCD raws are often not put into the rcd/raw_images/ dir, so we could do this automatically.~~