Search
The search feature filters through datasets based on the search terms provided by the user. The search terms can be combined to narrow down the search results.
By default, every search field is AND-based, meaning every provided term must be present in the resulting dataset.
Download the search results
Following the search, you may download the imaging derived metrics of the datasets from the search results. You will get a single .tar.xz file with parquet files inside. You may read parquet files using the pandas or polars library in Python.
Note
Other languages
Apache parquet is a file format supported by most popular programming languages. You may find libraries for reading parquet files in your preferred language.