|
|
e80c19ef61
|
Update src/hdf5_writer.py to consider data lineage metadata in data ingestion process
|
2025-06-07 15:31:13 +02:00 |
|
|
|
a95fc1fc6a
|
Modified output_file_directory attribute in yaml files as ../output_files/
|
2025-06-07 15:30:19 +02:00 |
|
|
|
87462211a9
|
Update instruments/readers/nasa_ames_reader.py to handle dirty text entries. Dirty entries of time variables that cannot be properly processed are sent to nat
|
2025-05-27 10:12:20 +02:00 |
|
|
|
6851f03dbd
|
Restore instruments/readers/nasa_ames_reader.py to previous version.
|
2025-05-26 19:39:21 +02:00 |
|
|
|
bd74f8310c
|
Record missing values for each variable according to EBAS value convention
|
2025-05-21 13:53:18 +02:00 |
|
|
|
e4b2a4cd5a
|
Split header in three parts and detect variables and variable descriptions added to attribute dictionary
|
2025-05-21 09:19:16 +02:00 |
|
|
|
a22532d08d
|
Register new file reader in the reader registry system.
|
2025-05-14 13:51:28 +02:00 |
|
|
|
ad4339a76b
|
Added new filereader dictionary pair for nasames files. This is a first version that may change.
|
2025-05-14 13:50:08 +02:00 |
|
|
|
773b6a6fbe
|
Fix import statement in pipelines.data_integration.py
|
2025-03-14 10:12:57 +01:00 |
|
|
|
9276f060b0
|
WIP: Update contributing and acknowledgement sections.
|
2025-03-11 14:03:22 +01:00 |
|
|
|
32abd4cd56
|
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 |
|
|
|
5f9f09d288
|
Merge branch 'feature/DB_for_FileReader_Repo' into 'main'
Restructuring of file reader system to process multi-instrument data folders.
See merge request 5505-public/dima!3
|
2025-02-25 10:48:59 +01:00 |
|
|
|
295b43a89a
|
Merge branch 'main' into 'feature/DB_for_FileReader_Repo'
# Conflicts:
# instruments/filereader_registry.py
# pipelines/data_integration.py
# src/hdf5_writer.py
|
2025-02-25 10:41:02 +01:00 |
|
|
|
064b8b3a62
|
Update import statements in pipelines/data_integration.py. from instruments.readers import ... -> from instruments import ...
|
2025-02-25 09:21:52 +01:00 |
|
|
|
db4bb0ef03
|
Implemented create_hdf5_from_filesystem_new() using new instrument readers cml interface and subprocesses. This facilitates extension of file reading capabilities by collaborators without requiring changes to file_registry.py. Only additions in folders and registry.yaml.
|
2025-02-24 18:48:03 +01:00 |
|
|
|
92a2560ed7
|
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 |
|
|
|
9511377883
|
Merge branch 'main' of https://gitlab.psi.ch/5505-public/dima
|
2025-02-22 18:02:45 +01:00 |
|
|
|
1e67745fa4
|
Fix import for filereader_registry.py after moving it from intruments/readers/ one level above.
|
2025-02-22 17:59:00 +01:00 |
|
|
|
6ebc699a43
|
Moved filereader_registry.py outside readers folder.
|
2025-02-22 17:53:19 +01:00 |
|
|
|
bb48cfa0cd
|
Moved filereader_registry.py outside readers folder.
|
2025-02-22 17:51:56 +01:00 |
|
|
|
821d314cb6
|
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 |
|
|
|
8ce6f588dc
|
Implement data_lineage_metadata.json detection and then use it to annotate associated file.
|
2025-02-10 15:56:34 +01:00 |
|
|
|
68a9928c39
|
Enable boolean type columns from pandas DataFrame to be suitably converted into numpy structured array
|
2025-02-10 15:52:17 +01:00 |
|
|
|
c28286a626
|
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 |
|
|
|
0b29e2ec68
|
remove instruments/dictionaries/ICAD_NO2.yaml. Its dict terms are now in ICAD.yaml.
|
2025-02-08 19:23:37 +01:00 |
|
|
|
609bb0b859
|
Add dict terms from ICAD_NO2.yaml
|
2025-02-08 19:22:27 +01:00 |
|
|
|
ef7fe70bf0
|
Combine dictionaries of ICAD_HONO.yaml and ICAD_NO2.yaml into ICAD.yaml
|
2025-02-08 19:21:17 +01:00 |
|
|
|
b58e205f9f
|
Remove skip directory condition when directory keywords are empty. Here, all paths to files should be considered.
|
2025-02-07 16:37:01 +01:00 |
|
|
|
f986edd4a5
|
Fix reader txt/csv default behavior.
|
2025-02-07 16:25:45 +01:00 |
|
|
|
0d26777732
|
Enable instrumentFolder of form <instFolder>/<category>/ to be trasfered without flatenning
|
2025-02-07 16:24:21 +01:00 |
|
|
|
b374de60f3
|
Add try except block to trigger errors for invalid group names.
|
2025-02-06 16:07:45 +01:00 |
|
|
|
2f72177410
|
Add constraint to match only path/to/keyword1/keyword2/files containing a composite keyword keyword1/keyword2.
|
2025-02-06 15:34:38 +01:00 |
|
|
|
5d0ab4603f
|
Add property to extracted dataset as dataframe. Now time column is of datetime type to facilitate downstream procesing.
|
2025-02-04 17:23:32 +01:00 |
|
|
|
6fae139360
|
Implement method in hdf5 manager to infer datetime column in dataset
|
2025-02-04 17:13:01 +01:00 |
|
|
|
32bba4239a
|
Synch with remote repo
|
2025-02-03 10:31:48 +01:00 |
|
|
|
a3ccff4079
|
Fix typo in html text.
|
2025-01-27 13:53:59 +01:00 |
|
|
|
6653add80c
|
Update readme.md and set_up_env.sh
|
2025-01-27 13:29:29 +01:00 |
|
|
|
ef66d8f1c2
|
Update unload operation to remove reference and fix logic error to dataset metadata extraction.
|
2025-01-24 10:28:43 +01:00 |
|
|
|
1ae607f73b
|
Add validation step to yaml file validation to ensure list type and a minimun length for the 'instrument_datafolder' keyword.
|
2025-01-22 15:55:21 +01:00 |
|
|
|
5b06548d88
|
Fix typo on extension items, extensions need to include a dot .json and .yaml.
|
2025-01-21 09:30:49 +01:00 |
|
|
|
45132b42ce
|
Add json and yaml extensions to admissible file extension lists.
|
2025-01-21 08:57:38 +01:00 |
|
|
|
dd3ebcfe6d
|
Updated to cleared jupyter notebooks
|
2025-01-14 14:46:43 +01:00 |
|
|
|
4f85ca1ad6
|
Added comments to explain configuration parameters/or variables.
|
2025-01-14 14:25:53 +01:00 |
|
|
|
2bd2e89134
|
Add directory tree structure description.
|
2024-12-04 17:20:35 +01:00 |
|
|
|
600899dca2
|
Update .gitignore with output_files/
|
2024-12-04 16:53:57 +01:00 |
|
|
|
4a91785efb
|
Add .gitkeep and keep this folder empty. it is only to be used for local processing
|
2024-12-04 16:52:50 +01:00 |
|
|
|
49dff5b87b
|
Update readme with getting started section
|
2024-12-04 16:24:14 +01:00 |
|
|
|
3e37854445
|
Solved binary incompatibility issue of generated environment by conda installing h5py and numpy from conda-forge or default channels.
|
2024-12-04 16:15:42 +01:00 |
|
|
|
112b88e31f
|
Updated bash script and yml env file to set up python interpreter.
|
2024-12-04 13:52:35 +01:00 |
|
|
|
d422067223
|
Update to readme.md
|
2024-12-03 13:55:45 +01:00 |
|