MetOffice / XBTs_classification

Project for the classification of eXpendable Bathy Thermographs
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

try processing pipelines on newly downloaded data #23

Closed stevehadd closed 4 years ago

stevehadd commented 4 years ago

currently we are usng data that was downloaded by Matt Palmer. We should check that the code works with a fresh download of the XBT from WOD.

stevehadd commented 4 years ago

Having looked at the freshly downloaded data, I realised that it is not organised into files per year. I updated the script to process files with an arbitrary naming convention, but then realised that the main scripts expect the CSV input files to be arranged by year, which is not the case for those CSV files produced by the revised preprocessing script. I think we need a slightly revised script to be more flexible in the input it can handle, while still producing CSV files arranged by year. So the scripts should be updated as follows:

stevehadd commented 4 years ago

I have updated the wiki page to reflect the new preprocessing script, and the ability to run preprocessing as part of training. https://github.com/MetOffice/XBTs_classification/wiki/Running-XBT-experiments

stevehadd commented 4 years ago

Developments to address this issue: