petern48 opened a new issue, #472: URL: https://github.com/apache/sedona-db/issues/472
We can do this in a follow-up PR and not this one; however, this chain of WKB bytes -> Wkb object -> GeoTypes geometry -> GeoJSON geometry is probably very slow. If we can use: https://github.com/geoarrow/geoarrow-rs/blob/e17e9e48a6e1b357d5c71839dd33c7cb72d853c0/rust/geoarrow-geojson/src/encoder/geometry.rs#L31-L48 (which should operate directly on a `Wkb` object), then I think we might be able to make this quite a bit faster (and support Z values). _Originally posted by @paleolimbot in https://github.com/apache/sedona-db/pull/469#discussion_r2650157091_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
