In the documentation for gdaltindex there appears an option -ot <datatype>.
However, running the command for example gdaltindex -ot Float32 data.gti.fgb data/ results in ERROR 1: Unknown argument: -ot and the -ot argument is not listed in gdaltindex --help
Steps to reproduce the issue
Install GDAL 3.10
Run Command gdaltindex -ot Float32 data.gti.fgb data/
Command will error with ERROR 1: Unknown argument: -ot
Versions and provenance
OS: Ubuntu 20.04
GDAL: GDAL 3.10.0, released 2024/11/01 (debug build) (built from source)
What is the bug?
In the documentation for
gdaltindex
there appears an option-ot <datatype>
.However, running the command for example
gdaltindex -ot Float32 data.gti.fgb data/
results inERROR 1: Unknown argument: -ot
and the-ot
argument is not listed ingdaltindex --help
Steps to reproduce the issue
gdaltindex -ot Float32 data.gti.fgb data/
ERROR 1: Unknown argument: -ot
Versions and provenance
OS:
Ubuntu 20.04
GDAL:GDAL 3.10.0, released 2024/11/01 (debug build)
(built from source)Additional context
No response