duckdb / duckdb/duckdb-spatial

Is it possible to read more than one file, using some pattern?

Open
#191 15 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
C
Stars
708
Forks
96
Avg merge
1d 21h
Merged PRs (30d)
5

Description

Hi,
I have a lot of file pbf in a folder. I am able to read a single file using `SELECT * FROM ST_READ('11_1076_766.pbf');`.

It seems not possibile to run something like `SELECT * FROM ST_READ('/folder/*.pbf');`, I have this error:

```
Error: IO Error: GDAL Error (4): /folder/*.pbf: No such file or directory
```

Is there another way to do it? Is there another way to merge all?

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.