Skip to content

RS_UpperLeftX

Returns the upper-left X coordinate of a raster.

Usage

double RS_UpperLeftX(rast: raster)

Arguments

  • rast (raster): Input raster

Examples

SELECT RS_UpperLeftX(RS_Example());
┌─────────────────────────────┐
│ rs_upperleftx(rs_example()) │
│           float64           │
╞═════════════════════════════╡
│                       43.08 │
└─────────────────────────────┘