I'm developing a feature that reads parquet files using GEOARROW encoding using duckdb, where GEOARROW_INTERLEAVED is not supported. If I'm not mistaken, this library assumes that GEOARROW_INTERLEAVED is used.
Would there be a way of map to that format before creating the layer in order to be able to use the two?
Thanks in advance.