|
|
6b43c95a8d
|
Implemented hdf5_file_reader.py and updated register.yaml and hdf5_writer.py. This replaces previous function __copy_file_in_group().
|
2025-02-25 12:25:15 +01:00 |
|
|
|
e5fdc6fa31
|
Update all file readers with command line interface so we can run them as a subprocess. Added also registry.yaml to decouple code from user-based instrument adaptations or extensions.
|
2025-02-24 17:27:12 +01:00 |
|
|
|
02e926e003
|
Moved filereader_registry.py outside readers folder.
|
2025-02-22 17:51:56 +01:00 |
|
|
|
81be6b54c8
|
Change import statements with try except to enable explicit import of submodules from import to avoid conflicts with parent project.
|
2025-02-22 17:10:53 +01:00 |
|
|
|
7906387271
|
Make file reader selection case insensitive by using ext.lower() and update config_text_reader.py to point to renamed dictionary.
|
2025-02-08 19:45:16 +01:00 |
|
|
|
cbf468f5ac
|
remove instruments/dictionaries/ICAD_NO2.yaml. Its dict terms are now in ICAD.yaml.
|
2025-02-08 19:23:37 +01:00 |
|
|
|
131704dcf2
|
Add dict terms from ICAD_NO2.yaml
|
2025-02-08 19:22:27 +01:00 |
|
|
|
33aabf45fa
|
Combine dictionaries of ICAD_HONO.yaml and ICAD_NO2.yaml into ICAD.yaml
|
2025-02-08 19:21:17 +01:00 |
|
|
|
1a843ee2c6
|
Fix reader txt/csv default behavior.
|
2025-02-07 16:25:45 +01:00 |
|
|
|
e358d4ab64
|
Synch with remote repo
|
2025-02-03 10:31:48 +01:00 |
|
|
|
d59e9d2c0b
|
Fix typo on extension items, extensions need to include a dot .json and .yaml.
|
2025-01-21 09:30:49 +01:00 |
|
|
|
f07dfc0a81
|
Add json and yaml extensions to admissible file extension lists.
|
2025-01-21 08:57:38 +01:00 |
|
|
|
f483e8d7fe
|
Updated instrument dictionaries with variable descriptor names aligned with CF metadata conventions.
|
2024-11-25 15:49:49 +01:00 |
|
|
|
05f16bf717
|
Added .pkl extension in the list of admissible file extensions
|
2024-11-21 11:47:41 +01:00 |
|
|
|
13d65a7383
|
Fixed bug when file reader not available. File reader registry now returns a reade that maps input to None.
|
2024-10-14 16:03:03 +02:00 |
|
|
|
51e8e6ae66
|
Cleaned up import statements and comment out path append operations
|
2024-10-10 14:27:50 +02:00 |
|
|
|
2dbd255589
|
Created file reader for acsm tofware files, updated registry and updated yaml file with instrument specific terms and reader config params.
|
2024-10-07 16:18:14 +02:00 |
|
|
|
2920be624a
|
Added new instrument (flagging app) file reading capabilities. It includes two files a flag_reader.py that takes flag.json files produced by the app into a standard intermidiate representation, and a yaml file with instrument dependent description terms. Last, we modified the filereader_registry.py to find the new instrument file reader.
|
2024-10-03 09:07:06 +02:00 |
|
|
|
bac6f5d773
|
Added __init__.py inside intrument folders
|
2024-10-02 15:51:02 +02:00 |
|
|
|
c992662a1f
|
Renamed to_yaml() as serialize_metadata() and introduce input parameter output_format, which allows yaml or json.
|
2024-09-26 16:23:09 +02:00 |
|
|
|
90d43a46f8
|
Fixed instrument_dir estimation to be bottom up, ie, based on path to file. Otherwise, it does not work when dima used as submodule
|
2024-09-19 15:47:11 +02:00 |
|
|
|
1e0da55abc
|
Removed and splitted into instruments/readers/filereader_registry.py instruments/readers/g5505_text_reader.py instruments/readers/xps_ibw_reader.py
|
2024-08-23 16:09:04 +02:00 |
|
|
|
0a58e86bcb
|
Split instruments/readers/g5505_file_reader.py into a fileregistry.py and independent file readers. This is to improve instrument modularity and additions
|
2024-08-23 16:06:44 +02:00 |
|
|
|
cfae414b0e
|
Renamed to reflect better the functionality of the file
|
2024-08-23 15:50:14 +02:00 |
|
|
|
7ad4e686a7
|
Moved copy_file_in_group() into hdf5_lib.py because it is not really doing the same role of all filereaders
|
2024-08-23 15:45:32 +02:00 |
|
|
|
33ad9acdd4
|
Moved all yaml files with dictionary terms for each instrument to dictionaries folder
|
2024-08-23 14:32:23 +02:00 |
|
|
|
f20e02d62f
|
Added ACSM_TOFWARE metadata descriptions
|
2024-08-23 14:23:32 +02:00 |
|
|
|
a33e2b681f
|
Fixed a few import dependencies after relocating this file.
|
2024-08-23 10:57:13 +02:00 |
|
|
|
e76ed79f1e
|
Moved src/g5505_file_reader.py -> instruments/readers/g5505_file_reader.py to increase modularity with respect to new intrument additions.
|
2024-08-23 10:11:29 +02:00 |
|
|
|
6a0ae327ae
|
Changed link to descriptions according to new instrument folder location.
|
2024-08-12 13:40:43 +02:00 |
|
|
|
ac23822b0e
|
Moved instruments folder outside src/.
|
2024-08-12 10:09:21 +02:00 |
|