You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ogrinfo /vsitar/polbndl_usa.gdb_nt00913.tar.gz/polbndl_usa.gdb
FAILURE:
Unable to open datasource `/vsitar/polbndl_usa.gdb_nt00913.tar.gz/polbndl_usa.gdb' with the following drivers.
Unpack with tar xzvf and repack with tar czvf and then it works.
$ ogrinfo /vsitar/polbndl_usa.gdb_nt00913_repack.tar.gz/polbndl_usa.gdb
Warning 1: VSIFSeekL(xxx, SEEK_END) may be really slow on GZip streams.
INFO: Open of /vsitar/polbndl_usa.gdb_nt00913_repack.tar.gz/polbndl_usa.gdb' using driver OpenFileGDB' successful.
1: polbnd_usa (Multi Line String)
Operating system
Ubuntu 18.10 x64
GDAL version and provenance
GDAL 2.3.2
Will try it with current
The text was updated successfully, but these errors were encountered:
Expected behavior and actual behavior.
GDAL still failing to read some TGZ archives, for example:
https://prd-tnm.s3.amazonaws.com/StagedProducts/Small-scale/data/Boundaries/polbndl_usa.gdb_nt00913.tar.gz
Steps to reproduce the problem.
$ ogrinfo /vsitar/polbndl_usa.gdb_nt00913.tar.gz/polbndl_usa.gdb
FAILURE:
Unable to open datasource `/vsitar/polbndl_usa.gdb_nt00913.tar.gz/polbndl_usa.gdb' with the following drivers.
Unpack with
tar xzvf
and repack withtar czvf
and then it works.$ ogrinfo /vsitar/polbndl_usa.gdb_nt00913_repack.tar.gz/polbndl_usa.gdb
Warning 1: VSIFSeekL(xxx, SEEK_END) may be really slow on GZip streams.
INFO: Open of
/vsitar/polbndl_usa.gdb_nt00913_repack.tar.gz/polbndl_usa.gdb' using driver
OpenFileGDB' successful.1: polbnd_usa (Multi Line String)
Operating system
Ubuntu 18.10 x64
GDAL version and provenance
GDAL 2.3.2
Will try it with current
The text was updated successfully, but these errors were encountered: