Modify instruments/readers/g5505_text_reader.py to include new instrument CEDOAS, which produces multi-format files. The updated file dependencies.

This commit is contained in:
2025-06-25 12:00:55 +02:00
parent 334335387e
commit e6df345578
5 changed files with 257 additions and 153 deletions

View File

@ -83,3 +83,8 @@ instruments:
fileExtension: yaml,yml,json
fileReaderPath: instruments/readers/read_structured_file_as_dict.py
InstrumentDictionaryPath: instruments/dictionaries/EBAS.yaml
- instrumentFolderName: CEDOAS
fileExtension: txt
fileReaderPath: instruments/readers/g5505_text_reader.py
InstrumentDictionaryPath: instruments/dictionaries/CEDOAS.yaml