Anshul Singhvi

Results 1165 comments of Anshul Singhvi

It could, GeometryOps could handle it but not sure about the rest. Most likely I'll have a separate field called table

We'd have to add it everywhere, though - LibGEOS doesn't even have the concept of a feature, for example. Maybe just pirating converts would work? But I'm not sure ArchGDAL...

Fixed that. I was thinking about feature collections a bit more, and I think we can do this: - If the input is a feature collection, decompose to a vector...

Yeah I don't see a way around rowtableizing unfortunately...maybe some lazy wrapper struct but that can DEFINITELY come later :D

Hm that would be interesting to do! Like an implicit dimstack

actually yeah, I like the dimstack idea more now that I think about it, it seems way more natural than this but also harder to do

Extract will do it but it won't give you a VDC. Guess we have to get that next :) But zonal probably doesn't support point geoms because it tries to...

@rafaqz extract is now also multidimensional (but VERY inefficient)!

This might be breaking for zonal I think. But would be nice to have esp. leading into SDSL.

iirc this also needs https://github.com/rafaqz/DimensionalData.jl/pull/991