Max Gabrielsson

Results 162 comments of Max Gabrielsson

I cannot get this to work even outside of venv. I've also tried to compile boost from scratch, both using version 1.67 and 1.71 but still receive segfault with the...

Thanks for replying again after such a long time. No worries, I got it working eventually. For the record, in addition to the setup smomapz described I also attempted to...

Any update on this? This breaks RZLS on Ubuntu 22 as well and the suggested workaround doesn't work for me. Surely recompiling a new release can't be that difficult?

Thanks a ton for the feedback so far! I haven't prioritised this feature since the draft PR went up but I've let it marinate in the back of my mind...

> Hi @handstuyennn, > > Thank you for proposing this extremely useful feature. Is this still actively worked on? @handstuyennn created a small Geography extension built with liblwgeom at https://github.com/handstuyennn/geo,...

> Hi @hannes and @Mytherin, > > Are there plans to add spatial indices, such as an R-Tree? This would be a great complement to the spatial data types. I...

Any progress on this? What's the current recommended way to bundle both proj and gdal in the same CMake project?

I agree that we should try to leave WKB behind and try to encode geometries using a native columnar representation. I'm currently working on geospatial support for DuckDB and have...

> Is that also true for points? For list()s that makes sense because it's just a 64-bit integer append to the offsets, but at least in Arrow a null point...

> I just want to highlight that GDAL can be used not just for computing, but also to open a wide variety of spatial resources, both local and remote, which...