Re: [gdal-dev] Issue converting geo parquet data

2024-07-30 Thread Even Rouault via gdal-dev
Hi Michael, This error comes very deep inside libparquet, actually in libthrift. The more natural assumption would be that it would be due to a corrupted Parquet file. If you disabled multithreading (GDAL_NUM_THREADS=1) and enabled --debug on, perhaps this would happen on the same file ? I was

[gdal-dev] Issue converting geo parquet data

2024-07-30 Thread Michael Smith via gdal-dev
Hi all, I was converting the overture maps parquet data to geopackage and got this error using gdal master (via conda). GDAL_NUM_THREADS=ALL_CPUS CPL_TMPDIR=/data2 ogr2ogr -f gpkg /data/overture_buildings.gpkg /vsis3/overturemaps-us-west-2/release/2024-07-22.0/theme=buildings "theme=bui