Detect dataset modalities using dataset-filetypes (#2909)
* trigger dataset-modalities from dataset-filetypes
* prepare for another modality detection method
* add detection of modality per file extension
* fix test and types
* log in case of exception (removes bandit warning) + add tests
* fix test
* refresh all the entries
* Additional modalities detection (#2912)
* extract features modality detection to method
* detect tabular datasets
* add two modalities + fix comment
* add simple time-series detection
* add comment
* add test
---------
Co-authored-by: Quentin Lhoest <lhoest.q@gmail.com>
* .tif/.tiff -> image, not geospatial
---------
Co-authored-by: Quentin Lhoest <lhoest.q@gmail.com>