File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
docs/user_manual/processing_algs/gdal Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ Dataset Identification
1717Reports the name of GDAL drivers that can open files contained in a folder,
1818with optional additional details, and write the result into an output vector layer.
1919
20+ This algorithm is derived from the
21+ `GDAL dataset identify utility <https://gdal.org/en/stable/programs/gdal_dataset_identify.html >`_.
22+
2023.. attention :: Running this algorithm requires QGIS installed with GDAL_ >= 3.13.0
2124 (see :menuselection: `Help --> About ` menu).
2225
@@ -101,4 +104,4 @@ Python code
101104
102105.. include :: ../algs_include.rst
103106 :start-after: **algorithm_code_section **
104- :end-before: **end_algorithm_code_section **
107+ :end-before: **end_algorithm_code_section **
You can’t perform that action at this time.
0 commit comments