Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenFileGDB: Better error message about cdf files #9910

Closed
jratike80 opened this issue May 13, 2024 · 0 comments · Fixed by #9914
Closed

OpenFileGDB: Better error message about cdf files #9910

jratike80 opened this issue May 13, 2024 · 0 comments · Fixed by #9914
Assignees

Comments

@jratike80
Copy link
Collaborator

What is the bug?

The OpenFileGDB driver cannot handle the CDF format (Compressed Data Format). The driver gives a message like

Warning 1: VA_Parcels layer has a Virginia_Parcel_Dataset_2024Q1.gdb\a00000009.gdbtable.cdf file whose format is unhandled

There may be other unsupported formats but I guess that the .cdf extension is a reliable sign about CDF and the error message could be explicit " ...layer has a file ... using Compressed Data Format (CDF) that is unhandled". Maybe even "...unhandled by the OpenFileGDB driver", because the FileGDB driver can handle CDF.

Steps to reproduce the issue

Run ogrinfo for a filegeodatabase having CDF compressed layers. For exaple the Virginia_Parcel_Dataset_2024Q1.gdb from https://vgin.maps.arcgis.com/home/item.html?id=29627d7c051a47dc8ce71b4484531ab3

Versions and provenance

Current and past GDAL versions on all platforms.

Additional context

No response

@rouault rouault self-assigned this May 13, 2024
rouault added a commit to rouault/gdal that referenced this issue May 13, 2024
…with a .cdf file and FileGDB driver isn't there

Fixes OSGeo#9910
rouault added a commit to rouault/gdal that referenced this issue May 13, 2024
…with a .cdf file and FileGDB driver isn't there

Fixes OSGeo#9910
rouault added a commit to rouault/gdal that referenced this issue May 13, 2024
…with a .cdf file and FileGDB driver isn't there

Fixes OSGeo#9910
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants