Patrick M Young
Patrick M Young
I think there should be some way to make external overviews via the `build_overviews` call, since as @geowurster mentioned, there are some issues with internal overviews and GeoTiffs. Ideally, there...
There's probably a way but I'm not sure how; `gdalinfo` and a few others are cpp binary executables, so one would have to fiddle with their rpath's or some such...
Further strangeness, some of the filters appear to be ignored, e.g.: ``` SELECT id, subtype, class FROM segment WHERE subtype='road' AND class='residential' AND ST_Intersects(geometry, ST_Buffer(ST_GeomFromText('POINT (-8476562 4795814)'), 100)); ┌──────────────────────────────────┬─────────┬─────────────┐ │...
On a Mac running Sonoma 14.7
I should say duckdb 1.1.3 was fine, so seems to be a new error.