duckdb / duckdb/duckdb-spatial
Big geojson
Open
- Dominant language
- C
- Stars
- 708
- Forks
- 96
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 5
Description
Hi!
I am trying to open a large and complex GeoJSON. I get an error message suggesting that I should use the `OGR_GEOJSON_MAX_OBJ_SIZE` option.
```
CREATE OR REPLACE TABLE urban AS SELECT * FROM ST_Read('./data/Urban.json',open_options=['OGR_GEOJSON_MAX_OBJ_SIZE=0']);
```
But when I do, nothing seems to change.
Is this option implemented?
Thank you!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.