udupa-varun / hdf5_explorer

A tool to visualize data from HDF5/H5 data files that adhere to the PDX data structure, built using Streamlit.
0 stars 0 forks source link

[FEATURE] Utilize baseline dates from file #14

Open udupa-varun opened 2 years ago

udupa-varun commented 2 years ago

Is your feature request related to a problem? Please describe. The baseline dates present in the data is currently ignored.

What would adding this feature accomplish? Grabbing these values could add value to the raw data and feature tabs. Not a lot of value for the health tab (although implementation-wise it should be similar to the features tab).

Is the lack of this feature currently blocking your work? Thinking ahead

Describe the solution you'd like Retrieve baseline dates for selected health component. Already the question arises, how is this selected/detected and where?

Raw data implementation - Add a selectbox of records within the baseline dates. Empty by default, but if records are selected here then raw data for those records is also plotted, with visual indication that they belong to the baseline.

Feature data implementation - If the selected date range has overlap with the baseline dates, highlight the overlapped date range. Otherwise ignore it.

Describe alternatives you've considered None yet

Additional context N/A