duckdb / duckdb/duckdb-spatial

Big geojson

Open
#527 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.