You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sedona.apache.org by GitBox <gi...@apache.org> on 2021/12/02 23:27:15 UTC

[GitHub] [incubator-sedona] jiayuasu edited a comment on pull request #565: [SEDONA-75] Add support for "3D" geometries

jiayuasu edited a comment on pull request #565:
URL: https://github.com/apache/incubator-sedona/pull/565#issuecomment-985083882


   @kseebaldt @Imbruced I just realized 3D geometries will not be considered in SpatialJoin. For example, this SQL query won't trigger a Sedona optimized join
   
   ```
   SELECT t1.geom, t2.geom
   FROM t1, t2
   WHERE ST_3dDistance(t1.geom, t2.geom) < 10
   ```
   
   Anyway, I think it is good to accept this PR as is, and have another PR to add the support of 3D spatial join.
   


-- 
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: dev-unsubscribe@sedona.apache.org

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