Max Gabrielsson

Results 162 comments of Max Gabrielsson

Yes, GEOS is for computations, but GDAL does IO and conversion between vector formats.

Well, happy to say we've got something experimental to share on this end: https://github.com/duckdblabs/duckdb_spatial It's still very early in development so expect lots of functions missing, things to break and...

Good question! I think there are multiple reasons that add up, but I think the two big ones are: - GPL is more complicated in the case of DuckDB compared...

Hi! I don't know if `helper-c.cpp` matters, struct, union and list types aren't present there either, ~~but It's true that the c-api doesn't expose a way to create decimal types...

Thanks for the quick reply! The workaround you posted seems to work - it compiles at least, so I'm guessing its all good! Also just want to say thanks for...

This is done now since #6912? @Mytherin

Hi! Im working on geospatial support for DuckDB at DuckDB Labs. To toss my hat into the ring, I would strongly be in favour of a struct-based representation. Apart from...

> I'd like to see more supporting performance measurements or code examples. Working on it! But since we're designing a format here I'd also like to see portability, interoperability and...

I would be seriously interested in attempting to pick this up. Are there any other challenges that immediately comes to mind? I suppose the c-api would have to be extended...

The C-API has not been updated to support ARRAY's explicitly.