Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(shell.duckdb.org) ST_Read on GeoJson results in GDAL Error - Unexpected character ( #1830

Open
prusswan opened this issue Aug 28, 2024 · 2 comments

Comments

@prusswan
Copy link

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');

image

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

@szarnyasg
Copy link
Contributor

Hi @prusswan – thanks for opening this. Try loading the httpfs extension as well, this works around the problem for me:

LOAD httpfs;

Of course, the error message could be improved.

@prusswan
Copy link
Author

Hi @prusswan – thanks for opening this. Try loading the httpfs extension as well, this works around the problem for me:

LOAD httpfs;

Of course, the error message could be improved.

Still happens for me. I guess I will try with a more stable WASM version until this gets resolved.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants