Re: Joint OGC / ASF / OSGeo codesprint in 3 weeks

2024-02-01 Thread Bertil Chapuis
Hi Jia, > This is awesome. However, although Flink depends on Calcite, the > SpatialType does not seem to be supported by Flink (based on my test > last year). Not sure if this works for Drill. Please correct me if I'm > wrong. This may be related to the version of calcite used by Flink (1.32)

Re: Joint OGC / ASF / OSGeo codesprint in 3 weeks

2024-02-01 Thread Jia Yu
Hi Bertil, This is awesome. However, although Flink depends on Calcite, the SpatialType does not seem to be supported by Flink (based on my test last year). Not sure if this works for Drill. Please correct me if I'm wrong. On a side note, why don't we implement all geometric computation logics

Re: Joint OGC / ASF / OSGeo codesprint in 3 weeks

2024-02-01 Thread Bertil Chapuis
Hello Jia and Charles, I'm really interested in this topic as well. Apache Calcite transitionned from ESRI Geometry to JTS, and many ST functions have been implemented there as well [1, 2, 3]. Sharing experiences and code could benefit all projects. I haven’t looked into the details of each

Re: Joint OGC / ASF / OSGeo codesprint in 3 weeks

2024-02-01 Thread Jia Yu
Hi Charles, This is Jia Yu from Apache Sedona. I think what you did is fantastic. As a project of this Joint codespring, I am proposing to implement a comprehensive set of spatial functions to Apache Drill using Apache Sedona. Apache Sedona has implemented over 130 ST functions and a

[PR] [SEDONA-477] Shift the origin of clip results to zero [sedona]

2024-02-01 Thread via GitHub
Kontinuation opened a new pull request, #1231: URL: https://github.com/apache/sedona/pull/1231 ## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and [Contributor Development

[jira] [Created] (SEDONA-477) Avoid producing rasters with images having non-zero origins

2024-02-01 Thread Kristin Cowalcijk (Jira)
Kristin Cowalcijk created SEDONA-477: Summary: Avoid producing rasters with images having non-zero origins Key: SEDONA-477 URL: https://issues.apache.org/jira/browse/SEDONA-477 Project: Apache

Re: Joint OGC / ASF / OSGeo codesprint in 3 weeks

2024-02-01 Thread Charles Givre
Hi Martin, Thanks for sending. I'd love for Drill to be included in this. I have a question for you. A while ago, I started work on a collection of UDFs for interacting with H3 Geo Indexes. I'm not an expert on this but would this be useful? Here's the repo: