jesspav opened a new pull request, #405:
URL: https://github.com/apache/sedona-db/pull/405

   Adds function `RS_RasterToWorldCoord` which returns a point.
   
   
   Example:
   ```
   > SELECT rs_rastertoworldcoord(rs_example(), 0, -1);
   ┌────────────────────────────────────────────────────────┐
   │ rs_rastertoworldcoord(rs_example(),Int64(0),Int64(-1)) │
   │                        geometry                        │
   ╞════════════════════════════════════════════════════════╡
   │ POINT(42.08 77.07)                                     │
   └────────────────────────────────────────────────────────┘
   ```
   
   Perf:
   ```
   Benchmarking 
native-raster-rs_rastertoworldcoord-ArrayScalarScalar(Raster(64, 64), Int32(0, 
63), Int32(0, 63)): Anal
   native-raster-rs_rastertoworldcoord-ArrayScalarScalar(Raster(64, 64), 
Int32(0, 63), Int32(0, 63))
                           time:   [1.2180 ms 1.2190 ms 1.2199 ms]
   Found 3 outliers among 100 measurements (3.00%)
     2 (2.00%) low mild
     1 (1.00%) high mild
   ```


-- 
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]

Reply via email to