duckdb_spatial
duckdb_spatial copied to clipboard
[Question] Read WFS ?
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.