OSGeo / gdal

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

OpenFileGDB: wrong long driver name #11079

Open jratike80 opened 3 days ago

jratike80 commented 3 days ago

What is the bug?

GDAL shows "ESRI FileGDB" as a long name for the OpenFileGDB driver.

Steps to reproduce the issue

ogrinfo --format OpenFileGDB
Format Details:
  Short Name: OpenFileGDB
  Long Name: ESRI FileGDB

Versions and provenance

GDAL 3.10.0dev-b6edb5191e, released 2024/10/07

Additional context

No response

rouault commented 3 days ago

What would you suggest as long name ?

jratike80 commented 11 hours ago

Can't imagine anything better than "OpenFileGDB". Now the long name "ESRI FileGDB" makes me think it means https://gdal.org/en/latest/drivers/vector/filegdb.html which has a long name "ESRI File Geodatabase (FileGDB)".

rouault commented 11 hours ago

what about 'ESRI FileGeodatabase (using OpenFileGDB)' : https://github.com/OSGeo/gdal/pull/11122 ?