dwilson1988 commented on PR #713: URL: https://github.com/apache/arrow-go/pull/713#issuecomment-4087456526
I wasn't planning a full geometry implementation, but I did Point and Polygon to make sure the pattern works well - they are just basic containers for the arrow values and some generic utilities: https://github.com/dwilson1988/arrow-go/pull/1 along with a extremely minimal test for zero-copy between arrow and go-geom here https://github.com/seerai/geoarrow-go I don't think taking it any further than that really has any value, but I think stopping at WKB isn't far enough - want the arrow ecosystem in go complete for more than just iceberg/parquet. -- 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]
