Thank you for this helpful library. It would be even more helpful to us to also have a conversion function that converts that native types (points etc) to WKB, e.g.
-- Convert back: GeoArrow native-typed struct → GEOMETRY (WKB)
SELECT st_geomfromgeoarrow('point', st_asgeoarrowpoint(ST_Point(30, 10)::GEOMETRY));
or similar
Thank you for this helpful library. It would be even more helpful to us to also have a conversion function that converts that native types (points etc) to WKB, e.g.
or similar