duckdb / duckdb/duckdb-spatial
ST_read with file_search_path
Open
- Dominant language
- C
- Stars
- 708
- Forks
- 96
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 5
Description
Starting from:
`FROM st_read('c:/apps/datasets/IDFM-gtfs.zip', layer = 'routes')`
It would be great and consistent that this could work:
```
SET file_search_path = 'c:/apps/datasets' ;
FROM st_read('IDFM-gtfs.zip', layer = 'routes') ;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.