duckdb / duckdb/duckdb-spatial

ST_read with file_search_path

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.