Re: [gdal-dev] Using ADBC to read geometries

2024-12-25 Thread Michael Smith via gdal-dev
As a followup, I was able to get this working using gdal-master build from conda (which is quite cool): ogrinfo -ro -oo PRELUDE_STATEMENTS="LOAD SPATIAL" -oo PRELUDE_STATEMENTS="LOAD PARQUET" ADBC:'overture-places.parquet' -sql "select st_astext(geometry), * from \"overture-places\" where st_d

Re: [gdal-dev] Using ADBC to read geometries

2024-12-22 Thread Even Rouault via gdal-dev
Hi Michael, I've also noticed that the ADBC / Arrow interface of libduckdb seems to be less efficient than their native API. I've no idea whether this is for a fundamental cause or if it is "just" an implementation issue that could be improved (on their side). In particular I had the impress