Skip to content

Commit d656868

Browse files
authored
Additional information on the "Dataset identification" algorithm (#10673)
mentioning gdal dataset identify as its source
1 parent f5d2585 commit d656868

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/user_manual/processing_algs/gdal/miscellaneous.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Dataset Identification
1717
Reports the name of GDAL drivers that can open files contained in a folder,
1818
with 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**

0 commit comments

Comments
 (0)