duckdb / duckdb/duckdb-spatial

[Question] Read WFS ?

Open
#717 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
708
Forks
96
Avg merge
1d 21h
Merged PRs (30d)
5

Description

Hello everyone,

Is it possible to read a WFS stream directly with ST_READ?

I tried both of the above syntaxes without success.
```sql
SELECT * FROM ST_Read('WFS:https://url?service=WFS&version=1.1.0&request=GetFeature&typeName=my_layer');
```
```sql
SELECT * FROM ST_Read('WFS:https://url?', layer='my_layer');
```

Thank you in advance for your help.

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.