thomafred opened a new pull request, #6062:
URL: https://github.com/apache/iceberg/pull/6062

   First pass at adding geometry/geospatial support.
   
   Added primitive `geometry` which is a representation of a feature in planar 
(Euclidean) coordinate systems using the Well-known binary 
([WKB](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry))-format.
   
   Partitioning can be a challenge, but naive solution such using the 
`bucket[N]` transform should work. Geohashing techniques such as 
[geohash](https://www.ibm.com/docs/en/streams/4.3.0?topic=334-geohashes) or 
[Uber H3](https://www.uber.com/en-NO/blog/h3/) may also work, but is limited to 
`POINT`-geometries.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to