Open iferencik opened 1 day ago
Proper fix in https://github.com/OSGeo/gdal/pull/11310
Workaround with existing versions: AZURE_NO_SIGN_REQUEST=YES AZURE_STORAGE_ACCOUNT=overturemapswestus2 ogrinfo "PARQUET:/vsiaz/release/2024-11-13.0/theme=divisions/type=division_area//" --debug on -al -so
Note the trailing slash repeated twice. The workaround is not perfect because it causes the layer name to be an empty string, hence when converting to other formats with ogr2ogr you need to use -nln some_layer_name
What is the bug?
According to docs and ogr_parquet.py GDAL should be able to read partitioned data.
However, the docs also says: "This support is only enabled if the driver is built against the arrowdataset C++ library."
I am not sure how can this be checked except:
or
Steps to reproduce the issue
list overture data
list themes
list divisions
read one file
Versions and provenance
Additional context
I am trying to read effectively Parquet files in a bbox directly from Azure