.. only:: html
.. contents::
:local:
:depth: 1
:class: toc-columns
Added in 4.0
Reports the name of GDAL drivers that can open files contained in a folder, with optional additional details, and write the result into an output vector layer.
This algorithm is derived from the GDAL dataset identify utility.
Attention!
Running this algorithm requires QGIS installed with GDAL >= 3.13.0 (see :menuselection:`Help --> About` menu).
| Label | Name | Type | Description |
|---|---|---|---|
| Input folder | INPUT |
[folder] | Folder containing datasets to identify. |
| Perform recursive exploration of the input folder | RECURSIVE |
[boolean] Default: |
If checked, the algorithm will scan subfolders recursively to identify datasets in the entire directory tree. |
| Add details about identified datasets in the output | DETAILS |
[boolean] Default: |
If checked, additional details about each identified dataset will be added to the output vector layer. |
| Output file | OUTPUT |
[vector: any] Default: |
Specification of the output vector layer. :ref:`One of <output_parameter_widget>`: |
| Label | Name | Type | Description |
|---|---|---|---|
| Output file | OUTPUT |
[vector: any] | Vector layer containing the identification fields:
|
Algorithm ID: gdal:dataset_identify