Discovery currently names each record after the file name alone. Problems found in the 2025 archive layout:
Raw UHRS files are literally named rev1.segy inside per-line folders (e.g. LEI_25_M143_SOL/rev1.segy, FIG_25_M096_SOL/rev1.segy), so many records would get identical names.
The record name is unique per survey mission, so the second rev1.segy in a mission would fail to be created and records silently lost during discovery. Or I'm I missing something?
Proposal: name records {parent folder}/{file name}, truncated to the name limit?
@ricardogsilva What do you think? have we discuss this with Vasco? If so I don't remember.
Relates to #116.
Discovery currently names each record after the file name alone. Problems found in the 2025 archive layout:
Raw UHRS files are literally named
rev1.segyinside per-line folders (e.g.LEI_25_M143_SOL/rev1.segy,FIG_25_M096_SOL/rev1.segy), so many records would get identical names.The record name is unique per survey mission, so the second
rev1.segyin a mission would fail to be created and records silently lost during discovery. Or I'm I missing something?Proposal: name records {parent folder}/{file name}, truncated to the name limit?
@ricardogsilva What do you think? have we discuss this with Vasco? If so I don't remember.
Relates to #116.