Florent

Results 5 issues of Florent

DuckDB crashes when I try to create a geometry column from a binary with Overtures Maps data. I'm work with DuckDB 0.10.2 (same bug with 0.10.1) With python : ```python...

Hi, thanks for this great tool! Is it possible to get the infobox information? I don't see this information in `page.text`.

Stale

I've looked in the docs, but can't find anything. Would it be possible to have a method that returns the map's right-of-way? Something like `getBoundingBox` or `getExtend`?

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...

### What happens? I get an error when reading a remote parquet with Python that I don't get with the CLI for the same request. ### To Reproduce I am...

reproduced