SoilPulse / MetadataGenerator

The metadata generator guides researchers to the creation of reusable data sets in a webapp.
GNU General Public License v3.0
0 stars 0 forks source link

file selection #15

Closed jonaslenz closed 4 months ago

jonaslenz commented 9 months ago

show all downloaded files of dataset in a tree like structure and make them selectable.

--> The tree visualisation runs currently on the streamlit_tree_select package. --> The needed node list is generated by a slight modification of: https://gist.github.com/HiroshigeAoki/0a1d414ad0dd9fef6721f73a896513a6, using os.walk()

@jandevaty : currently the tree shows all files in recognized folders, but my functions only recon the first (sub)folder, not further folders. Do you have an idea how to create the comlete node list?

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9cbd4e3) 95.16% compared to head (1ae934b) 95.16%.

:exclamation: Current head 1ae934b differs from pull request most recent head 8385acc. Consider uploading reports for the commit 8385acc to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #15 +/- ## ======================================= Coverage 95.16% 95.16% ======================================= Files 4 4 Lines 62 62 ======================================= Hits 59 59 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.