AusMicrobiome / microbial_ocean_atlas

GNU General Public License v3.0
1 stars 2 forks source link

voyage title in TripCode column #10

Open clairedavies opened 1 year ago

clairedavies commented 1 year ago

Hi, It would be beneficial if the voyage data could be grouped somehow, I'm suggesting adding a voyage trip title to the TripCode column in OceanVizdata.csv. This is currently blank. Jodie says this data is available "We already have a column in our metadata sheet/database called “voyage_code” which should be populated with e.g., ‘IN2019_V03’, the only thing will be how up to date that is…. It was added after a lot of this data was generated and to date we’ve been focussed on making sure all the current and new things coming in have all the correct info and haven’t finished retro-fitting everything. I definitely have that info for most of the big voyages and could go through and populate."

Not urgent at this point but will be required if we get more funding.

Smithmania commented 1 year ago

Modified script SSI_4c_generate_final_table.py to include voyage_code field from the AM metadata database. Data from the voyage_code field is merged with the TripCode field, voyage_code is then removed from the table.

New table generated for testing in branch 2.1.0.

Feedback welcomed.