duckdb_spatial icon indicating copy to clipboard operation
duckdb_spatial copied to clipboard

[Question] Read WFS ?

Open florentfougeres opened this issue 1 month ago • 0 comments

Hello everyone,

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

I tried both of the above syntaxes without success.

SELECT * FROM ST_Read('WFS:https://url?service=WFS&version=1.1.0&request=GetFeature&typeName=my_layer');
SELECT * FROM ST_Read('WFS:https://url?', layer='my_layer');

Thank you in advance for your help.

florentfougeres avatar Nov 25 '25 16:11 florentfougeres