You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for your fantastic work on this library and your contributions to the structural dynamics community!
Regarding the read_sets() function: Would it be possible to add an option to read only the metadata without loading the actual data (data and x)?
This would be helpful for reducing computation time when just browsing dataset channels in large UFF files (1GB+), where read_data() can take 25+ seconds to execute. It could also enable a more lazy loading approach when implementing in applications.
I experimented with this on dataset 58, and by adding this functionality to read in just metadata, the processing time was reduced to a couple of seconds.
Is this something that could be considered for a future update? I would be happy to contribute.
The text was updated successfully, but these errors were encountered:
Hi pyuff developers,
First off, thank you for your fantastic work on this library and your contributions to the structural dynamics community!
Regarding the read_sets() function: Would it be possible to add an option to read only the metadata without loading the actual data (data and x)?
This would be helpful for reducing computation time when just browsing dataset channels in large UFF files (1GB+), where read_data() can take 25+ seconds to execute. It could also enable a more lazy loading approach when implementing in applications.
I experimented with this on dataset 58, and by adding this functionality to read in just metadata, the processing time was reduced to a couple of seconds.
Is this something that could be considered for a future update? I would be happy to contribute.
The text was updated successfully, but these errors were encountered: