Skip to content

RS_UpperLeftY

Returns the upper-left Y coordinate of a raster.

Usage

double RS_UpperLeftY(rast: raster)

Arguments

  • rast (raster): Input raster

Examples

SELECT RS_UpperLeftY(RS_Example());
┌─────────────────────────────┐
│ rs_upperlefty(rs_example()) │
│           float64           │
╞═════════════════════════════╡
│                       79.07 │
└─────────────────────────────┘