|
|
755d0cbf2e
|
Implemented partially the func create_hdf5_file_from_filesystem_path, which reads a file system path and copies if directory structure in a hdf5 file. Next steps require aligning the structure in the context of our FAIR data file hierarchy and adding data to it. Last commit of the year :). Happy holidays!
|
2023-12-22 15:05:28 +01:00 |
|
|
|
25c0f07cc3
|
Implemented 1) function to add metadata to root folder in existing hdf5 file, 2) piece of code to display root folder's metadata on treemap's hoover.
|
2023-11-02 15:46:14 +01:00 |
|
|
|
cc52fafc44
|
Implemented a few new features such as create_group_hierarchy of any depth, get_parent_child_relationships, and display_group_hierarchy_on_a_treemap. Additionally, unified read_hdf5_as_dataframe's and documented it better.
|
2023-10-31 14:30:34 +01:00 |
|
|
|
87b256d93e
|
Updated create_hdf5_file.py with input, enabling either botton-up and top-down construction of group hierarchies. So, far, implementation works for top-down construction where group hierarchies can be of any depth and defined by categorical columns.
|
2023-10-26 14:44:53 +02:00 |
|
|
|
d95a08caaa
|
Implemented partially validation of group hierarchy input param. It needs to be extended to deeper group hierarchies and perhaps output nonconforming lowerlevel groups.
|
2023-10-20 16:56:27 +02:00 |
|
|
|
7eb1686d1f
|
Modified creat_hdf5_file to admit group_by_list of functions that will be used to create group hierarchy.
|
2023-10-19 16:57:33 +02:00 |
|
|
|
0248ca3c6e
|
Added a new function read_hdf5_as_dataframe_v2 which supports hdf5 files without datasets and replaced the dataframe construction procedure to a column wise basis.
|
2023-10-10 09:00:41 +02:00 |
|
|
|
3e9a26f147
|
Initial commit. hdf5_lib.py contains functions to read hdf5 file as dataframe. and napp_plotlib contains functions to plot image and spectra. jupyter notebook included to illustrate functions.
|
2023-08-22 14:28:27 +02:00 |
|