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
--- httpfs loading is necessary in native, while not working on wasm, we need to better align the two versions here
LOAD httpfs;
LOAD spatial;
CREATETABLETASFROM ST_Read('https://raw.githubusercontent.com/ibis-project/testing-data/master/geojson/zones.geojson');
DESCRIBE T;
SELECTcount(*) FROM T;
This is:
DuckDB Web Shell
Database: v1.1.1
Package: @duckdb/duckdb-wasm@1.28.1-dev288.0
What happens?
ST_Read on a common GeoJson test file results in GDAL Error - Unexpected character (
To Reproduce
SELECT * FROM ST_Read('https://raw.githubusercontent.com/ibis-project/testing-data/master/geojson/zones.geojson');
Browser/Environment:
Firefox 126.0.1
Device:
laptop
DuckDB-Wasm Version:
1.28.1-dev258.0
DuckDB-Wasm Deployment:
shell.duckdb.org
Full Name:
Pruss Wan
Affiliation:
none
The text was updated successfully, but these errors were encountered: