OSGeo / gdal

GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
https://gdal.org
Other
4.92k stars 2.56k forks source link

Unknown argument `-ot` using `gdaltindex` in GDAL 3.10 #11300

Closed 1papaya closed 2 days ago

1papaya commented 2 days ago

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 in ERROR 1: Unknown argument: -ot and the -ot argument is not listed in gdaltindex --help

Steps to reproduce the issue

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

jratike80 commented 2 days ago

Duplicate of https://github.com/OSGeo/gdal/issues/11246 and fixed already https://github.com/OSGeo/gdal/pull/11268.