Max Gabrielsson

Results 233 comments of Max Gabrielsson

Hello! This is going to be difficult to resolve. I wasnt aware that GDAL used curl for more than reading files, and unfortunately i dont think there is a way...

Hi! Thanks for the PR. Im going to have a closer look at this on Monday and can look at resolving the conflicts then.

Hello! Yes, I think this is because the ICU extension isn't part of the bundle. We usually ship ICU with the library on in other language ecosystems, and also try...

@javierhonduco Happy to review a PR!

Seems like everything works up until GDAL, which - won't build on mingw64 - won't build on wasm32 - transitively pulls in meson which requires a later python version not...

Hello! I am unable to reproduce this behavior. Here's what I've tried: ```sql -- Create a table with 100 diagonal points CREATE TABLE t1 as SELECT ST_Point(x, x) as g,...

Reduced example ```sql create table map_us_native_american_land as select * from 'map_us_native_american_land.parquet'; CREATE INDEX my_idx ON map_us_native_american_land USING RTREE (map_layer); SELECT longitude FROM map_us_native_american_land WHERE (map_layer_xmax >= -200 AND map_layer_xmax

@Tishj I thought the point of map_extract returning a list was to differentiate between a value being NULL and not present at all. Although I agree that it does add...

I think ST_Transform should already be able to do this