RS_RasterToWorldCoordY¶
Converts raster pixel coordinates to world Y coordinate.
Usage¶
double RS_RasterToWorldCoordY(rast: raster, x: integer, y: integer)
Arguments¶
- rast (raster): Input raster
- x (integer)
- y (integer)
Examples¶
SELECT RS_RasterToWorldCoordY(RS_Example(), 10, 20);
┌──────────────────────────────────────────────────────────┐
│ rs_rastertoworldcoordy(rs_example(),Int64(10),Int64(20)) │
│ float64 │
╞══════════════════════════════════════════════════════════╡
│ 129.07 │
└──────────────────────────────────────────────────────────┘