OvertureMapsDownloader icon indicating copy to clipboard operation
OvertureMapsDownloader copied to clipboard

read_parquet() browser support

Open jwass opened this issue 4 months ago • 2 comments

This is a great tool.

I was eager to try it out on the latest Overture release data from yesterday.

I tried out this query in the Overture Maps Downloader tool: select * from read_parquet('s3://overturemaps-us-west-2/release/2024-03-12-alpha.0/theme=buildings/type=building/*') where bbox.minx > -73.510779 and bbox.miny > 41.171381 and bbox.maxx < -69.471306 and bbox.maxy < 42.98083 limit 100;. This will work fine in native duckdb, but returns Error: Error: Invalid Error: [object WebAssembly.Exception] here. I see a similar error in shell.duckdb.org so I'm guessing this is lack of wasm support for the underlying aws libraries.

jwass avatar Mar 14 '24 01:03 jwass